Home
last modified time | relevance | path

Searched refs:getCurrentController (Results 1 – 25 of 274) sorted by path

1234567891011

/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DSimpleOffice.java305 XController xController = xModel.getCurrentController(); in GetCurrentWindow()
/trunk/main/basctl/source/basicide/
H A Ddocumentenumeration.cxx117 … _io_rDocDesc.aControllers.push_back( _io_rDocDesc.xModel->getCurrentController() ); in lcl_getDocumentControllers_nothrow()
H A Dscriptdocument.cxx948 … Reference< XController > xController( xDocument->getCurrentController(), UNO_SET_THROW ); in getCurrentFrame()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DOfficeDocument.java113 public com.sun.star.frame.XController getCurrentController( ) in getCurrentController() method in OfficeDocument
115 return xModel.getCurrentController(); in getCurrentController()
/trunk/main/bean/qa/complex/bean/
H A DWriterFrame.java121 com.sun.star.frame.XController xController = xModel.getCurrentController(); in goToStart()
134 com.sun.star.frame.XController xController = xModel.getCurrentController(); in pageDown()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DChartDocumentWrapper.cxx944 Reference< frame::XController > SAL_CALL ChartDocumentWrapper::getCurrentController() in getCurrentController() function in chart::wrapper::ChartDocumentWrapper
949 return xModel->getCurrentController(); in getCurrentController()
/trunk/main/chart2/source/controller/dialogs/
H A Ddlg_CreationWizard_UNO.cxx215 m_xChartModel->getCurrentController() ); in createDialogOnDemand()
/trunk/main/chart2/source/controller/inc/
H A DChartDocumentWrapper.hxx141 ::com::sun::star::frame::XController > SAL_CALL getCurrentController()
/trunk/main/chart2/source/controller/main/
H A DChartModelClone.cxx119 …const Reference< XSelectionSupplier > xSelSupp( m_xModelClone->getCurrentController(), UNO_QUERY_T… in ChartModelClone()
176 …Reference< XSelectionSupplier > xCurrentSelectionSuppl( i_model->getCurrentController(), UNO_QUERY… in applyToModel()
H A DCommandDispatchContainer.cxx110 … Reference< view::XSelectionSupplier > xSelSupp( xModel->getCurrentController(), uno::UNO_QUERY ); in getDispatchForURL()
121 xResult.set( getContainerDispatchForURL( xModel->getCurrentController(), rURL )); in getDispatchForURL()
/trunk/main/chart2/source/model/main/
H A DChartModel.cxx467 uno::Reference< frame::XController > SAL_CALL ChartModel::getCurrentController() throw(uno::Runtime… in getCurrentController() function in chart::ChartModel
943 …uno::Reference< view::XSelectionSupplier > xSelSupp( this->getCurrentController(), uno::UNO_QUERY … in getRangeHighlighter()
H A DChartModel.hxx291 getCurrentController()
/trunk/main/chart2/source/view/main/
H A DChartView.cxx2796 …ce< view::XSelectionSupplier > xSelectionSupplier( m_xChartModel->getCurrentController(), uno::UNO… in Notify()
/trunk/main/comphelper/source/misc/
H A Ddocumentinfo.cxx101 Reference< XController > xController( _rxDocument->getCurrentController() ); in getDocumentTitle()
/trunk/main/connectivity/qa/connectivity/tools/
H A DCRMDatabase.java132 … return UnoRuntime.queryInterface( XDatabaseDocumentUI.class, docModel.getCurrentController() ); in getDocumentUI()
147 return document.getCurrentController(); in loadSubComponent()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DApplicationController.java106 docModel.getCurrentController()); in impl_switchToDocument()
H A DBeamer.java93 final XController controller = docModel.getCurrentController(); in testBeamer()
H A DDatabaseApplication.java60 …documentUI = UnoRuntime.queryInterface(XDatabaseDocumentUI.class, docModel.getCurrentController()); in DatabaseApplication()
H A DDatabaseDocument.java767 … = UnoRuntime.queryInterface(XDispatchProvider.class, databaseDoc.getCurrentController().getFrame(… in testGlobalEvents()
835 final XFrame frame = _document.getCurrentController().getFrame(); in impl_raise()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatabasedocument.cxx866 Reference< XController > SAL_CALL ODatabaseDocument::getCurrentController() throw (RuntimeException) in getCurrentController() function in dbaccess::ODatabaseDocument
909 Reference< XSelectionSupplier > xDocView( getCurrentController(), UNO_QUERY ); in getCurrentSelection()
H A Ddatabasedocument.hxx341 …::uno::Reference< ::com::sun::star::frame::XController > SAL_CALL getCurrentController( ) throw (…
H A Ddocumentdefinition.cxx783 …Reference< XController > xController( xModel.is() ? xModel->getCurrentController() : Reference< XC… in impl_onActivateEmbeddedObject_nothrow()
966 …Reference< XController > xEmbeddedController( xEmbeddedDoc->getCurrentController(), UNO_SET_THROW … in impl_showOrHideComponent_throw()
1663 xDatabaseDocumentController = xDatabaseDocumentModel->getCurrentController(); in lcl_getDatabaseDocumentFrame()
2056 xUI.set( xModel->getCurrentController(), UNO_QUERY ); in lcl_getDatabaseDocumentUI()
2249 xController = xModel->getCurrentController(); in prepareClose()
H A Ddocumenteventexecutor.cxx97 Reference< XController > xController( xDocument->getCurrentController() ); in lcl_dispatchScriptURL_throw()
/trunk/main/dbaccess/source/filter/xml/
H A Ddbloader2.cxx572 … Reference< css::view::XSelectionSupplier > xDocView( xModel->getCurrentController(), UNO_QUERY ); in load()
/trunk/main/dbaccess/source/ui/app/
H A Dsubcomponentmanager.cxx145 xController.set( xModel->getCurrentController() ); in impl_constructFrom()
266 xFallback.set( _rCompDesc.xModel->getCurrentController() ); in lcl_fallbackToAnotherController()

Completed in 106 milliseconds

1234567891011