~ubuntu-branches/ubuntu/maverick/notecase/maverick

« back to all changes in this revision

Viewing changes to src/lib/FormatIOHtml.h

  • Committer: Bazaar Package Importer
  • Author(s): Mitsuya Shibata
  • Date: 2008-01-18 01:54:05 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080118015405-id2r7kphpxlyjzfi
Tags: 1.7.6-0ubuntu1
* New Upstream Release (Closes LP: #182226)
*  Fix failed assertion when change node level (Closes LP: #137464)
* Exclude help.ncd and any .ncd file from compression (Closes LP: #113959)
* Adapted debian/ directory to upstream deb/ directory
* Add debian/watch file
* Remove debian/README.Debian because it is now unnecessary
* Bump up compat level from 4 to 5
* Updating debian/menu file to use the new menu hierarchy
* Modify debian/control file
*  Bump up Standards-Version field from 3.6.1 to 3.7.3
*  Change Section field from x11 to editors
*  Change Build-Depends debhelper version to >=5, libgtk2.0-dev to >=2.4
*  Move Homepage field from description to regular field

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
        std::string m_strFile;
30
30
        bool m_bBRTagUsed;
31
31
 
 
32
        std::string m_strGeneratorApp;  // name of app read from the document
 
33
        std::string m_strGeneratorVer;  // version of app read from the document
 
34
 
32
35
protected:
33
36
        virtual void OnTagBegin(const char *szTag, const char *szParams = NULL);
34
37
        virtual void OnTagEnd(const char *szTag);       
46
49
        int m_nCurNodeIdx;
47
50
        int m_nDocParseState;
48
51
        int m_nTagsParsedCount;         //used to detect error in documents
 
52
        int m_nPicCountInCurNode;
49
53
 
50
54
        //temp vars
51
55
        std::string m_strLinkURL;