Home
last modified time | relevance | path

Searched refs:mxPropIds (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/source/dump/
H A Doledumper.cxx383 mxPropIds = cfg().createNameList< ConstList >( "OLEPROP-IDS" ); in dumpSection()
386 mxPropIds->includeList( cfg().getNameList( "OLEPROP-GLOBALIDS" ) ); in dumpSection()
388 mxPropIds->includeList( cfg().getNameList( "OLEPROP-BUILTINIDS" ) ); in dumpSection()
390 mxPropIds->includeList( cfg().getNameList( "OLEPROP-BASEIDS" ) ); in dumpSection()
415 sal_Int32 nPropId = dumpDec< sal_Int32 >( "id", mxPropIds ); in dumpSection()
492 if( mxPropIds.get() ) in dumpDictionaryProperty()
493 mxPropIds->setName( nId, aName ); in dumpDictionaryProperty()
569 OUString aPropName = mxPropIds->getName( cfg(), nPropId ); in dumpBlob()
654 writeDecItem( "id", nPropId, mxPropIds ); in writePropertyHeader()
/trunk/main/oox/inc/oox/dump/
H A Doledumper.hxx159 NameListRef mxPropIds; member in oox::dump::OlePropertyStreamObject

Completed in 32 milliseconds