Lines Matching refs:nStartPos

380 void OlePropertyStreamObject::dumpSection( const OUString& rGuid, sal_uInt32 nStartPos )  in dumpSection()  argument
397 writeSectionHeader( rGuid, nStartPos ); in dumpSection()
401 if( startElement( nStartPos ) ) in dumpSection()
416 sal_uInt32 nPropPos = nStartPos + dumpHex< sal_uInt32 >( "start-pos", "CONV-DEC" ); in dumpSection()
449 void OlePropertyStreamObject::dumpProperty( sal_Int32 nPropId, sal_uInt32 nStartPos ) in dumpProperty() argument
451 writePropertyHeader( nPropId, nStartPos ); in dumpProperty()
453 if( startElement( nStartPos ) ) in dumpProperty()
458 void OlePropertyStreamObject::dumpCodePageProperty( sal_uInt32 nStartPos ) in dumpCodePageProperty() argument
460 writePropertyHeader( OLEPROP_ID_CODEPAGE, nStartPos ); in dumpCodePageProperty()
462 if( startElement( nStartPos ) ) in dumpCodePageProperty()
479 void OlePropertyStreamObject::dumpDictionaryProperty( sal_uInt32 nStartPos ) in dumpDictionaryProperty() argument
481 writePropertyHeader( OLEPROP_ID_DICTIONARY, nStartPos ); in dumpDictionaryProperty()
483 if( startElement( nStartPos ) ) in dumpDictionaryProperty()
633 bool OlePropertyStreamObject::startElement( sal_uInt32 nStartPos ) in startElement() argument
635 mxStrm->seek( nStartPos ); in startElement()
641 void OlePropertyStreamObject::writeSectionHeader( const OUString& rGuid, sal_uInt32 nStartPos ) in writeSectionHeader() argument
645 writeHexItem( "pos", nStartPos, "CONV-DEC" ); in writeSectionHeader()
649 void OlePropertyStreamObject::writePropertyHeader( sal_Int32 nPropId, sal_uInt32 nStartPos ) in writePropertyHeader() argument
653 writeHexItem( "pos", nStartPos, "CONV-DEC" ); in writePropertyHeader()