/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | UserAdminDlg.cxx | 111 … 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 D | dbwizsetup.cxx | 480 DataSourceInfoConverter aConverter(getORB()); in activateDatabasePath() 565 Reference< XMultiServiceFactory > ODbTypeWizDialogSetup::getORB() const in getORB() function in dbaui::ODbTypeWizDialogSetup 567 return m_pImpl->getORB(); in getORB() 724 pPage->SetServiceFactory(m_pImpl->getORB()); in createPage() 863 …Reference< XInteractionHandler2 > xHandler( getORB()->createInstance( SERVICE_TASK_INTERACTION_HAN… in SaveDatabaseDocument() 940 ::connectivity::DriversConfig aDriverConfig(getORB()); in getDefaultDatabaseType() 970 …Reference< XSimpleFileAccess > xSimpleFileAccess(getORB()->createInstance(::rtl::OUString::createF… in CreateDatabase() 989 …Reference< XNamingService > xDatabaseContext(getORB()->createInstance(SERVICE_SDB_DATABASECONTEXT)… in RegisterDataSourceByLocation() 1039 …Reference< XSimpleFileAccess > xSimpleFileAccess(getORB()->createInstance(::rtl::OUString::createF… in createUniqueFolderName() 1057 …Reference< XSimpleFileAccess > xSimpleFileAccess(getORB()->createInstance(::rtl::OUString::createF… in createUniqueFileName() [all …]
|
H A D | dbwiz.cxx | 271 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 D | DbAdminImpl.cxx | 399 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 D | dbadmin.cxx | 110 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 D | advancedsettings.cxx | 527 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()
|
/aoo41x/main/extensions/source/abpilot/ |
H A D | abspilot.cxx | 176 …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 D | abspage.cxx | 77 Reference< XMultiServiceFactory > AddressBookSourcePage::getORB() in getORB() function in abp::AddressBookSourcePage 79 return getDialog()->getORB(); in getORB()
|
H A D | abpfinalpage.cxx | 70 …,m_aLocationController( ::comphelper::ComponentContext( _pParent->getORB() ), m_aLocation, m_aBrow… in FinalPage() 165 ODataSourceContext aContext( getORB() ); in ActivatePage()
|
H A D | abspage.hxx | 58 getORB();
|
/aoo41x/main/dbaccess/source/ui/app/ |
H A D | AppControllerDnD.cxx | 609 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 D | AppController.cxx | 457 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 D | AppControllerGen.cxx | 157 …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 D | AppDetailPageHelper.cxx | 699 ,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()
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | TableCopyHelper.cxx | 185 ::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()
|
/aoo41x/main/sfx2/qa/complex/sfx2/ |
H A D | UndoManager.java | 112 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
|
/aoo41x/main/comphelper/inc/comphelper/ |
H A D | proxyaggregation.hxx | 92 …ne const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& getORB() in getORB() function in comphelper::OProxyAggregation 145 using OProxyAggregation::getORB;
|
/aoo41x/main/dbaccess/source/ui/querydesign/ |
H A D | QueryViewSwitch.cxx | 335 Reference< XMultiServiceFactory > OQueryViewSwitch::getORB() const in getORB() function in OQueryViewSwitch 337 return m_pDesignView->getORB(); in getORB()
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | dsbrowserDnD.cxx | 87 …a = new ODataClipboard(aDSName, _nCommandType, aName, xConnection, getNumberFormatter(), getORB()); in implCopyObject() 90 pData = new ODataClipboard(aDSName, _nCommandType, aName, getNumberFormatter(), getORB()); in implCopyObject()
|
H A D | genericcontroller.cxx | 323 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 D | brwctrlr.cxx | 708 ::connectivity::SQLError aError( getORB() ); in impl_checkForCannotSelectUnfiltered() 784 … > xSupplier(::dbtools::getNumberFormats(::dbtools::getConnection(m_xRowSet), sal_True,getORB())); in initFormatter() 790 …getORB()->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 D | unodatbr.cxx | 368 …m_xCollator = Reference< XCollator >( getORB()->createInstance(::rtl::OUString::createFromAscii( "… in Construct() 386 m_pTreeView = new DBTreeView(getBrowserView(),getORB(), WB_TABSTOP | WB_BORDER); in Construct() 1765 …:OConfigurationTreeRoot aConfig( ::utl::OConfigurationTreeRoot::createWithServiceFactory( getORB(), in GetState() 1769 … aReturn.bEnabled = getORB().is() && ( pDataSourceEntry != NULL ) && bHaveEditDatabase; in GetState() 3520 …Reference< XComponentLoader > xFrameLoader(getORB()->createInstance(SERVICE_FRAME_DESKTOP),UNO_QUE… in implAdministrate() 3532 …< XDataSource > xDataSource( getDataSourceByName( sInitialSelection, getView(), getORB(), NULL ) ); in implAdministrate() 3538 getORB()->createInstance( in implAdministrate()
|
/aoo41x/main/comphelper/source/misc/ |
H A D | accessiblewrapper.cxx | 353 return new OAccessibleContextWrapper( getORB(), _rxInnerContext, this, m_xParentAccessible ); in createAccessibleContext() 393 m_pChildMapper = new OWrappedAccessibleChildrenManager( getORB() ); in OAccessibleContextWrapperHelper()
|
/aoo41x/main/dbaccess/source/ui/relationdesign/ |
H A D | RelationController.cxx | 172 …ourceAvailable(::comphelper::getString(getDataSource()->getPropertyValue(PROPERTY_NAME)),getORB())) in Execute() 260 setView( * new ORelationDesignView( pParent, *this, getORB() ) ); in Construct()
|
/aoo41x/main/dbaccess/source/ui/tabledesign/ |
H A D | TableController.cxx | 352 …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()
|