Home
last modified time | relevance | path

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

/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx192 OUString aBaseKey = rKey + CREATE_OUSTRING( "-BIFF" ); in implGetNameList() local
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()

Completed in 26 milliseconds