Lines Matching refs:Config
176 BiffConfig::BiffConfig( const Config& rParent, BiffType eBiff ) : in BiffConfig()
179 Config::construct( rParent ); in BiffConfig()
184 return (meBiff != BIFF_UNKNOWN) && Config::implIsValid(); in implIsValid()
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()
288 const Config& rCfg = cfg(); in construct()
933 Config& rCfg = cfg(); in constructFmlaObj()
1575 Config& rCfg = cfg(); in WorkbookStreamObject()
1592 Config& rCfg = cfg(); in ~WorkbookStreamObject()
4557 ConfigRef xCfg( new Config( DUMP_BIFF_CONFIG_ENVVAR, rFilter ) ); in Dumper()
4567 …ConfigRef xCfg( new Config( DUMP_BIFF_CONFIG_ENVVAR, rxContext, xStrg, rSysFileName, aMediaDesc ) … in Dumper()