/trunk/main/extensions/source/oooimprovement/ |
H A D | config.cxx | 97 : 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 D | onlogrotate_job.cxx | 111 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() 200 … m_ServiceFactory->createInstance(OUString::createFromAscii("com.sun.star.frame.Desktop")), in executeAsync() 203 …ddTerminateListener(Reference<XTerminateListener>(new OnLogRotateThreadWatcher(m_ServiceFactory))); in executeAsync()
|
H A D | logstorage.cxx | 118 : m_ServiceFactory(sf) in LogStorage() 123 assureLogStorageExists(m_ServiceFactory); in assureExists() 129 … m_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 D | invite_job.cxx | 72 : m_ServiceFactory(sf) in InviteJob() 80 Config config(m_ServiceFactory); in executeAsync() 82 LogStorage log_storage(m_ServiceFactory); in executeAsync() 92 … m_ServiceFactory->createInstance(OUString::createFromAscii("com.sun.star.oooimprovement.Core")), in executeAsync()
|
H A D | soapsender.cxx | 70 : m_ServiceFactory(sf) in SoapSender() 77 m_ServiceFactory->createInstance(OUString::createFromAscii("com.sun.star.io.TempFile")), in send() 80 … m_ServiceFactory->createInstance(OUString::createFromAscii("com.sun.star.ucb.SimpleFileAccess")), in send() 83 … m_ServiceFactory->createInstance(OUString::createFromAscii("com.sun.star.util.URLTransformer")), in send()
|
H A D | errormail.cxx | 172 : 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 D | soaprequest.cxx | 176 : 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 D | corecontroller.cxx | 38 : m_ServiceFactory(sf) in CoreController() 46 Config config(m_ServiceFactory); in enablingUiEventsLoggerAllowed() 54 Config config(m_ServiceFactory); in showBuiltinOptionsPage()
|
H A D | logpacker.cxx | 67 : m_ServiceFactory(sf) in LogPacker() 73 … m_ServiceFactory->createInstance(OUString::createFromAscii("com.sun.star.ucb.SimpleFileAccess")), in pack() 79 … m_ServiceFactory->createInstance(OUString::createFromAscii("com.sun.star.embed.StorageFactory")), in pack()
|
H A D | errormail.hxx | 47 css::uno::Reference<css::lang::XMultiServiceFactory> m_ServiceFactory; member in oooimprovement::Errormail
|
H A D | logpacker.hxx | 44 const css::uno::Reference< css::lang::XMultiServiceFactory> m_ServiceFactory; member in oooimprovement::LogPacker
|
H A D | soapsender.hxx | 48 const css::uno::Reference< css::lang::XMultiServiceFactory> m_ServiceFactory; member in oooimprovement::SoapSender
|
H A D | logstorage.hxx | 48 const css::uno::Reference< css::lang::XMultiServiceFactory> m_ServiceFactory; member in oooimprovement::LogStorage
|
H A D | soaprequest.hxx | 48 const css::uno::Reference< css::lang::XMultiServiceFactory> m_ServiceFactory; member in oooimprovement::SoapRequest
|
H A D | config.hxx | 62 … ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory> m_ServiceFactory;
|
H A D | invite_job.hxx | 75 css::uno::Reference< css::lang::XMultiServiceFactory> m_ServiceFactory; member in oooimprovement::InviteJob
|
H A D | corecontroller.hxx | 77 css::uno::Reference< css::lang::XMultiServiceFactory> m_ServiceFactory; member in oooimprovement::CoreController
|
H A D | onlogrotate_job.hxx | 76 …t ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory> m_ServiceFactory; member in oooimprovement::OnLogRotateJob
|