Home
last modified time | relevance | path

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

/trunk/main/oox/inc/oox/dump/
H A Ddumperbase.hxx860 inline /*implicit*/ NameListWrapper( const ::rtl::OUString& rListName ) : maName( rListName ) {} in NameListWrapper() argument
910 void eraseNameList( const ::rtl::OUString& rListName );
911 NameListRef getNameList( const ::rtl::OUString& rListName ) const;
953 if( rListName.getLength() > 0 ) in createNameList()
956 setNameList( rListName, xList ); in createNameList()
964 NameListRef xList = createNameList< ListType >( rListName ); in readNameList()
1002 ::boost::shared_ptr< ListType > createNameList( const String& rListName );
1004 void eraseNameList( const String& rListName );
1005 NameListRef getNameList( const String& rListName ) const;
1053 ::boost::shared_ptr< ListType > Config::createNameList( const String& rListName ) in createNameList() argument
[all …]
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx189 maListName = rListName; in set()
1538 if( rListName.getLength() > 0 ) in setNameList()
1539 maNameLists[ rListName ] = rxList; in setNameList()
1542 void SharedConfigData::eraseNameList( const OUString& rListName ) in eraseNameList() argument
1544 maNameLists.erase( rListName ); in eraseNameList()
1725 mxCfgData->setNameList( rListName, rxList ); in setNameList()
1728 void Config::eraseNameList( const String& rListName ) in eraseNameList() argument
1730 mxCfgData->eraseNameList( rListName ); in eraseNameList()
1733 NameListRef Config::getNameList( const String& rListName ) const in getNameList()
1735 return implGetNameList( rListName ); in getNameList()
[all …]

Completed in 40 milliseconds