Searched refs:PDFComment (Results 1 – 3 of 3) sorted by relevance
73 struct PDFComment : public PDFEntry struct77 PDFComment( const rtl::OString& rComment ) in PDFComment() argument79 virtual ~PDFComment();
139 PDFComment::~PDFComment() in ~PDFComment()143 bool PDFComment::emit( EmitContext& rWriteContext ) const in emit()148 PDFEntry* PDFComment::clone() const in clone()150 return new PDFComment( m_aComment ); in clone()572 if( dynamic_cast<PDFComment*>(m_aSubElements[j]) == NULL ) in eraseValue()597 if( dynamic_cast<PDFComment*>(m_aSubElements[i]) == NULL ) in buildMap()
317 PDFComment* pComment = in pushComment()318 new PDFComment(iteratorToString(first,last)); in pushComment()
Completed in 37 milliseconds