Home
last modified time | relevance | path

Searched refs:nPropPos (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sfx2/source/doc/
H A Doleprops.cxx945 sal_uInt32 nPropPos; in ImplLoad() local
946 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() local
1075 rStrm << rProp.GetPropId() << nPropPos; in SaveProperty()
H A Doleprops.hxx340 bool SeekToPropertyPos( SvStream& rStrm, sal_uInt32 nPropPos ) const;
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx319 for (sal_Int32 nPropPos=0; nPropPos<aUIProp.getLength(); ++nPropPos) in SetDefaults() local
321 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()
/trunk/main/oox/source/dump/
H A Doledumper.cxx416 sal_uInt32 nPropPos = nStartPos + dumpHex< sal_uInt32 >( "start-pos", "CONV-DEC" ); in dumpSection() local
417 aPropMap[ nPropId ] = nPropPos; in dumpSection()

Completed in 68 milliseconds