/aoo42x/main/extensions/source/oooimprovement/ |
H A D | config.cxx | 96 Config::Config(const Reference<XMultiServiceFactory>& sf) in Config() function in oooimprovement::Config 100 OUString Config::getSoapUrl() const in getSoapUrl() 110 OUString Config::getSoapId() const in getSoapId() 122 OUString Config::getReporterEmail() const in getReporterEmail() 132 OUString Config::getLogPath() const in getLogPath() 142 bool Config::getEnablingAllowed() const in getEnablingAllowed() 162 bool Config::getShowedInvitation() const in getShowedInvitation() 199 OUString Config::getSetupLocale() const in getSetupLocale() 209 sal_Int32 Config::getReportCount() const in getReportCount() 273 void Config::resetFailedAttempts() in resetFailedAttempts() [all …]
|
H A D | onlogrotate_job.cxx | 62 Config config(sf); in packLogs() 77 Config config(sf); in uploadLogs() 128 if(Config(m_ServiceFactory).getInvitationAccepted()) in run()
|
H A D | config.hxx | 36 class Config class 39 … Config(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory>& sf);
|
H A D | corecontroller.cxx | 46 Config config(m_ServiceFactory); in enablingUiEventsLoggerAllowed() 54 Config config(m_ServiceFactory); in showBuiltinOptionsPage()
|
H A D | errormail.cxx | 147 Config config(sf); in getOfficeInfoXml() 177 Config config(m_ServiceFactory); in getXml()
|
/aoo42x/main/tools/source/generic/ |
H A D | config.cxx | 757 ((Config*)this)->mpActGroup = pGroup; in ImplGetGroup() 765 Config::Config() in Config() function in Config 782 Config::Config( const XubString& rFileName ) in Config() function in Config 802 Config::~Config() in ~Config() 814 String Config::GetDefDirectory() in GetDefDirectory() 1147 sal_uInt16 Config::GetKeyCount() const in GetKeyCount() 1252 void Config::EnterLock() in EnterLock() 1263 void Config::LeaveLock() in LeaveLock() 1274 sal_Bool Config::Update() in Update() 1281 void Config::Flush() in Flush() [all …]
|
/aoo42x/main/tools/inc/tools/ |
H A D | config.hxx | 36 class TOOLS_DLLPUBLIC Config class 54 Config(); 55 Config( const XubString& rFileName ); 56 ~Config(); 93 TOOLS_DLLPRIVATE Config( const Config& rConfig ); 94 TOOLS_DLLPRIVATE Config& operator = ( const Config& rConfig );
|
/aoo42x/main/oox/inc/oox/dump/ |
H A D | dumperbase.hxx | 622 class Config; 865 NameListRef getNameList( const Config& rCfg ) const; 971 class Config : public Base class 974 explicit Config( const Config& rParent ); 975 explicit Config( 978 explicit Config( 985 virtual ~Config(); 1018 inline explicit Config() {} in Config() function in oox::dump::Config 1019 void construct( const Config& rParent ); 1039 typedef ::boost::shared_ptr< Config > ConfigRef; [all …]
|
H A D | biffdumper.hxx | 82 class BiffConfig : public Config 85 explicit BiffConfig( const Config& rParent, ::oox::xls::BiffType eBiff );
|
/aoo42x/main/oox/source/dump/ |
H A D | dumperbase.cxx | 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 1674 Config::~Config() in ~Config() 1678 void Config::construct( const Config& rParent ) in construct() 1713 bool Config::isDumperEnabled() const in isDumperEnabled() 1718 bool Config::isImportEnabled() const in isImportEnabled() 1728 void Config::eraseNameList( const String& rListName ) in eraseNameList() 1733 NameListRef Config::getNameList( const String& rListName ) const in getNameList() 1743 bool Config::isPasswordCancelled() const in isPasswordCancelled() 1748 bool Config::implIsValid() const in implIsValid() [all …]
|
H A D | biffdumper.cxx | 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() 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() [all …]
|
H A D | pptxdumper.cxx | 119 ConfigRef xCfg( new Config( DUMP_PPTX_CONFIG_ENVVAR, rFilter ) ); in Dumper() 129 …ConfigRef xCfg( new Config( DUMP_PPTX_CONFIG_ENVVAR, rxContext, xStrg, rSysFileName, aMediaDesc ) … in Dumper()
|
/aoo42x/main/vcl/unx/generic/printer/ |
H A D | printerinfomanager.cxx | 256 Config aConfig( aFile.PathToFileName() ); in initialize() 380 Config aConfig( aFile.PathToFileName() ); in initialize() 682 ::std::hash_map< OUString, Config*, OUStringHash > files; in writePrinterConfig() 684 ::std::hash_map< OUString, Config*, OUStringHash >::iterator file_it; in writePrinterConfig() 690 files[ wit->m_aFilePath ] = new Config( wit->m_aFilePath ); in writePrinterConfig() 698 Config* pGlobal = files.begin()->second; in writePrinterConfig() 731 files[ it->second.m_aFile ] = new Config( it->second.m_aFile ); in writePrinterConfig() 759 Config* pConfig = files[ it->second.m_aFile ]; in writePrinterConfig() 908 Config aConfig( it->second.m_aFile ); in removePrinter() 914 Config aAltConfig( *file_it ); in removePrinter()
|
/aoo42x/main/padmin/source/ |
H A D | helper.cxx | 263 static Config* pRC = NULL; 265 Config& padmin::getPadminRC() in getPadminRC() 272 pRC = new Config( aFileName ); in getPadminRC()
|
H A D | helper.hxx | 52 class Config; 122 Config& getPadminRC();
|
H A D | newppdlg.cxx | 70 Config& rConfig = getPadminRC(); in PPDImportDialog() 103 Config& rConfig = getPadminRC(); in Import()
|
H A D | cmddlg.cxx | 126 Config& rConfig( getPadminRC() ); in getStoredCommands() 149 Config& rConfig( getPadminRC() ); in setCommands()
|
/aoo42x/main/odk/examples/DevelopersGuide/Config/ |
H A D | makefile.mk | 39 $(DESTDIRDEVGUIDEEXAMPLES)$/Config$/ConfigExamples.java \ 40 $(DESTDIRDEVGUIDEEXAMPLES)$/Config$/Makefile
|
/aoo42x/main/sw/source/ui/vba/ |
H A D | vbasystem.cxx | 50 Config aCfg( maFileName ); in getValueEvent() 60 Config aCfg( maFileName ); in setValueEvent()
|
/aoo42x/main/desktop/source/so_comp/ |
H A D | oemjob.cxx | 255 Config aConfig(aSofficeIniFileURL); in checkOEMPreloadFlag() 269 Config aConfig(aSofficeIniFileURL); in disableOEMPreloadFlag()
|
/aoo42x/main/desktop/source/app/ |
H A D | lockfile.cxx | 146 Config aConfig(aLockname); in isStale() 188 Config aConfig(aLockname); in syncToFile()
|
/aoo42x/main/automation/source/server/ |
H A D | server.cxx | 227 aIniFileDir = Config::GetDefDirectory(); in GetPort() 229 Config aConf(Config::GetConfigName( aIniFileDir, CUniString("testtool") )); in GetPort()
|
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | dbfindex.cxx | 403 Config aInfFile( aTransformer.get(OFileNotation::N_SYSTEM) ); in Init() 515 Config aInfFile( aTransformer.get(OFileNotation::N_SYSTEM) ); in WriteInfFile()
|
/aoo42x/main/shell/source/tools/lngconvex/ |
H A D | lngconvex.cxx | 319 Config& aConfig, in add_group_entries() 403 Config config(tmpfile_url.getStr()); in read_ulf_file()
|
/aoo42x/main/connectivity/source/drivers/dbase/ |
H A D | DIndex.cxx | 408 Config aInfFile(sPhysicalPath); in createINFEntry() 453 Config aInfFile(sPhysicalPath); in DropImpl()
|