Lines Matching refs:Config

1197 OUString ConstList::implGetName( const Config& /*rCfg*/, sal_Int64 nKey ) const  in implGetName()  argument
1210 OUString ConstList::implGetNameDbl( const Config& /*rCfg*/, double /*fValue*/ ) const in implGetNameDbl() argument
1285 OUString FlagsList::implGetName( const Config& /*rCfg*/, sal_Int64 nKey ) const in implGetName() argument
1338 OUString FlagsList::implGetNameDbl( const Config& /*rCfg*/, double /*fValue*/ ) const in implGetNameDbl() argument
1400 OUString CombiList::implGetName( const Config& rCfg, sal_Int64 nKey ) const in implGetName()
1475 OUString UnitConverter::implGetName( const Config& rCfg, sal_Int64 nKey ) const in implGetName()
1480 OUString UnitConverter::implGetNameDbl( const Config& /*rCfg*/, double fValue ) const in implGetNameDbl() argument
1494 NameListRef NameListWrapper::getNameList( const Config& rCfg ) const in getNameList()
1658 Config::Config( const Config& rParent ) : in Config() function in oox::dump::Config
1664 Config::Config( const sal_Char* pcEnvVar, const FilterBase& rFilter ) in Config() function in oox::dump::Config
1669 Config::Config( const sal_Char* pcEnvVar, const Reference< XComponentContext >& rxContext, const St… in Config() function in oox::dump::Config
1674 Config::~Config() in ~Config()
1678 void Config::construct( const Config& rParent ) in construct()
1683 void Config::construct( const sal_Char* pcEnvVar, const FilterBase& rFilter ) in construct()
1689 void Config::construct( const sal_Char* pcEnvVar, const Reference< XComponentContext >& rxContext, … in construct()
1696 void Config::setStringOption( const String& rKey, const String& rData ) in setStringOption()
1701 const OUString& Config::getStringOption( const String& rKey, const OUString& rDefault ) const in getStringOption()
1707 bool Config::getBoolOption( const String& rKey, bool bDefault ) const in getBoolOption()
1713 bool Config::isDumperEnabled() const in isDumperEnabled()
1718 bool Config::isImportEnabled() const in isImportEnabled()
1723 void Config::setNameList( const String& rListName, const NameListRef& rxList ) in setNameList()
1728 void Config::eraseNameList( const String& rListName ) in eraseNameList()
1733 NameListRef Config::getNameList( const String& rListName ) const in getNameList()
1738 Sequence< NamedValue > Config::requestEncryptionData( ::comphelper::IDocPasswordVerifier& rVerifier… in requestEncryptionData()
1743 bool Config::isPasswordCancelled() const in isPasswordCancelled()
1748 bool Config::implIsValid() const in implIsValid()
1753 const OUString* Config::implGetOption( const OUString& rKey ) const in implGetOption()
1758 NameListRef Config::implGetNameList( const OUString& rListName ) const in implGetNameList()