Home
last modified time | relevance | path

Searched refs:NameListRef (Results 1 – 7 of 7) sorted by relevance

/trunk/main/oox/inc/oox/dump/
H A Dbiffdumper.hxx235 NameListRef mxErrCodes;
236 NameListRef mxConstType;
237 NameListRef mxResultType;
374 NameListRef mxTokens;
375 NameListRef mxClasses;
376 NameListRef mxRelFlags;
377 NameListRef mxNlrTypes;
378 NameListRef mxAttrTypes;
379 NameListRef mxSpTypes;
491 NameListRef mxColors;
[all …]
H A Dxlsbdumper.hxx97 NameListRef mxErrCodes;
177 NameListRef mxTokens;
178 NameListRef mxClasses;
179 NameListRef mxRelFlags;
180 NameListRef mxAttrTypes;
181 NameListRef mxSpTypes;
H A Ddumperbase.hxx625 typedef ::boost::shared_ptr< NameListBase > NameListRef; typedef
648 void includeList( const NameListRef& rxList );
865 NameListRef getNameList( const Config& rCfg ) const;
869 mutable NameListRef mxList;
882 void insertFormats( const NameListRef& rxNameList );
911 NameListRef getNameList( const ::rtl::OUString& rListName ) const;
933 typedef ::std::map< ::rtl::OUString, NameListRef > NameListMap;
964 NameListRef xList = createNameList< ListType >( rListName ); in readNameList()
1005 NameListRef getNameList( const String& rListName ) const;
1061 NameListRef xList = rListWrp.getNameList( *this ); in getName()
[all …]
H A Doledumper.hxx159 NameListRef mxPropIds;
420 NameListRef mxPropNames;
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx1104 void NameListBase::includeList( const NameListRef& rxList ) in includeList()
1165 void ItemFormatMap::insertFormats( const NameListRef& rxNameList ) in insertFormats()
1494 NameListRef NameListWrapper::getNameList( const Config& rCfg ) const in getNameList()
1536 void SharedConfigData::setNameList( const OUString& rListName, const NameListRef& rxList ) in setNameList()
1547 NameListRef SharedConfigData::getNameList( const OUString& rListName ) const in getNameList()
1549 NameListRef xList; in getNameList()
1723 void Config::setNameList( const String& rListName, const NameListRef& rxList ) in setNameList()
1733 NameListRef Config::getNameList( const String& rListName ) const in getNameList()
1758 NameListRef Config::implGetNameList( const OUString& rListName ) const in implGetNameList()
3044 NameListRef xRecNames = getRecNames(); in implDump()
H A Dbiffdumper.cxx187 NameListRef BiffConfig::implGetNameList( const OUString& rKey ) const in implGetNameList()
189 NameListRef xList = Config::implGetNameList( rKey ); in implGetNameList()
944 NameListRef xClassTokens = rCfg.getNameList( "CLASSTOKENS" ); in constructFmlaObj()
4101 NameListRef xRecNames = cfg().getNameList( "OBJ-RECNAMES" ); in dumpObjRecBiff8()
H A Dxlsbdumper.cxx498 NameListRef xClassTokens = rCfg.getNameList( "CLASSTOKENS" ); in constructFmlaObj()

Completed in 83 milliseconds