Searched refs:nPropPos (Results 1 – 4 of 4) sorted by relevance
945 sal_uInt32 nPropPos; in ImplLoad() local946 rStrm >> nPropId >> nPropPos; in ImplLoad()947 aPropPosMap[ nPropId ] = nPropPos; in ImplLoad()1020 bool SfxOleSection::SeekToPropertyPos( SvStream& rStrm, sal_uInt32 nPropPos ) const in SeekToPropertyPos()1022 rStrm.Seek( static_cast< sal_Size >( mnStartPos + nPropPos ) ); in SeekToPropertyPos()1065 sal_uInt32 nPropPos = static_cast< sal_uInt32 >( rStrm.Tell() - mnStartPos ); in SaveProperty() local1075 rStrm << rProp.GetPropId() << nPropPos; in SaveProperty()
340 bool SeekToPropertyPos( SvStream& rStrm, sal_uInt32 nPropPos ) const;
319 for (sal_Int32 nPropPos=0; nPropPos<aUIProp.getLength(); ++nPropPos) in SetDefaults() local321 rtl::OUString aName = aUIProp[nPropPos].Name; in SetDefaults()325 if ( aUIProp[nPropPos].Value >>= aPropertyValue ) in SetDefaults()330 aUIProp[nPropPos].Value <<= aPropertyValue; in SetDefaults()335 aUIProp[nPropPos].Value <<= aPropertyValue; in SetDefaults()
416 sal_uInt32 nPropPos = nStartPos + dumpHex< sal_uInt32 >( "start-pos", "CONV-DEC" ); in dumpSection() local417 aPropMap[ nPropId ] = nPropPos; in dumpSection()
Completed in 1409 milliseconds