Home
last modified time | relevance | path

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

/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx187 NameListRef BiffConfig::implGetNameList( const OUString& rKey ) const in implGetNameList() function in oox::dump::biff::BiffConfig
189 NameListRef xList = Config::implGetNameList( rKey ); in implGetNameList()
196 …case BIFF8: if( !xList ) xList = Config::implGetNameList( aBaseKey + OUString( sal_Unicode( '8' ) … in implGetNameList()
197 …case BIFF5: if( !xList ) xList = Config::implGetNameList( aBaseKey + OUString( sal_Unicode( '5' ) … in implGetNameList()
198 …case BIFF4: if( !xList ) xList = Config::implGetNameList( aBaseKey + OUString( sal_Unicode( '4' ) … in implGetNameList()
199 …case BIFF3: if( !xList ) xList = Config::implGetNameList( aBaseKey + OUString( sal_Unicode( '3' ) … in implGetNameList()
200 …case BIFF2: if( !xList ) xList = Config::implGetNameList( aBaseKey + OUString( sal_Unicode( '2' ) … in implGetNameList()
H A Ddumperbase.cxx1735 return implGetNameList( rListName ); in getNameList()
1758 NameListRef Config::implGetNameList( const OUString& rListName ) const in implGetNameList() function in oox::dump::Config
/trunk/main/oox/inc/oox/dump/
H A Dbiffdumper.hxx89 virtual NameListRef implGetNameList( const ::rtl::OUString& rKey ) const;
H A Ddumperbase.hxx1032 virtual NameListRef implGetNameList( const ::rtl::OUString& rListName ) const;

Completed in 58 milliseconds