Searched refs:o_rLine (Results 1 – 2 of 2) sorted by relevance
274 void ReadLine( ByteString& o_rLine);356 void PPDDecompressStream::ReadLine( ByteString& o_rLine ) in ReadLine() argument359 mpMemStream->ReadLine( o_rLine ); in ReadLine()361 mpFileStream->ReadLine( o_rLine ); in ReadLine()
2676 …Attr, const PDFWriterImpl::PDFStructureAttribute& i_rVal, OStringBuffer& o_rLine, bool i_bIsFixedI… in appendStructureAttributeLine() argument2678 o_rLine.append( "/" ); in appendStructureAttributeLine()2679 o_rLine.append( PDFWriterImpl::getAttributeTag( i_eAttr ) ); in appendStructureAttributeLine()2683 o_rLine.append( "/" ); in appendStructureAttributeLine()2684 o_rLine.append( PDFWriterImpl::getAttributeValueTag( i_rVal.eValue ) ); in appendStructureAttributeLine()2689 o_rLine.append( " " ); in appendStructureAttributeLine()2691 appendFixedInt( i_rVal.nValue, o_rLine ); in appendStructureAttributeLine()2693 o_rLine.append( i_rVal.nValue ); in appendStructureAttributeLine()2695 o_rLine.append( "\n" ); in appendStructureAttributeLine()
Completed in 134 milliseconds