Lines Matching refs:lString32

28     lString32 _startpos;
29 lString32 _endpos;
33 lString32 _postext;
34 lString32 _titletext;
35 lString32 _commenttext;
39 static lString32 getChapterName( ldomXPointer p );
42 CRBookmark(lString32 startPos,lString32 endPos) in CRBookmark()
48 , _postext(lString32::empty_str) in CRBookmark()
49 , _titletext(lString32::empty_str) in CRBookmark()
50 , _commenttext(lString32::empty_str) in CRBookmark()
84 lString32 getStartPos() { return _startpos; } in getStartPos()
85 lString32 getEndPos() { return _endpos; } in getEndPos()
86 lString32 getPosText() { return _postext; } in getPosText()
87 lString32 getTitleText() { return _titletext; } in getTitleText()
88 lString32 getCommentText() { return _commenttext; } in getCommentText()
93 void setStartPos(const lString32 & s ) { _startpos = s; } in setStartPos()
94 void setEndPos(const lString32 & s ) { _endpos = s; } in setEndPos()
95 void setPosText(const lString32 & s ) { _postext= s; } in setPosText()
96 void setTitleText(const lString32 & s ) { _titletext = s; } in setTitleText()
97 void setCommentText(const lString32 & s ) { _commenttext = s; } in setCommentText()
118 lString32 _fileName;
126 ChangeInfo(CRBookmark * bookmark, lString32 fileName, bool deleted);
135 lString32 getFileName() { return _fileName; } in getFileName()
156 lString32 _fname;
157 lString32 _fpath;
158 lString32 _title;
159 lString32 _author;
160 lString32 _series;
173 lString32 getLastTimeString( bool longFormat=false );
178 lString32 getTitle() { return _title; } in getTitle()
179 lString32 getAuthor() { return _author; } in getAuthor()
180 lString32 getSeries() { return _series; } in getSeries()
181 lString32 getFileName() { return _fname; } in getFileName()
182 lString32 getFilePath() { return _fpath; } in getFilePath()
183 lString32 getFilePathName() { return _fpath + _fname; } in getFilePathName()
186 void setTitle( const lString32 & s ) { _title = s; } in setTitle()
187 void setAuthor( const lString32 & s ) { _author = s; } in setAuthor()
188 void setSeries( const lString32 & s ) { _series = s; } in setSeries()
189 void setFileName( const lString32 & s ) { _fname = s; } in setFileName()
190 void setFilePath( const lString32 & s ) { _fpath = s; } in setFilePath()
219 int findEntry( const lString32 & fname, const lString32 & fpath, lvsize_t sz ) const;
229 CRFileHistRecord* getRecord(const lString32 & fileName, size_t fileSize );
232 CRFileHistRecord * savePosition( lString32 fpathname, size_t sz,
233 const lString32 & title,
234 const lString32 & author,
235 const lString32 & series,
237 ldomXPointer restorePosition( ldomDocument * doc, lString32 fpathname, size_t sz );