Searched refs:implGetNameList (Results 1 – 4 of 4) sorted by relevance
187 NameListRef BiffConfig::implGetNameList( const OUString& rKey ) const in implGetNameList() function in oox::dump::biff::BiffConfig189 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()
1735 return implGetNameList( rListName ); in getNameList()1758 NameListRef Config::implGetNameList( const OUString& rListName ) const in implGetNameList() function in oox::dump::Config
89 virtual NameListRef implGetNameList( const ::rtl::OUString& rKey ) const;
1032 virtual NameListRef implGetNameList( const ::rtl::OUString& rListName ) const;
Completed in 57 milliseconds