Home
last modified time | relevance | path

Searched refs:xServiceFactory (Results 76 – 100 of 129) sorted by relevance

123456

/aoo41x/main/starmath/source/
H A Dmathmlimport.cxx96 uno::Reference<lang::XMultiServiceFactory> xServiceFactory( in Import() local
98 DBG_ASSERT(xServiceFactory.is(), "XMLReader::Read: got no service manager"); in Import()
99 if ( !xServiceFactory.is() ) in Import()
204 xServiceFactory, xInfoSet, in Import()
215 xServiceFactory, xInfoSet, in Import()
226 xServiceFactory, xInfoSet, "com.sun.star.comp.Math.XMLImporter" ); in Import()
243 xServiceFactory, xInfoSet, "com.sun.star.comp.Math.XMLImporter", sal_False ); in Import()
421 …t ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xServiceFactory, in SmXMLImport()
423 : SvXMLImport( xServiceFactory, nImportFlags ), in SmXMLImport()
/aoo41x/main/writerfilter/unocomponent/debugservices/doctok/
H A DDocTokAnalyzeService.cxx160 xServiceFactory(xContext->getServiceManager(), uno::UNO_QUERY_THROW); in run() local
164 if (::ucbhelper::ContentBroker::initialize(xServiceFactory, aUcbInitSequence)) in run()
/aoo41x/main/xmloff/inc/xmloff/
H A Dxmlnumfi.hxx89 …:com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory );
93 …:com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory );
H A Dxmlimp.hxx191 … ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory,
198 … ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory,
206 … ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory,
/aoo41x/main/xmloff/source/style/
H A Dxmlnumfi.cxx109 const uno::Reference<lang::XMultiServiceFactory>& xServiceFactory );
396 const uno::Reference<lang::XMultiServiceFactory>& xServiceFactory ) in SvXMLNumImpData() argument
405 mxServiceFactory(xServiceFactory) in SvXMLNumImpData()
2339 const uno::Reference<lang::XMultiServiceFactory>& xServiceFactory ) in SvXMLNumFmtHelper() argument
2340 : mxServiceFactory(xServiceFactory) in SvXMLNumFmtHelper()
2359 const uno::Reference<lang::XMultiServiceFactory>& xServiceFactory ) in SvXMLNumFmtHelper() argument
2360 : mxServiceFactory(xServiceFactory) in SvXMLNumFmtHelper()
/aoo41x/main/sw/source/filter/xml/
H A Dxmlimp.hxx118 …t ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xServiceFactory,
124 …t ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xServiceFactory,
H A Dxmlimp.cxx445 const uno::Reference< lang::XMultiServiceFactory > xServiceFactory, in SwXMLImport()
447 : SvXMLImport( xServiceFactory, nImportFlags ), in SwXMLImport()
471 const uno::Reference< lang::XMultiServiceFactory > xServiceFactory, in SwXMLImport()
480 : SvXMLImport( xServiceFactory, rModel, rEGO ), in SwXMLImport()
/aoo41x/main/xmloff/source/core/
H A DXMLEmbeddedObjectImportContext.cxx168 Reference< XMultiServiceFactory > xServiceFactory = GetImport().getServiceFactory(); in SetComponent() local
171 xServiceFactory->createInstanceWithArguments( sFilterService, aArgs), in SetComponent()
H A DDocumentSettingsContext.cxx69 XMLMyList(const uno::Reference<lang::XMultiServiceFactory>& xServiceFactory);
79 XMLMyList::XMLMyList(const uno::Reference<lang::XMultiServiceFactory>& xServiceFactory) in XMLMyList() argument
81 mxServiceFactory(xServiceFactory) in XMLMyList()
/aoo41x/main/framework/source/fwe/helper/
H A Dactiontriggerhelper.cxx395 … ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory, in CreateActionTriggerContainerFromMenu()
399 return new RootActionTriggerContainer( pMenu, pMenuIdentifier, xServiceFactory ); in CreateActionTriggerContainerFromMenu()
/aoo41x/main/framework/source/uielement/
H A Dmenubarmanager.cxx207 const Reference< XMultiServiceFactory >& xServiceFactory, in MenuBarManager()
219 , mxServiceFactory(xServiceFactory) in MenuBarManager()
231 const Reference< XMultiServiceFactory >& xServiceFactory, in MenuBarManager()
244 , mxServiceFactory(xServiceFactory) in MenuBarManager()
254 const Reference< XMultiServiceFactory >& xServiceFactory, in MenuBarManager()
267 , mxServiceFactory(xServiceFactory) in MenuBarManager()
/aoo41x/main/reportdesign/source/ui/misc/
H A DUITools.cxx1033 uno::Reference<lang::XMultiServiceFactory> xServiceFactory; in openDialogFormula_nothrow() local
1037 xServiceFactory.set(xFactory,uno::UNO_QUERY); in openDialogFormula_nothrow()
1045 …FormulaDialog aDlg(pParent,xServiceFactory,pFormulaManager,aFormula.getUndecoratedContent(),_xRowS… in openDialogFormula_nothrow()
1066 ::dbtools::showError( aErrorInfo, xInspectorWindow, xServiceFactory ); in openDialogFormula_nothrow()
/aoo41x/main/reportdesign/source/filter/xml/
H A Dxmlfilter.cxx542 …uno::Reference< lang::XMultiServiceFactory > xServiceFactory( getServiceFactory(), uno::UNO_QUERY); in implImport() local
543 if( xServiceFactory.is()) in implImport()
548 xServiceFactory->createInstanceWithArguments( in implImport()
/aoo41x/main/toolkit/source/helper/
H A Dregisterservices.cxx134 ClassName##_CreateInstance, xServiceFactory \
237 … ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xServiceFactory = in component_getFactory()
/aoo41x/main/framework/inc/xml/
H A Dmenudocumenthandler.hxx123 … ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory,
167 … ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory,
/aoo41x/main/sd/source/ui/unoidl/
H A Drandomnode.cxx610 Reference< XMultiServiceFactory > xServiceFactory( comphelper::getProcessServiceFactory() ); in createEnumeration() local
612 xServiceFactory->createInstance( in createEnumeration()
/aoo41x/main/sw/source/filter/html/
H A Dhtmlform.cxx194 uno::Reference< XMultiServiceFactory > xServiceFactory; member in SwHTMLForm_Impl
279 if( !xServiceFactory.is() && pDocSh ) in GetServiceFactory()
281 xServiceFactory = in GetServiceFactory()
284 ASSERT( xServiceFactory.is(), in GetServiceFactory()
287 return xServiceFactory; in GetServiceFactory()
/aoo41x/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx1558 uno::Reference<lang::XMultiServiceFactory> xServiceFactory; in impl_dialogFilter_nothrow() local
1562 xServiceFactory.set(xFactory,uno::UNO_QUERY); in impl_dialogFilter_nothrow()
1578 …QueryComposer > xComposer( ::dbtools::getCurrentSettingsComposer( xRowSetProp, xServiceFactory ) ); in impl_dialogFilter_nothrow()
1615 ::dbtools::showError( aErrorInfo, xInspectorWindow, xServiceFactory ); in impl_dialogFilter_nothrow()
1677 …uno::Reference<lang::XMultiServiceFactory> xServiceFactory(m_xContext->getServiceManager(),uno::UN… in impl_ConvertMimeTypeToUI_nothrow() local
1678 ::comphelper::MimeConfigurationHelper aMimeHelper(xServiceFactory); in impl_ConvertMimeTypeToUI_nothrow()
/aoo41x/main/framework/inc/framework/
H A Dactiontriggerhelper.hxx60 … ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory,
/aoo41x/main/xmloff/inc/
H A DSchXMLExport.hxx74 … ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory,
/aoo41x/main/svx/source/inc/
H A Dxmlxtimp.hxx43 …t ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xServiceFactory,
H A Dxmlxtexp.hxx44 …t ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xServiceFactory,
/aoo41x/main/uui/source/
H A Diahndl-authentication.cxx193 uno::Reference< lang::XMultiServiceFactory > const & xServiceFactory, in handleAuthenticationRequest_()
212 uui::PasswordContainerHelper aPwContainerHelper(xServiceFactory); in handleAuthenticationRequest_()
H A Dsslwarndlg.hxx68 …nst com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >& xServiceFactory,
/aoo41x/main/sd/inc/
H A DTransitionPreset.hxx83 … ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory,

Completed in 463 milliseconds

123456