Home
last modified time | relevance | path

Searched refs:getORB (Results 1 – 25 of 76) sorted by relevance

1234

/trunk/main/dbaccess/source/ui/dlg/
H A Ddbwizsetup.cxx438 DataSourceInfoConverter aConverter(getORB()); in activateDatabasePath()
523 Reference< XMultiServiceFactory > ODbTypeWizDialogSetup::getORB() const in getORB() function in dbaui::ODbTypeWizDialogSetup
525 return m_pImpl->getORB(); in getORB()
682 pPage->SetServiceFactory(m_pImpl->getORB()); in createPage()
821 …Reference< XInteractionHandler2 > xHandler( getORB()->createInstance( SERVICE_TASK_INTERACTION_HAN… in SaveDatabaseDocument()
898 ::connectivity::DriversConfig aDriverConfig(getORB()); in getDefaultDatabaseType()
928 …Reference< XSimpleFileAccess > xSimpleFileAccess(getORB()->createInstance(::rtl::OUString::createF… in CreateDatabase()
947 …Reference< XNamingService > xDatabaseContext(getORB()->createInstance(SERVICE_SDB_DATABASECONTEXT)… in RegisterDataSourceByLocation()
997 …Reference< XSimpleFileAccess > xSimpleFileAccess(getORB()->createInstance(::rtl::OUString::createF… in createUniqueFolderName()
1015 …Reference< XSimpleFileAccess > xSimpleFileAccess(getORB()->createInstance(::rtl::OUString::createF… in createUniqueFileName()
[all …]
H A DUserAdminDlg.cxx111 … if ( !aMetaData.supportsUserAdministration( ::comphelper::ComponentContext( getORB() ) ) ) in Execute()
119 …i::showError( ::dbtools::SQLExceptionInfo( ::cppu::getCaughtException() ), GetParent(), getORB() ); in Execute()
135 static_cast<OGenericAdministrationPage&>(_rPage).SetServiceFactory(m_pImpl->getORB()); in PageCreated()
166 Reference< XMultiServiceFactory > OUserAdminDlg::getORB() const in getORB() function in dbaui::OUserAdminDlg
168 return m_pImpl->getORB(); in getORB()
H A Ddbwiz.cxx271 Reference< XMultiServiceFactory > ODbTypeWizDialog::getORB() const in getORB() function in dbaui::ODbTypeWizDialog
273 return m_pImpl->getORB(); in getORB()
353 static_cast<OGenericAdministrationPage*>(pPage)->SetServiceFactory(m_pImpl->getORB()); in createPage()
396 DataSourceInfoConverter aConverter(getORB()); in saveDatasource()
H A DDbAdminImpl.cxx399 showError(aErrorInfo,m_pParent,getORB()); in createConnection()
421 …xDriverManager = Reference< XDriverAccess >(getORB()->createInstance(SERVICE_SDBC_CONNECTIONPOOL),… in getDriver()
427 …SQLException aSQLWrapper(e.Message, getORB(), ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("S1000")… in getDriver()
428 …throw SQLException(sCurrentActionError, getORB(), ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("S10… in getDriver()
431 …throw SQLException(sCurrentActionError, getORB(), ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("S10… in getDriver()
440 …throw SQLException(sCurrentActionError, getORB(), ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("S10… in getDriver()
775 ODriversSettings::getSupportedIndirectSettings(eType,getORB(),aDetailIds); in fillDatasourceInfo()
877 ::connectivity::DriversConfig aDriverConfig(getORB()); in fillDatasourceInfo()
H A Ddbadmin.cxx110 static_cast<OGenericAdministrationPage&>(_rPage).SetServiceFactory(m_pImpl->getORB()); in PageCreated()
319 Reference< XMultiServiceFactory > ODbAdminDialog::getORB() const in getORB() function in dbaui::ODbAdminDialog
321 return m_pImpl->getORB(); in getORB()
H A Dadvancedsettings.cxx527 static_cast<OGenericAdministrationPage&>(_rPage).SetServiceFactory(m_pImpl->getORB()); in PageCreated()
557 Reference< XMultiServiceFactory > AdvancedSettingsDialog::getORB() const in getORB() function in dbaui::AdvancedSettingsDialog
559 return m_pImpl->getORB(); in getORB()
/trunk/main/dbaccess/source/ui/app/
H A DAppControllerDnD.cxx609 getView(), this, getORB(), xDocContainer, xConnection, getDatabaseName() in getDocumentsAccess()
640 …ource, CommandType::TABLE, sName, xConnection, getNumberFormatter(xConnection,getORB()), getORB()); in copyObject()
644 …pboard(sDataSource, CommandType::QUERY, sName, getNumberFormatter(xConnection,getORB()), getORB()); in copyObject()
744 getDataSourceByName( sDataSourceName, getView(), getORB(), NULL ), in paste()
791 getORB(), in paste()
H A DAppController.cxx457 setView( * new OApplicationView( _pParent, getORB(), *this, m_ePreviewMode ) ); in Construct()
1295 QueryDesigner aDesigner( getORB(), this, getFrame(), true ); in Execute()
1350 RelationDesigner aDesigner( getORB(), this, m_aCurrentFrame.getFrame() ); in Execute()
1892 … pDesigner.reset( new TableDesigner( getORB(), this, m_aCurrentFrame.getFrame() ) ); in openElementWithArguments()
1897 … pDesigner.reset( new QueryDesigner( getORB(), this, m_aCurrentFrame.getFrame(), false ) ); in openElementWithArguments()
2024 pDesigner.reset( new TableDesigner( getORB(), this, getFrame() ) ); in newElement()
2028 pDesigner.reset( new QueryDesigner( getORB(), this, getFrame(), false ) ); in newElement()
2123 … getView(), getORB(), sName, sLabel, *pNameChecker, SAD_TITLE_RENAME ) ); in renameEntry()
2142 getView(), nCommandType, getORB(), getConnection(), in renameEntry()
2685 ::comphelper::ComponentContext aContext( getORB() );
[all …]
H A DAppControllerGen.cxx157 …OSaveAsDlg aDlg( getView(), CommandType::TABLE, getORB(), xConnection, aDefaultName, aNameChecker … in convertToView()
257 getORB()->createInstanceWithArguments(_sServiceName,aArgs), UNO_QUERY); in openDialog()
462 SQLError aError( getORB() ); in impl_validateObjectTypeAndName_throw()
694 ,getORB() in insertHierachyElement()
H A DAppDetailPageHelper.cxx699 ,getBorderWin().getView()->getORB() in createTablesPage()
880 …DBTreeListBox* pTreeView = new DBTreeListBox(this,getBorderWin().getView()->getORB(),WB_HASLINES |… in createSimpleTree()
1259 …m_xFrame = Reference < XFrame > ( getBorderWin().getView()->getORB()->createInstance( ::rtl::OUStr… in showPreview()
1282 getBorderWin().getView()->getORB(), xApplication, NULL, _bTable in showPreview()
/trunk/main/extensions/source/abpilot/
H A Dabspilot.cxx176 …addressconfig::writeTemplateAddressSource( getORB(), m_aSettings.bRegisterDataSource ? m_aSettings… in implCommitAll()
179 fieldmapping::writeTemplateAddressFieldMapping( getORB(), m_aSettings.aFieldMapping ); in implCommitAll()
219 addressconfig::markPilotSuccess( getORB() ); in onFinish()
331 fieldmapping::defaultMapping( getORB(), m_aSettings.aFieldMapping ); in implDoAutoFieldMapping()
347 ODataSourceContext aContext( getORB() ); in implCreateDataSource()
H A Dabspage.cxx77 Reference< XMultiServiceFactory > AddressBookSourcePage::getORB() in getORB() function in abp::AddressBookSourcePage
79 return getDialog()->getORB(); in getORB()
H A Dabpfinalpage.cxx70 …,m_aLocationController( ::comphelper::ComponentContext( _pParent->getORB() ), m_aLocation, m_aBrow… in FinalPage()
165 ODataSourceContext aContext( getORB() ); in ActivatePage()
H A Dabspage.hxx58 getORB();
/trunk/main/dbaccess/source/ui/misc/
H A DTableCopyHelper.cxx185 ::comphelper::ComponentContext aContext( m_pController->getORB() ); in insertTable()
327 …ort(_xConnection,getNumberFormatter(_xConnection,m_pController->getORB()),m_pController->getORB()); in copyTagTable()
329 …ort(_xConnection,getNumberFormatter(_xConnection,m_pController->getORB()),m_pController->getORB()); in copyTagTable()
/trunk/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java112 final XSet globalFactory = UnoRuntime.queryInterface( XSet.class, getORB() ); in beforeTest()
121 m_currentTestCase = new WriterDocumentTest( getORB() ); in checkWriterUndo()
129 m_currentTestCase = new CalcDocumentTest( getORB() ); in checkCalcUndo()
137 m_currentTestCase = new DrawDocumentTest( getORB() ); in checkDrawUndo()
145 m_currentTestCase = new ImpressDocumentTest( getORB() ); in checkImpressUndo()
153 m_currentTestCase = new ChartDocumentTest( getORB() ); in checkChartUndo()
163 m_currentDocument = OfficeDocument.blankDocument( getORB(), DocumentType.CALC ); in checkBrokenScripts()
244 m_currentDocument = OfficeDocument.blankDocument( getORB(), DocumentType.CALC ); in checkSerialization()
375 getORB().createInstance( sQualifiedComponentName ) ); in impl_setupButton()
1194 private XMultiServiceFactory getORB() in getORB() method in UndoManager
/trunk/main/comphelper/inc/comphelper/
H A Dproxyaggregation.hxx92 …ne const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& getORB() in getORB() function in comphelper::OProxyAggregation
145 using OProxyAggregation::getORB;
/trunk/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx323 DBG_ASSERT(getORB().is(), "OGenericUnoController::Construct need a service factory!"); in Construct()
326 …m_xDatabaseContext = Reference< XNameAccess >(getORB()->createInstance(SERVICE_SDB_DATABASECONTEXT… in Construct()
1127 ODatasourceConnector aConnector( getORB(), getView(), ::rtl::OUString() ); in connect()
1139 ODatasourceConnector aConnector( getORB(), getView(), _rContextInformation ); in connect()
1149 ::dbaui::showError(_rInfo,getView(),getORB()); in showError()
H A Dbrwctrlr.cxx708 ::connectivity::SQLError aError( getORB() ); in impl_checkForCannotSelectUnfiltered()
784 … > xSupplier(::dbtools::getNumberFormats(::dbtools::getConnection(m_xRowSet), sal_True,getORB())); in initFormatter()
790getORB()->createInstance(::rtl::OUString::createFromAscii("com.sun.star.util.NumberFormatter")), U… in initFormatter()
861 setView( * new UnoDataBrowserView( pParent, *this, getORB() ) ); in Construct()
962 …return Reference< XRowSet > (getORB()->createInstance(::rtl::OUString::createFromAscii("com.sun.st… in CreateForm()
969 …return Reference< ::com::sun::star::form::XFormComponent > (getORB()->createInstance(::rtl::OUStri… in CreateGridModel()
1490 …Reference< XInteractionHandler > xHandler(getORB()->createInstance(SERVICE_TASK_INTERACTION_HANDLE… in approveParameter()
1944 DlgFilterCrit aDlg( getBrowserView(), getORB(), xCon, xParser, xSup->getColumns() ); in ExecuteFilterSortCrit()
2025 …plier > xNFS(::dbtools::getNumberFormats(::dbtools::getConnection(m_xRowSet), sal_True,getORB())); in ExecuteSearch()
H A DdsbrowserDnD.cxx87 …a = new ODataClipboard(aDSName, _nCommandType, aName, xConnection, getNumberFormatter(), getORB()); in implCopyObject()
90 pData = new ODataClipboard(aDSName, _nCommandType, aName, getNumberFormatter(), getORB()); in implCopyObject()
H A Dunodatbr.cxx369 …m_xCollator = Reference< XCollator >( getORB()->createInstance(::rtl::OUString::createFromAscii( "… in Construct()
387 m_pTreeView = new DBTreeView(getBrowserView(),getORB(), WB_TABSTOP | WB_BORDER); in Construct()
1766 …:OConfigurationTreeRoot aConfig( ::utl::OConfigurationTreeRoot::createWithServiceFactory( getORB(), in GetState()
1770 … aReturn.bEnabled = getORB().is() && ( pDataSourceEntry != NULL ) && bHaveEditDatabase; in GetState()
3521 …Reference< XComponentLoader > xFrameLoader(getORB()->createInstance(SERVICE_FRAME_DESKTOP),UNO_QUE… in implAdministrate()
3533 …< XDataSource > xDataSource( getDataSourceByName( sInitialSelection, getView(), getORB(), NULL ) ); in implAdministrate()
3539 getORB()->createInstance( in implAdministrate()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryViewSwitch.cxx335 Reference< XMultiServiceFactory > OQueryViewSwitch::getORB() const in getORB() function in OQueryViewSwitch
337 return m_pDesignView->getORB(); in getORB()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx352 …OSaveAsDlg aDlg( getView(), CommandType::TABLE, getORB(), getConnection(), aDefaultName, aNameChec… in doSaveDoc()
418 …::dbaui::appendToFilter(getConnection(),m_sName,getORB(),getView()); // we are not interessted in … in doSaveDoc()
527 …DbaIndexDialog aDialog(getView(), aFieldNames, xIndexes, getConnection(),getORB(),isConnected() ? … in doEditIndexes()
578 setView( * new OTableDesignView( pParent, getORB(), *this ) ); in Construct()
/trunk/main/comphelper/source/misc/
H A Daccessiblewrapper.cxx353 return new OAccessibleContextWrapper( getORB(), _rxInnerContext, this, m_xParentAccessible ); in createAccessibleContext()
393 m_pChildMapper = new OWrappedAccessibleChildrenManager( getORB() ); in OAccessibleContextWrapperHelper()
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRelationController.cxx172 …ourceAvailable(::comphelper::getString(getDataSource()->getPropertyValue(PROPERTY_NAME)),getORB())) in Execute()
260 setView( * new ORelationDesignView( pParent, *this, getORB() ) ); in Construct()

Completed in 151 milliseconds

1234