/aoo42x/main/forms/source/component/ |
H A D | FormattedFieldWrapper.cxx | 68 :m_xServiceFactory(_rxFactory) in OFormattedFieldWrapper() 80 OFormattedModel* pModel = new OFormattedModel(m_xServiceFactory); in OFormattedFieldWrapper() 88 m_pEditPart = new OEditModel(m_xServiceFactory); in OFormattedFieldWrapper() 101 :m_xServiceFactory( _pCloneSource->m_xServiceFactory ) in OFormattedFieldWrapper() 120 m_pEditPart = new OEditModel( _pCloneSource->m_pEditPart, _pCloneSource->m_xServiceFactory ); in OFormattedFieldWrapper() 307 OEditModel* pBasicReader = new OEditModel(m_xServiceFactory); in read() 319 OFormattedModel* pFormattedReader = new OFormattedModel(m_xServiceFactory); in read() 363 InterfaceRef xEditModel = m_xServiceFactory->createInstance(FRM_SUN_COMPONENT_TEXTFIELD); in ensureAggregate() 367 OEditModel* pModel = new OEditModel(m_xServiceFactory); in ensureAggregate()
|
/aoo42x/main/embeddedobj/test/Container1/ |
H A D | EmbedContApp.java | 105 private XMultiServiceFactory m_xServiceFactory; field in EmbedContApp 167 m_xServiceFactory = xServiceFactory; in EmbedContApp() 178 Object oTransformer = m_xServiceFactory.createInstance( "com.sun.star.util.URLTransformer" ); in init() 189 Object oJob = m_xServiceFactory.createInstance( "com.sun.star.comp.thread.MainThreadExecutor" ); in init() 863 …if ( m_xVCLWindow == null && m_xServiceFactory != null && m_xEmbedObj != null && m_xBitmap != null… in createVclWindow() 866 m_xVCLWindow = WindowHelper.createWindow( m_xServiceFactory, m_aNativeView, aBounds ); in createVclWindow() 934 m_xBitmap = WindowHelper.getVCLBitmapFromBytes( m_xServiceFactory, aAny ); in generateNewImage() 1431 Object oStorageFactory = m_xServiceFactory.createInstance( "com.sun.star.embed.StorageFactory" ); in createTempStorage() 1457 Object oStorageFactory = m_xServiceFactory.createInstance( "com.sun.star.embed.StorageFactory" ); in saveObjectAsFileURI() 1512 Object oStorageFactory = m_xServiceFactory.createInstance( "com.sun.star.embed.StorageFactory" ); in loadFileURI() [all …]
|
/aoo42x/main/odk/examples/java/EmbedDocument/Container1/ |
H A D | EmbedContApp.java | 56 private XMultiServiceFactory m_xServiceFactory; field in EmbedContApp 75 m_xServiceFactory = xServiceFactory; in EmbedContApp() 728 …Object oEmbedFactory = m_xServiceFactory.createInstance( "com.sun.star.embed.EmbeddedObjectFactory… in createEmbedObject() 762 …Object oEmbedFactory = m_xServiceFactory.createInstance( "com.sun.star.embed.EmbeddedObjectFactory… in createLinkObject() 791 …Object oEmbedFactory = m_xServiceFactory.createInstance( "com.sun.star.embed.EmbeddedObjectFactory… in loadEmbedObject() 863 Object oStorageFactory = m_xServiceFactory.createInstance( "com.sun.star.embed.StorageFactory" ); in createTempStorage() 889 Object oStorageFactory = m_xServiceFactory.createInstance( "com.sun.star.embed.StorageFactory" ); in saveStorageAsFileURI() 926 Object oStorageFactory = m_xServiceFactory.createInstance( "com.sun.star.embed.StorageFactory" ); in loadFileURI() 937 …Object oEmbedFactory = m_xServiceFactory.createInstance( "com.sun.star.embed.EmbeddedObjectFactory… in loadFileURI()
|
/aoo42x/main/dbaccess/source/ui/browser/ |
H A D | dbloader.cxx | 77 Reference< XMultiServiceFactory > m_xServiceFactory; member in DBContentLoader 105 :m_xServiceFactory(_rxFactory) in DBG_NAME() 191 ::comphelper::ComponentContext aContext( m_xServiceFactory ); in load() 260 xController.set( m_xServiceFactory->createInstance( in load() 285 … xDataSource.set( getDataSourceByName( sDataSourceName, NULL, m_xServiceFactory, &aError ) ); in load()
|
H A D | dataview.cxx | 97 ,m_xServiceFactory(_rFactory) in DBG_NAME() 232 m_pAccel->init(m_xServiceFactory,_xFrame); in attachFrame()
|
H A D | genericcontroller.cxx | 253 ,m_xServiceFactory(_rM) in DBG_NAME() 963 m_xServiceFactory = NULL; in disposing() 1461 ::framework::TitleHelper* pHelper = new ::framework::TitleHelper(m_xServiceFactory); in impl_getTitleHelper_throw()
|
/aoo42x/main/forms/source/misc/ |
H A D | InterfaceContainer.cxx | 152 …Reference< ooo::vba::XVBAToOOEventDescGen > xDescSupplier( m_xServiceFactory->createInstance( rtl:… in impl_addVbEvents_nolck_nothrow() 153 …tEventDescriptor > vbaEvents = xDescSupplier->getEventDescriptions( m_xServiceFactory->createInsta… in impl_addVbEvents_nolck_nothrow() 194 ,m_xServiceFactory(_rxFactory) in OInterfaceContainer() 205 ,m_xServiceFactory( _cloneSource.m_xServiceFactory ) in OInterfaceContainer() 239 …m_xEventAttacher.set( ::comphelper::createEventAttacherManager( m_xServiceFactory ), UNO_SET_THROW… in impl_createEventAttacher_nothrow() 570 xObj = lcl_createPlaceHolder( m_xServiceFactory ); in read() 603 xElement = xElement.query( lcl_createPlaceHolder( m_xServiceFactory ) ); in read() 619 m_xEventAttacher = ::comphelper::createEventAttacherManager( m_xServiceFactory ); in read()
|
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_java/ |
H A D | FlatXml.java | 49 private XMultiServiceFactory m_xServiceFactory; field in FlatXml 60 m_xServiceFactory = f; in FlatXml() 124 Object tmpObj=m_xServiceFactory.createInstance("com.sun.star.xml.sax.Parser"); in importer() 166 tmpObj = m_xServiceFactory.createInstance("com.sun.star.xml.sax.Writer"); in exporter()
|
/aoo42x/main/connectivity/source/cpool/ |
H A D | ZPoolCollection.cxx | 77 :m_xServiceFactory(_rxFactory) in OPoolCollection() 80 …m_xManager = Reference< XDriverManager >(m_xServiceFactory->createInstance(::rtl::OUString::create… in OPoolCollection() 85 m_xServiceFactory->createInstance( in OPoolCollection() 97 …m_xDesktop = Reference< ::com::sun::star::frame::XDesktop>( m_xServiceFactory->createInstance(::rt… in OPoolCollection() 352 …Reference< XInterface > xProvider = m_xServiceFactory->createInstance(::rtl::OUString(RTL_CONSTASC… in createWithServiceFactory()
|
/aoo42x/main/uui/source/ |
H A D | interactionhandler.cxx | 33 : m_xServiceFactory(rServiceFactory), in UUIInteractionHandler() 34 m_pImpl(new UUIInteractionHelper(m_xServiceFactory)) in UUIInteractionHandler() 74 m_pImpl = new UUIInteractionHelper(m_xServiceFactory, rArguments); in initialize()
|
H A D | iahndl-filter.cxx | 422 m_xServiceFactory, in handleNoSuchFilterRequest() 441 m_xServiceFactory, in handleAmbigousFilterRequest() 459 handleFilterOptionsRequest_(m_xServiceFactory, in handleFilterOptionsRequest()
|
H A D | iahndl.cxx | 134 m_xServiceFactory(rServiceFactory), in UUIInteractionHelper() 142 m_xServiceFactory(rServiceFactory) in UUIInteractionHelper() 370 …Reference< XInteractionHandler2 > xHandler( m_xServiceFactory->createInstance( i_rServiceName ), U… in handleCustomRequest() 402 m_xServiceFactory, in handleTypedHandlerImplementations() 965 m_xServiceFactory->createInstance( in getInteractionHandlerList() 1130 xIH.set(m_xServiceFactory->createInstanceWithArguments( in getInteractionHandler()
|
H A D | sslwarndlg.hxx | 57 …st com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >& m_xServiceFactory; member in SSLWarnDialog 71 …ce< com::sun::star::lang::XMultiServiceFactory > getServiceFactory() { return m_xServiceFactory; }; in getServiceFactory()
|
H A D | unknownauthdlg.hxx | 59 …st com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >& m_xServiceFactory; member in UnknownAuthDialog 73 …ce< com::sun::star::lang::XMultiServiceFactory > getServiceFactory() { return m_xServiceFactory; }; in getServiceFactory()
|
H A D | iahndl-authentication.cxx | 643 m_xServiceFactory, in handleAuthenticationRequest() 655 m_xServiceFactory, in handleAuthenticationRequest()
|
H A D | sslwarndlg.cxx | 77 m_xServiceFactory ( xServiceFactory ), in SSLWarnDialog()
|
H A D | unknownauthdlg.cxx | 87 m_xServiceFactory ( xServiceFactory ), in UnknownAuthDialog()
|
/aoo42x/main/sfx2/source/appl/ |
H A D | imestatuswindow.cxx | 58 m_xServiceFactory(rServiceFactory), in ImeStatusWindow() 173 if (!m_xServiceFactory.is()) in getConfig() 180 m_xServiceFactory->createInstance( in getConfig()
|
H A D | imestatuswindow.hxx | 111 m_xServiceFactory; member in sfx2::appl::ImeStatusWindow
|
/aoo42x/main/sfx2/source/doc/ |
H A D | sfxmodelfactory.cxx | 103 const Reference< XMultiServiceFactory > m_xServiceFactory; member in sfx2::SfxModelFactory 116 :m_xServiceFactory( _rxServiceFactory ) in SfxModelFactory() 131 return (*m_pComponentFactoryFunc)( m_xServiceFactory, _nCreationFlags ); in impl_createInstance()
|
/aoo42x/main/framework/source/uielement/ |
H A D | menubarwrapper.cxx | 159 m_xServiceFactory->createInstance( in initialize() 173 xTrans.set( m_xServiceFactory->createInstance( in initialize() 208 MenuBarManager* pMenuBarManager = new MenuBarManager( m_xServiceFactory, in initialize()
|
H A D | statusbarwrapper.cxx | 99 m_xServiceFactory.clear(); in dispose() 133 … pStatusBarManager = new StatusBarManager( m_xServiceFactory, xFrame, m_aResourceURL, pStatusBar ); in initialize()
|
/aoo42x/main/dbaccess/inc/ |
H A D | dataview.hxx | 41 …tar::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xServiceFactory; // the serv… 70 …no::Reference< ::com::sun::star::lang::XMultiServiceFactory > getORB() { return m_xServiceFactory;} in getORB()
|
/aoo42x/main/filter/source/xsltfilter/ |
H A D | uof2merge.cxx | 389 , m_xServiceFactory(rxFactory) in UOF2Merge() 404 …m_xPipeInStream.set(m_xServiceFactory->createInstance( ::rtl::OUString::createFromAscii("com.sun.s… in init() 408 …m_xSaxParser.set(m_xServiceFactory->createInstance( ::rtl::OUString::createFromAscii("com.sun.star… in init() 411 …m_xExtDocHdl.set(m_xServiceFactory->createInstance( ::rtl::OUString::createFromAscii("com.sun.star… in init()
|
/aoo42x/main/svx/inc/svx/ |
H A D | gridctrl.hxx | 230 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xServiceFactory; 514 getServiceManager() const { return m_xServiceFactory; } in getServiceManager()
|