Lines Matching defs:first
92 PDFGrammar( const iteratorT& first ) in PDFGrammar()
288 rtl::OString iteratorToString( iteratorT first, iteratorT last ) const in iteratorToString()
314 void pushComment( iteratorT first, iteratorT last ) in pushComment()
381 void pushName( iteratorT first, iteratorT last ) in pushName()
386 void pushDouble( iteratorT first, iteratorT /*last*/ ) in pushDouble() argument
391 void pushString( iteratorT first, iteratorT last ) in pushString()
396 void pushBool( iteratorT first, iteratorT last ) in pushBool()
401 void pushNull( iteratorT first, iteratorT ) in pushNull() argument
407 void beginObject( iteratorT first, iteratorT /*last*/ ) in beginObject() argument
432 void endObject( iteratorT first, iteratorT ) in endObject() argument
442 void pushObjectRef( iteratorT first, iteratorT ) in pushObjectRef() argument
451 void beginDict( iteratorT first, iteratorT ) in beginDict() argument
460 void endDict( iteratorT first, iteratorT ) in endDict() argument
481 void beginArray( iteratorT first, iteratorT ) in beginArray() argument
491 void endArray( iteratorT first, iteratorT ) in endArray() argument
501 void emitStream( iteratorT first, iteratorT last ) in emitStream()
524 void beginTrailer( iteratorT first, iteratorT ) in beginTrailer() argument
544 void endTrailer( iteratorT first, iteratorT ) in endTrailer() argument