Lines Matching refs:OGenericUnoController

233     OGenericUnoController_Data( OGenericUnoController& _rController, ::osl::Mutex& _rMutex )  in OGenericUnoController_Data()
243 DBG_NAME(OGenericUnoController) in DBG_NAME() argument
245 OGenericUnoController::OGenericUnoController(const Reference< XMultiServiceFactory >& _rM) in DBG_NAME()
251 ,m_aAsyncInvalidateAll(LINK(this, OGenericUnoController, OnAsyncInvalidateAll)) in DBG_NAME()
252 ,m_aAsyncCloseTask(LINK(this, OGenericUnoController, OnAsyncCloseTask)) in DBG_NAME()
266 DBG_CTOR(OGenericUnoController,NULL); in DBG_NAME()
280 OGenericUnoController::OGenericUnoController() in OGenericUnoController() function in dbaui::OGenericUnoController
286 ,m_aAsyncInvalidateAll(LINK(this, OGenericUnoController, OnAsyncInvalidateAll)) in OGenericUnoController()
287 ,m_aAsyncCloseTask(LINK(this, OGenericUnoController, OnAsyncCloseTask)) in OGenericUnoController()
302 OGenericUnoController::~OGenericUnoController() in ~OGenericUnoController()
305 DBG_DTOR(OGenericUnoController,NULL); in ~OGenericUnoController()
309 sal_Bool OGenericUnoController::Construct(Window* /*pParent*/) in Construct()
340 IMPL_LINK(OGenericUnoController, OnAsyncInvalidateAll, void*, EMPTYARG) in IMPL_LINK() argument
347 void OGenericUnoController::impl_initialize() in impl_initialize()
351 void SAL_CALL OGenericUnoController::initialize( const Sequence< Any >& aArguments ) throw(Exceptio… in initialize()
416 void SAL_CALL OGenericUnoController::acquire( ) throw () in acquire()
422 void SAL_CALL OGenericUnoController::release( ) throw () in release()
428 void OGenericUnoController::startFrameListening( const Reference< XFrame >& _rxFrame ) in startFrameListening()
435 void OGenericUnoController::stopFrameListening( const Reference< XFrame >& _rxFrame ) in stopFrameListening()
442 void OGenericUnoController::disposing(const EventObject& Source) throw( RuntimeException ) in disposing()
449 void OGenericUnoController::modified(const EventObject& aEvent) throw( RuntimeException ) in modified()
464 Reference< XWindow > SAL_CALL OGenericUnoController::getComponentWindow() throw (RuntimeException) in getComponentWindow()
470 ::rtl::OUString SAL_CALL OGenericUnoController::getViewControllerName() throw (::com::sun::star::un… in getViewControllerName()
476 Sequence< PropertyValue > SAL_CALL OGenericUnoController::getCreationArguments() throw (RuntimeExce… in getCreationArguments()
484 void OGenericUnoController::attachFrame( const Reference< XFrame >& _rxFrame ) throw( RuntimeExcept… in attachFrame()
559 void OGenericUnoController::ImplBroadcastFeatureState(const ::rtl::OUString& _rFeature, const Refer… in ImplBroadcastFeatureState()
626 sal_Bool OGenericUnoController::isFeatureSupported( sal_Int32 _nId ) in isFeatureSupported()
638 void OGenericUnoController::InvalidateFeature(const ::rtl::OUString& _rURLPath, const Reference< XS… in InvalidateFeature()
644 void OGenericUnoController::InvalidateFeature_Impl() in InvalidateFeature_Impl()
701 void OGenericUnoController::ImplInvalidateFeature( sal_Int32 _nId, const Reference< XStatusListener… in ImplInvalidateFeature()
732 void OGenericUnoController::InvalidateFeature(sal_uInt16 _nId, const Reference< XStatusListener > &… in InvalidateFeature()
738 void OGenericUnoController::InvalidateAll() in InvalidateAll()
744 void OGenericUnoController::InvalidateAll_Impl() in InvalidateAll_Impl()
765 Reference< XDispatch > OGenericUnoController::queryDispatch(const URL& aURL, const ::rtl::OUString&… in queryDispatch()
793 Sequence< Reference< XDispatch > > OGenericUnoController::queryDispatches(const Sequence< DispatchD… in queryDispatches()
814 Reference< XDispatchProvider > OGenericUnoController::getSlaveDispatchProvider(void) throw( Runtime… in getSlaveDispatchProvider()
820 void OGenericUnoController::setSlaveDispatchProvider(const Reference< XDispatchProvider > & _xNewPr… in setSlaveDispatchProvider()
826 Reference< XDispatchProvider > OGenericUnoController::getMasterDispatchProvider(void) throw( Runtim… in getMasterDispatchProvider()
832 void OGenericUnoController::setMasterDispatchProvider(const Reference< XDispatchProvider > & _xNewP… in setMasterDispatchProvider()
838 void OGenericUnoController::dispatch(const URL& _aURL, const Sequence< PropertyValue >& aArgs) thro… in dispatch()
859 void OGenericUnoController::addStatusListener(const Reference< XStatusListener > & aListener, const… in addStatusListener()
875 void OGenericUnoController::removeStatusListener(const Reference< XStatusListener > & aListener, co… in removeStatusListener()
919 void OGenericUnoController::releaseNumberForComponent() in releaseNumberForComponent()
933 void OGenericUnoController::disposing() in disposing()
970 void SAL_CALL OGenericUnoController::addEventListener( const Reference< XEventListener >& xListener… in addEventListener()
977 void SAL_CALL OGenericUnoController::removeEventListener( const Reference< XEventListener >& xListe… in removeEventListener()
984 void OGenericUnoController::frameAction(const FrameActionEvent& aEvent) throw( RuntimeException ) in frameAction()
992 void OGenericUnoController::implDescribeSupportedFeature( const sal_Char* _pAsciiCommandURL, in implDescribeSupportedFeature()
1013 void OGenericUnoController::describeSupportedFeatures() in describeSupportedFeatures()
1024 FeatureState OGenericUnoController::GetState( sal_uInt16 _nId ) const in GetState()
1044 void OGenericUnoController::Execute( sal_uInt16 _nId, const Sequence< PropertyValue>& _rArgs ) in Execute()
1055 URL OGenericUnoController::getURLForId(sal_Int32 _nId) const in getURLForId()
1076 bool OGenericUnoController::isUserDefinedFeature( const sal_uInt16 _nFeatureId ) const in isUserDefinedFeature()
1082 bool OGenericUnoController::isUserDefinedFeature( const ::rtl::OUString& _rFeatureURL ) const in isUserDefinedFeature()
1092 sal_Bool SAL_CALL OGenericUnoController::supportsService(const ::rtl::OUString& ServiceName) throw(… in supportsService()
1105 void OGenericUnoController::startConnectionListening(const Reference< XConnection >& _rxConnection) in startConnectionListening()
1114 void OGenericUnoController::stopConnectionListening(const Reference< XConnection >& _rxConnection) in stopConnectionListening()
1122 Reference< XConnection > OGenericUnoController::connect( const Reference< XDataSource>& _xDataSourc… in connect()
1134 Reference< XConnection > OGenericUnoController::connect( const ::rtl::OUString& _rDataSourceName, in connect()
1147 void OGenericUnoController::showError(const SQLExceptionInfo& _rInfo) in showError()
1152 Reference< XLayoutManager > OGenericUnoController::getLayoutManager(const Reference< XFrame >& _xFr… in getLayoutManager()
1169 void OGenericUnoController::loadMenu(const Reference< XFrame >& _xFrame) in loadMenu()
1185 void OGenericUnoController::onLoadedMenu(const Reference< XLayoutManager >& /*_xLayoutManager*/) in onLoadedMenu()
1191 void OGenericUnoController::closeTask() in closeTask()
1196 IMPL_LINK(OGenericUnoController, OnAsyncCloseTask, void*, EMPTYARG) in IMPL_LINK() argument
1213 Any SAL_CALL OGenericUnoController::getViewData(void) throw( RuntimeException ) in getViewData()
1218 void SAL_CALL OGenericUnoController::restoreViewData(const Any& /*Data*/) throw( RuntimeException ) in restoreViewData()
1223 Reference< XModel > SAL_CALL OGenericUnoController::getModel(void) throw( RuntimeException ) in getModel()
1229 Reference< XFrame > SAL_CALL OGenericUnoController::getFrame(void) throw( RuntimeException ) in getFrame()
1236 sal_Bool SAL_CALL OGenericUnoController::attachModel(const Reference< XModel > & /*xModel*/) throw(… in attachModel()
1243 void OGenericUnoController::executeUnChecked(sal_uInt16 _nCommandId, const Sequence< PropertyValue … in executeUnChecked()
1248 void OGenericUnoController::executeUnChecked(const util::URL& _rCommand, const Sequence< PropertyVa… in executeUnChecked()
1259 void OGenericUnoController::executeChecked(const util::URL& _rCommand, const Sequence< PropertyValu… in executeChecked()
1387 void OGenericUnoController::openHelpAgent(rtl::OUString const& _suHelpStringURL ) in openHelpAgent()
1401 void OGenericUnoController::openHelpAgent(const rtl::OString& _sHelpId) in openHelpAgent()
1406 void OGenericUnoController::openHelpAgent( const URL& _rURL ) in openHelpAgent()
1431 Reference< awt::XWindow> OGenericUnoController::getTopMostContainerWindow() const in getTopMostContainerWindow()
1451 Reference< XTitle > OGenericUnoController::impl_getTitleHelper_throw() in impl_getTitleHelper_throw()
1473 ::rtl::OUString SAL_CALL OGenericUnoController::getTitle() in getTitle()
1484 void SAL_CALL OGenericUnoController::setTitle(const ::rtl::OUString& sTitle) in setTitle()
1495 void SAL_CALL OGenericUnoController::addTitleChangeListener(const Reference< XTitleChangeListener >… in addTitleChangeListener()
1504 void SAL_CALL OGenericUnoController::removeTitleChangeListener(const Reference< XTitleChangeListene… in removeTitleChangeListener()
1515 void SAL_CALL OGenericUnoController::addKeyHandler( const Reference< XKeyHandler >& _rxHandler ) th… in addKeyHandler()
1522 void SAL_CALL OGenericUnoController::removeKeyHandler( const Reference< XKeyHandler >& _rxHandler )… in removeKeyHandler()
1528 void SAL_CALL OGenericUnoController::addMouseClickHandler( const Reference< XMouseClickHandler >& _… in addMouseClickHandler()
1535 void SAL_CALL OGenericUnoController::removeMouseClickHandler( const Reference< XMouseClickHandler >… in removeMouseClickHandler()
1542 void OGenericUnoController::executeChecked(sal_uInt16 _nCommandId, const Sequence< PropertyValue >&… in executeChecked()
1549 sal_Bool OGenericUnoController::isCommandEnabled(sal_uInt16 _nCommandId) const in isCommandEnabled()
1555 sal_uInt16 OGenericUnoController::registerCommandURL( const ::rtl::OUString& _rCompleteCommandURL ) in registerCommandURL()
1584 void OGenericUnoController::notifyHiContrastChanged() in notifyHiContrastChanged()
1589 sal_Bool OGenericUnoController::isDataSourceReadOnly() const in isDataSourceReadOnly()
1595 Reference< XController > OGenericUnoController::getXController() throw( RuntimeException ) in getXController()
1601 bool OGenericUnoController::interceptUserInput( const NotifyEvent& _rEvent ) in interceptUserInput()
1607 sal_Bool OGenericUnoController::isCommandChecked(sal_uInt16 _nCommandId) const in isCommandChecked()
1614 sal_Bool OGenericUnoController::isCommandEnabled( const ::rtl::OUString& _rCompleteCommandURL ) con… in isCommandEnabled()
1627 Sequence< ::sal_Int16 > SAL_CALL OGenericUnoController::getSupportedCommandGroups() throw (RuntimeE… in getSupportedCommandGroups()
1648 Sequence< DispatchInformation > SAL_CALL OGenericUnoController::getConfigurableDispatchInformation(… in getConfigurableDispatchInformation()
1674 void OGenericUnoController::fillSupportedFeatures() in fillSupportedFeatures()
1687 void SAL_CALL OGenericUnoController::dispose() throw(::com::sun::star::uno::RuntimeException) in dispose()