Home
last modified time | relevance | path

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

/trunk/main/extensions/source/oooimprovement/
H A Dconfig.cxx97 : m_ServiceFactory(sf) in Config()
104 m_ServiceFactory, in getSoapUrl()
115 m_ServiceFactory, in getSoapId()
126 m_ServiceFactory, in getReporterEmail()
136 m_ServiceFactory, in getLogPath()
146 m_ServiceFactory, in getEnablingAllowed()
156 m_ServiceFactory, in getInvitationAccepted()
166 m_ServiceFactory, in getShowedInvitation()
177 m_ServiceFactory, in getCompleteProductname()
184 m_ServiceFactory, in getCompleteProductname()
[all …]
H A Donlogrotate_job.cxx111 Reference<XMultiServiceFactory> m_ServiceFactory; member in __anon4e72f9280111::OnLogRotateThread
116 : m_ServiceFactory(sf) in OnLogRotateThread()
128 if(Config(m_ServiceFactory).getInvitationAccepted()) in run()
130 packLogs(m_ServiceFactory); in run()
131 uploadLogs(m_ServiceFactory); in run()
134 LogStorage(m_ServiceFactory).clear(); in run()
181 : m_ServiceFactory(Reference<XMultiServiceFactory>( in OnLogRotateJob()
188 : m_ServiceFactory(sf) in OnLogRotateJob()
200m_ServiceFactory->createInstance(OUString::createFromAscii("com.sun.star.frame.Desktop")), in executeAsync()
203 …ddTerminateListener(Reference<XTerminateListener>(new OnLogRotateThreadWatcher(m_ServiceFactory))); in executeAsync()
H A Dlogstorage.cxx118 : m_ServiceFactory(sf) in LogStorage()
123 assureLogStorageExists(m_ServiceFactory); in assureExists()
129m_ServiceFactory->createInstance(OUString::createFromAscii("com.sun.star.ucb.SimpleFileAccess")), in clear()
131 vector<OUString> files_to_kill = getLogStoragefiles(m_ServiceFactory, &isZipOrLogFile); in clear()
139 { return getLogStoragefiles(m_ServiceFactory, &isLogfile); } in getUnzippedLogFiles()
142 { return getLogStoragefiles(m_ServiceFactory, &isZipfile); } in getZippedLogFiles()
H A Dinvite_job.cxx72 : m_ServiceFactory(sf) in InviteJob()
80 Config config(m_ServiceFactory); in executeAsync()
82 LogStorage log_storage(m_ServiceFactory); in executeAsync()
92m_ServiceFactory->createInstance(OUString::createFromAscii("com.sun.star.oooimprovement.Core")), in executeAsync()
H A Dsoapsender.cxx70 : m_ServiceFactory(sf) in SoapSender()
77 m_ServiceFactory->createInstance(OUString::createFromAscii("com.sun.star.io.TempFile")), in send()
80m_ServiceFactory->createInstance(OUString::createFromAscii("com.sun.star.ucb.SimpleFileAccess")), in send()
83m_ServiceFactory->createInstance(OUString::createFromAscii("com.sun.star.util.URLTransformer")), in send()
H A Derrormail.cxx172 : m_ServiceFactory(sf) in Errormail()
177 Config config(m_ServiceFactory); in getXml()
199 + getOfficeInfoXml(m_ServiceFactory) in getXml()
200 + getSystemInfoXml(m_ServiceFactory) + in getXml()
H A Dsoaprequest.cxx176 : m_ServiceFactory(sf) in SoapRequest()
186 … getSoapSoapId(m_ServiceFactory, rtl::OUStringToOString(m_SoapId, RTL_TEXTENCODING_ASCII_US))); in writeTo()
189 writeString(target, Errormail(m_ServiceFactory).getXml()); in writeTo()
192 writeFile(m_ServiceFactory, target, m_Logfile); in writeTo()
H A Dcorecontroller.cxx38 : m_ServiceFactory(sf) in CoreController()
46 Config config(m_ServiceFactory); in enablingUiEventsLoggerAllowed()
54 Config config(m_ServiceFactory); in showBuiltinOptionsPage()
H A Dlogpacker.cxx67 : m_ServiceFactory(sf) in LogPacker()
73m_ServiceFactory->createInstance(OUString::createFromAscii("com.sun.star.ucb.SimpleFileAccess")), in pack()
79m_ServiceFactory->createInstance(OUString::createFromAscii("com.sun.star.embed.StorageFactory")), in pack()
H A Derrormail.hxx47 css::uno::Reference<css::lang::XMultiServiceFactory> m_ServiceFactory; member in oooimprovement::Errormail
H A Dlogpacker.hxx44 const css::uno::Reference< css::lang::XMultiServiceFactory> m_ServiceFactory; member in oooimprovement::LogPacker
H A Dsoapsender.hxx48 const css::uno::Reference< css::lang::XMultiServiceFactory> m_ServiceFactory; member in oooimprovement::SoapSender
H A Dlogstorage.hxx48 const css::uno::Reference< css::lang::XMultiServiceFactory> m_ServiceFactory; member in oooimprovement::LogStorage
H A Dsoaprequest.hxx48 const css::uno::Reference< css::lang::XMultiServiceFactory> m_ServiceFactory; member in oooimprovement::SoapRequest
H A Dconfig.hxx62 … ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory> m_ServiceFactory;
H A Dinvite_job.hxx75 css::uno::Reference< css::lang::XMultiServiceFactory> m_ServiceFactory; member in oooimprovement::InviteJob
H A Dcorecontroller.hxx77 css::uno::Reference< css::lang::XMultiServiceFactory> m_ServiceFactory; member in oooimprovement::CoreController
H A Donlogrotate_job.hxx76 …t ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory> m_ServiceFactory; member in oooimprovement::OnLogRotateJob

Completed in 47 milliseconds