Home
last modified time | relevance | path

Searched refs:getNameList (Results 1 – 6 of 6) sorted by relevance

/trunk/main/oox/source/dump/
H A Ddffdumper.cxx187 maSimpleProps.insertFormats( cfg().getNameList( "DFFOPT-SIMPLE-PROPERTIES" ) ); in constructDffObj()
188 maComplexProps.insertFormats( cfg().getNameList( "DFFOPT-COMPLEX-PROPERTIES" ) ); in constructDffObj()
262 …FlagsList* pFlagsList = dynamic_cast< FlagsList* >( cfg().getNameList( rItemFmt.maListName ).get()… in dumpDffOpt()
H A Dbiffdumper.cxx289 mxErrCodes = rCfg.getNameList( "ERRORCODES" ); in construct()
290 mxConstType = rCfg.getNameList( "CONSTVALUE-TYPE" ); in construct()
291 mxResultType = rCfg.getNameList( "FORMULA-RESULTTYPE" ); in construct()
934 mxClasses = rCfg.getNameList( "TOKENCLASSES" ); in constructFmlaObj()
935 mxRelFlags = rCfg.getNameList( "REFRELFLAGS" ); in constructFmlaObj()
936 mxNlrTypes = rCfg.getNameList( "NLRTYPES" ); in constructFmlaObj()
937 mxAttrTypes = rCfg.getNameList( "ATTRTYPES" ); in constructFmlaObj()
938 mxSpTypes = rCfg.getNameList( "ATTRSPACETYPES" ); in constructFmlaObj()
1576 mxColors = rCfg.getNameList( "COLORS" ); in WorkbookStreamObject()
1577 mxBorderStyles = rCfg.getNameList( "BORDERSTYLES" ); in WorkbookStreamObject()
[all …]
H A Dxlsbdumper.cxx82 mxErrCodes = cfg().getNameList( "ERRORCODES" ); in construct()
489 mxClasses = rCfg.getNameList( "TOKENCLASSES" ); in constructFmlaObj()
490 mxRelFlags = rCfg.getNameList( "REFRELFLAGS" ); in constructFmlaObj()
491 mxAttrTypes = rCfg.getNameList( "ATTRTYPES" ); in constructFmlaObj()
492 mxSpTypes = rCfg.getNameList( "ATTRSPACETYPES" ); in constructFmlaObj()
496 mxTokens->includeList( rCfg.getNameList( "BASETOKENS" ) ); in constructFmlaObj()
498 NameListRef xClassTokens = rCfg.getNameList( "CLASSTOKENS" ); in constructFmlaObj()
H A Ddumperbase.cxx1152 includeList( mrCfgData.getNameList( *aIt ) ); in include()
1494 NameListRef NameListWrapper::getNameList( const Config& rCfg ) const in getNameList() function in oox::dump::NameListWrapper
1496 return mxList.get() ? mxList : (mxList = rCfg.getNameList( maName )); in getNameList()
1547 NameListRef SharedConfigData::getNameList( const OUString& rListName ) const in getNameList() function in oox::dump::SharedConfigData
1733 NameListRef Config::getNameList( const String& rListName ) const in getNameList() function in oox::dump::Config
1760 return mxCfgData->getNameList( rListName ); in implGetNameList()
3045 ItemFormatMap aSimpleRecs( maSimpleRecs.getNameList( cfg() ) ); in implDump()
H A Doledumper.cxx386 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()
1230 mxPropNames = cfg().getNameList( rPropNameList ); in constructAxPropObj()
/trunk/main/oox/inc/oox/dump/
H A Ddumperbase.hxx865 NameListRef getNameList( const Config& rCfg ) const;
911 NameListRef getNameList( const ::rtl::OUString& rListName ) const;
1005 NameListRef getNameList( const String& rListName ) const;
1061 NameListRef xList = rListWrp.getNameList( *this ); in getName()
1068 NameListRef xList = rListWrp.getNameList( *this ); in hasName()
1900 inline NameListRef getRecNames() const { return maRecNames.getNameList( cfg() ); } in getRecNames()

Completed in 94 milliseconds