/aoo41x/main/extensions/source/abpilot/ |
H A D | datasourcehandling.cxx | 178 Reference< XMultiServiceFactory > xORB; member 184 :xORB ( _rSource.xORB ) in ODataSourceContextImpl() 247 return lcl_implCreateAndSetURL( m_pImpl->xORB, _rName, "sdbc:address:ldap:" ); in createNewLDAP() 253 return lcl_implCreateAndSetURL( m_pImpl->xORB, _rName, "sdbc:address:mozilla" ); in createNewMORK() 281 return lcl_implCreateAndSetURL( m_pImpl->xORB, _rName, "sdbc:address:kab" ); in createNewKab() 287 return lcl_implCreateAndSetURL( m_pImpl->xORB, _rName, "sdbc:address:macab" ); in createNewMacab() 305 return lcl_implCreateAndSetURL( m_pImpl->xORB, _rName, "sdbc:dbase:" ); in createNewDBase() 314 Reference< XMultiServiceFactory > xORB; /// the service factory member 323 :xORB( _rxORB ) in ODataSourceImpl() 333 :xORB( _rSource.xORB ) in ODataSourceImpl() [all …]
|
/aoo41x/main/sfx2/source/appl/ |
H A D | appserv.cxx | 1122 …Reference< com::sun::star::lang::XMultiServiceFactory > xORB = ::comphelper::getProcessServiceFact… in OfaExec_Impl() local 1124 …xORB->createInstance( ::rtl::OUString::createFromAscii("com.sun.star.drawing.ModuleDispatcher")), … in OfaExec_Impl() 1130 …xORB->createInstance( ::rtl::OUString::createFromAscii("com.sun.star.frame.DispatchHelper")), UNO_… in OfaExec_Impl() 1152 …Reference< com::sun::star::lang::XMultiServiceFactory > xORB = ::comphelper::getProcessServiceFact… in OfaExec_Impl() local 1154 …xORB->createInstance( ::rtl::OUString::createFromAscii("com.sun.star.text.ModuleDispatcher")), UNO… in OfaExec_Impl() 1160 …xORB->createInstance( ::rtl::OUString::createFromAscii("com.sun.star.frame.DispatchHelper")), UNO_… in OfaExec_Impl() 1183 …Reference< com::sun::star::lang::XMultiServiceFactory > xORB = ::comphelper::getProcessServiceFact… in OfaExec_Impl() local 1185 if (xORB.is()) in OfaExec_Impl() 1186 …xDialog = Reference< com::sun::star::ui::dialogs::XExecutableDialog >(xORB->createInstance(sDialog… in OfaExec_Impl()
|
/aoo41x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | DocumentHelper.java | 301 …XMultiServiceFactory xORB = (XMultiServiceFactory)UnoRuntime.queryInterface( XMultiServiceFactory.… in createInstance() local 303 return (XInterface)xORB.createInstance( serviceSpecifier ); in createInstance() 311 …XMultiServiceFactory xORB = (XMultiServiceFactory)UnoRuntime.queryInterface( XMultiServiceFactory.… in createInstanceWithArguments() local 313 return (XInterface) xORB.createInstanceWithArguments( serviceSpecifier, arguments ); in createInstanceWithArguments()
|
/aoo41x/main/unotools/source/config/ |
H A D | configvaluecontainer.cxx | 261 Reference< XMultiServiceFactory > xORB; // the service factory member 268 :xORB( _rxORB ) in OConfigurationValueContainerImpl() 313 return m_pImpl->xORB; in getServiceFactory() 327 m_pImpl->xORB, in implConstruct()
|
/aoo41x/main/forms/qa/integration/forms/ |
H A D | DocumentHelper.java | 385 …XMultiServiceFactory xORB = (XMultiServiceFactory)UnoRuntime.queryInterface( XMultiServiceFactory.… in createInstance() local 387 return (XInterface)xORB.createInstance( serviceSpecifier ); in createInstance() 395 …XMultiServiceFactory xORB = (XMultiServiceFactory)UnoRuntime.queryInterface( XMultiServiceFactory.… in createInstanceWithArguments() local 397 return (XInterface) xORB.createInstanceWithArguments( serviceSpecifier, arguments ); in createInstanceWithArguments()
|
/aoo41x/main/dbaccess/source/filter/xml/ |
H A D | xmlHierarchyCollection.cxx | 122 Reference<XMultiServiceFactory> xORB(_xParentContainer,UNO_QUERY); in DBG_NAME() local 123 if ( xORB.is() ) in DBG_NAME() 125 … m_xContainer.set(xORB->createInstanceWithArguments(_sCollectionServiceName,aArguments),UNO_QUERY); in DBG_NAME()
|
H A D | xmlComponent.cxx | 130 Reference< XMultiServiceFactory > xORB( _xParentContainer, UNO_QUERY_THROW ); in DBG_NAME() local 131 …Reference< XInterface > xComponent( xORB->createInstanceWithArguments( _sComponentServiceName, aAr… in DBG_NAME()
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | dsselect.cxx | 183 …Reference< ::com::sun::star::lang::XMultiServiceFactory > xORB = ::comphelper::getProcessServiceFa… variable 184 …Reference<XCreateCatalog> xCatalog(xORB->createInstance(SERVICE_EXTENDED_ADABAS_DRIVER),UNO_QUERY); 192 xORB->createInstanceWithArguments(SERVICE_SDB_ADABASCREATIONDIALOG, aArgs), UNO_QUERY);
|
/aoo41x/main/extensions/source/dbpilots/ |
H A D | controlwizard.cxx | 439 Reference< XMultiServiceFactory > xORB = getServiceFactory(); in implGetDSContext() local 442 DBG_ASSERT(xORB.is(), "OControlWizard::implGetDSContext: invalid service factory!"); in implGetDSContext() 445 if (xORB.is()) in implGetDSContext() 446 …xContext = xORB->createInstance(::rtl::OUString::createFromAscii("com.sun.star.sdb.DatabaseContext… in implGetDSContext()
|
/aoo41x/main/cui/source/options/ |
H A D | sdbcdriverenum.cxx | 61 Reference< XMultiServiceFactory > xORB = ::comphelper::getProcessServiceFactory(); in ODriverEnumerationImpl() local 62 …Reference< XInterface > xDM = xORB->createInstance(::rtl::OUString::createFromAscii("com.sun.star.… in ODriverEnumerationImpl()
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | linkeddocuments.cxx | 361 Reference<XMultiServiceFactory> xORB(m_xDocumentContainer,UNO_QUERY); in newDocument() local 362 if ( xORB.is() ) in newDocument() 377 Reference< XCommandProcessor > xContent( xORB->createInstanceWithArguments( in newDocument()
|
H A D | UITools.cxx | 1831 Reference<XMultiServiceFactory> xORB( xNameAccess, UNO_QUERY_THROW ); in insertHierachyElement() local 1849 …Reference<XContent > xNew( xORB->createInstanceWithArguments( sServiceName, aArguments ), UNO_QUER… in insertHierachyElement()
|
/aoo41x/main/svtools/source/uno/ |
H A D | treecontrolpeer.cxx | 1259 Reference< XMultiServiceFactory > xORB( ::comphelper::getProcessServiceFactory() ); in onChangeDataModel() local 1260 if( xORB.is() ) in onChangeDataModel() 1262 mxDataModel.query( xORB->createInstance( aSN ) ); in onChangeDataModel() 1490 Reference< XMultiServiceFactory > xORB( ::comphelper::getProcessServiceFactory() ); in loadImage() local 1491 if( xORB.is() ) in loadImage() 1493 Reference< XInterface > x( xORB->createInstance( aSN ) ); in loadImage()
|
/aoo41x/main/sw/source/ui/app/ |
H A D | docsh2.cxx | 1046 … uno::Reference< lang::XMultiServiceFactory > xORB = ::comphelper::getProcessServiceFactory(); in Execute() local 1048 …xORB->createInstance( ::rtl::OUString::createFromAscii("com.sun.star.drawing.ModuleDispatcher")), … in Execute() 1053 …xORB->createInstance( ::rtl::OUString::createFromAscii("com.sun.star.frame.DispatchHelper")), UNO_… in Execute() 1120 … uno::Reference< lang::XMultiServiceFactory > xORB = ::comphelper::getProcessServiceFactory(); in Execute() local 1122 …xORB->createInstance( ::rtl::OUString::createFromAscii("com.sun.star.drawing.ModuleDispatcher")), … in Execute() 1127 …xORB->createInstance( ::rtl::OUString::createFromAscii("com.sun.star.frame.DispatchHelper")), UNO_… in Execute()
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | documentcontainer.cxx | 397 Reference<XMultiServiceFactory> xORB(xContent,UNO_QUERY); in createInstanceWithArguments() local 398 OSL_ENSURE(xORB.is(),"No service factory given"); in createInstanceWithArguments() 399 if ( xORB.is() ) in createInstanceWithArguments() 430 … Reference<XContent > xNew(xORB->createInstanceWithArguments(sServiceName,aArguments),UNO_QUERY); in createInstanceWithArguments()
|
H A D | documentdefinition.cxx | 1598 Reference< XMultiServiceFactory > xORB( m_xParentContainer, UNO_QUERY_THROW ); in saveAs() local 1599 …Reference< XInterface > xComponent( xORB->createInstanceWithArguments( SERVICE_SDB_DOCUMENTDEFINIT… in saveAs()
|
/aoo41x/main/odk/examples/DevelopersGuide/Database/ |
H A D | sdbcx.java | 38 private XMultiServiceFactory xORB; field in sdbcx 98 xORB = rSmgr; in sdbcx() 104 Object aDriver = xORB.createInstance("com.sun.star.comp.sdbcx.adabas.ODriver"); in createConnection()
|
/aoo41x/main/offapi/com/sun/star/form/ |
H A D | PropertyBrowserController.idl | 66 XMultiServiceFactory xORB = getORB(); 71 xORB.createInstance( "com.sun.star.form.PropertyBrowserController" ) );
|
/aoo41x/main/extensions/source/bibliography/ |
H A D | framectr.cxx | 505 uno::Reference< lang::XMultiServiceFactory > xORB = ::comphelper::getProcessServiceFactory(); in dispatch() local 532 uno::Reference< uno::XInterface > xDialog = xORB->createInstanceWithArguments( in dispatch()
|