Searched refs:insertNewValue (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/sdext/source/pdfimport/pdfparse/ |
H A D | pdfparse.cxx | 327 void insertNewValue( PDFEntry* pNewValue, iteratorT pPos ) in insertNewValue() function in PDFGrammar 383 insertNewValue( new PDFName(iteratorToString(first,last)), first ); in pushName() 388 insertNewValue( new PDFNumber(m_fDouble), first ); in pushDouble() 393 insertNewValue( new PDFString(iteratorToString(first,last)), first ); in pushString() 398 insertNewValue( new PDFBool( (last-first == 4) ), first ); in pushBool() 403 insertNewValue( new PDFNull(), first ); in pushNull() 448 insertNewValue( new PDFObjectRef(nObject,nGeneration), first ); in pushObjectRef() 456 insertNewValue( pDict, first ); in beginDict() 486 insertNewValue( pArray, first ); in beginArray()
|
Completed in 9 milliseconds