Lines Matching refs:PDFEntry

119 PDFEntry::~PDFEntry()  in ~PDFEntry()
123 EmitImplData* PDFEntry::getEmitData( EmitContext& rContext ) const in getEmitData()
128 void PDFEntry::setEmitData( EmitContext& rContext, EmitImplData* pNewEmitData ) const in setEmitData()
148 PDFEntry* PDFComment::clone() const in clone()
164 PDFEntry* PDFName::clone() const in clone()
252 PDFEntry* PDFString::clone() const in clone()
401 PDFEntry* PDFNumber::clone() const in clone()
416 PDFEntry* PDFBool::clone() const in clone()
430 PDFEntry* PDFNull::clone() const in clone()
451 PDFEntry* PDFObjectRef::clone() const in clone()
483 void PDFContainer::cloneSubElements( std::vector<PDFEntry*>& rNewSubElements ) const in cloneSubElements()
519 PDFEntry* PDFArray::clone() const in clone()
539 void PDFDict::insertValue( const OString& rName, PDFEntry* pValue ) in insertValue()
544 std::hash_map<OString,PDFEntry*,OStringHash>::iterator it = m_aMap.find( rName ); in insertValue()
588 PDFEntry* PDFDict::buildMap() in buildMap()
611 PDFEntry* PDFDict::clone() const in clone()
628 PDFEntry* PDFStream::clone() const in clone()
638 std::hash_map<OString,PDFEntry*,OStringHash>::const_iterator it = in getDictLength()
693 std::hash_map<OString,PDFEntry*,OStringHash>::const_iterator it = in getDeflatedStream()
858 std::hash_map<OString,PDFEntry*,OStringHash>::const_iterator it = in emit()
917 PDFEntry* PDFObject::clone() const in clone()
1009 PDFEntry* PDFTrailer::clone() const in clone()
1453 PDFEntry* PDFFile::clone() const in clone()
1471 PDFEntry* PDFPart::clone() const in clone()