Home
last modified time | relevance | path

Searched refs:xORB (Results 1 – 20 of 20) sorted by relevance

/trunk/main/extensions/source/abpilot/
H A Ddatasourcehandling.cxx178 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 …]
/trunk/main/sfx2/source/appl/
H A Dappserv.cxx1122 …Reference< com::sun::star::lang::XMultiServiceFactory > xORB = ::comphelper::getProcessServiceFact… in OfaExec_Impl() local
1124xORB->createInstance( ::rtl::OUString::createFromAscii("com.sun.star.drawing.ModuleDispatcher")), … in OfaExec_Impl()
1130xORB->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
1154xORB->createInstance( ::rtl::OUString::createFromAscii("com.sun.star.text.ModuleDispatcher")), UNO… in OfaExec_Impl()
1160xORB->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()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DDocumentHelper.java301 …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()
/trunk/main/unotools/source/config/
H A Dconfigvaluecontainer.cxx261 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()
/trunk/main/test/source/java/org/openoffice/test/tools/
H A DOfficeDocument.java300 …XMultiServiceFactory xORB = UnoRuntime.queryInterface( XMultiServiceFactory.class, m_documentCompo… in createInstance() local
301 return (XInterface)xORB.createInstance( serviceSpecifier ); in createInstance()
317 …XMultiServiceFactory xORB = UnoRuntime.queryInterface( XMultiServiceFactory.class, m_documentCompo… in createInstanceWithArguments() local
318 return (XInterface) xORB.createInstanceWithArguments( serviceSpecifier, arguments ); in createInstanceWithArguments()
/trunk/main/forms/qa/integration/forms/
H A DDocumentHelper.java385 …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()
/trunk/main/dbaccess/source/filter/xml/
H A DxmlHierarchyCollection.cxx122 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 DxmlComponent.cxx130 Reference< XMultiServiceFactory > xORB( _xParentContainer, UNO_QUERY_THROW ); in DBG_NAME() local
131 …Reference< XInterface > xComponent( xORB->createInstanceWithArguments( _sComponentServiceName, aAr… in DBG_NAME()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddsselect.cxx183 …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);
/trunk/main/extensions/source/dbpilots/
H A Dcontrolwizard.cxx439 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()
/trunk/main/dbaccess/source/ui/misc/
H A Dlinkeddocuments.cxx361 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 DUITools.cxx1831 Reference<XMultiServiceFactory> xORB( xNameAccess, UNO_QUERY_THROW ); in insertHierachyElement() local
1849 …Reference<XContent > xNew( xORB->createInstanceWithArguments( sServiceName, aArguments ), UNO_QUER… in insertHierachyElement()
/trunk/main/cui/source/options/
H A Dsdbcdriverenum.cxx61 Reference< XMultiServiceFactory > xORB = ::comphelper::getProcessServiceFactory(); in ODriverEnumerationImpl() local
62 …Reference< XInterface > xDM = xORB->createInstance(::rtl::OUString::createFromAscii("com.sun.star.… in ODriverEnumerationImpl()
/trunk/main/svtools/source/uno/
H A Dtreecontrolpeer.cxx1259 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()
/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx1046 … uno::Reference< lang::XMultiServiceFactory > xORB = ::comphelper::getProcessServiceFactory(); in Execute() local
1048xORB->createInstance( ::rtl::OUString::createFromAscii("com.sun.star.drawing.ModuleDispatcher")), … in Execute()
1053xORB->createInstance( ::rtl::OUString::createFromAscii("com.sun.star.frame.DispatchHelper")), UNO_… in Execute()
1120 … uno::Reference< lang::XMultiServiceFactory > xORB = ::comphelper::getProcessServiceFactory(); in Execute() local
1122xORB->createInstance( ::rtl::OUString::createFromAscii("com.sun.star.drawing.ModuleDispatcher")), … in Execute()
1127xORB->createInstance( ::rtl::OUString::createFromAscii("com.sun.star.frame.DispatchHelper")), UNO_… in Execute()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumentcontainer.cxx397 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 Ddocumentdefinition.cxx1598 Reference< XMultiServiceFactory > xORB( m_xParentContainer, UNO_QUERY_THROW ); in saveAs() local
1599 …Reference< XInterface > xComponent( xORB->createInstanceWithArguments( SERVICE_SDB_DOCUMENTDEFINIT… in saveAs()
/trunk/main/odk/examples/DevelopersGuide/Database/
H A Dsdbcx.java38 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()
/trunk/main/offapi/com/sun/star/form/
H A DPropertyBrowserController.idl65 XMultiServiceFactory xORB = getORB();
70 xORB.createInstance( "com.sun.star.form.PropertyBrowserController" ) );
/trunk/main/extensions/source/bibliography/
H A Dframectr.cxx505 uno::Reference< lang::XMultiServiceFactory > xORB = ::comphelper::getProcessServiceFactory(); in dispatch() local
532 uno::Reference< uno::XInterface > xDialog = xORB->createInstanceWithArguments( in dispatch()

Completed in 102 milliseconds