Searched refs:_commenttext (Results 1 – 3 of 3) sorted by relevance
35 lString32 _commenttext; variable50 , _commenttext(lString32::empty_str) in CRBookmark()63 , _commenttext(v._commenttext) in CRBookmark()77 _commenttext = v._commenttext;88 lString32 getCommentText() { return _commenttext; } in getCommentText()97 void setCommentText(const lString32 & s ) { _commenttext = s; } in setCommentText()
13 stringbuffer _commenttext; member in xmlsaxprivate283 pvt->_commenttext.clear(); in parseComment()297 comment(pvt->_commenttext.getString()); in parseComment()300 pvt->_commenttext.append("--"); in parseComment()303 pvt->_commenttext.append('-'); in parseComment()307 pvt->_commenttext.append(ch); in parseComment()
584 , _commenttext(lString32::empty_str) in CRBookmark()