Lines Matching refs:SfxBaseController

243 friend class SfxBaseController;
251 SfxStatusIndicator(SfxBaseController* pController, SfxWorkWindow* pWork) in SfxStatusIndicator()
371 SfxBaseController* pController ) ;
379 SfxBaseController* m_pController ;
387 SfxBaseController* pController ) ;
397 SfxBaseController* m_pController;
402 SfxBaseController* pController ) in IMPL_SfxBaseController_CloseListenerHelper()
459 SfxBaseController* m_pController ;
467 SfxBaseController* pController ) in IMPL_SfxBaseController_DataContainer()
487 SfxBaseController* pController ) in IMPL_SfxBaseController_ListenerHelper()
537 SfxBaseController::SfxBaseController( SfxViewShell* pViewShell ) in DBG_NAME()
548 SfxBaseController::~SfxBaseController() in ~SfxBaseController()
558 Reference< XWindow > SAL_CALL SfxBaseController::getComponentWindow() throw (RuntimeException) in getComponentWindow()
567 ::rtl::OUString SAL_CALL SfxBaseController::getViewControllerName() throw (RuntimeException) in getViewControllerName()
584 Sequence< PropertyValue > SAL_CALL SfxBaseController::getCreationArguments() throw (RuntimeExceptio… in getCreationArguments()
593 void SfxBaseController::SetCreationArguments_Impl( const Sequence< PropertyValue >& i_rCreationArgs… in SetCreationArguments_Impl()
599 SfxViewFrame& SfxBaseController::GetViewFrame_Impl() const in GetViewFrame_Impl()
611 void SAL_CALL SfxBaseController::attachFrame( const REFERENCE< XFRAME >& xFrame ) throw( ::com::sun… in attachFrame()
648 sal_Bool SAL_CALL SfxBaseController::attachModel( const REFERENCE< XMODEL >& xModel ) throw( ::com:… in attachModel()
667 sal_Bool SAL_CALL SfxBaseController::suspend( sal_Bool bSuspend ) throw( ::com::sun::star::uno::Run… in suspend()
725 ANY SfxBaseController::getViewData() throw( ::com::sun::star::uno::RuntimeException ) in getViewData()
744 void SAL_CALL SfxBaseController::restoreViewData( const ANY& aValue ) throw( ::com::sun::star::uno:… in restoreViewData()
759 REFERENCE< XFRAME > SAL_CALL SfxBaseController::getFrame() throw( ::com::sun::star::uno::RuntimeExc… in getFrame()
769 REFERENCE< XMODEL > SAL_CALL SfxBaseController::getModel() throw( ::com::sun::star::uno::RuntimeExc… in getModel()
779 REFERENCE< XDISPATCH > SAL_CALL SfxBaseController::queryDispatch( const UNOURL& aURL , in queryDispatch()
937 uno::Sequence< REFERENCE< XDISPATCH > > SAL_CALL SfxBaseController::queryDispatches( const uno::Seq… in queryDispatches()
958 frame::BorderWidths SAL_CALL SfxBaseController::getBorder() in getBorder()
976 void SAL_CALL SfxBaseController::addBorderResizeListener( const uno::Reference< frame::XBorderResiz… in addBorderResizeListener()
983 void SAL_CALL SfxBaseController::removeBorderResizeListener( const uno::Reference< frame::XBorderRe… in removeBorderResizeListener()
990 awt::Rectangle SAL_CALL SfxBaseController::queryBorderedArea( const awt::Rectangle& aPreliminaryRec… in queryBorderedArea()
1004 void SfxBaseController::BorderWidthsChanged_Impl() in BorderWidthsChanged_Impl()
1032 void SAL_CALL SfxBaseController::dispose() throw( ::com::sun::star::uno::RuntimeException ) in dispose()
1103 void SAL_CALL SfxBaseController::addEventListener( const REFERENCE< XEVENTLISTENER >& aListener ) t… in addEventListener()
1112 void SAL_CALL SfxBaseController::removeEventListener( const REFERENCE< XEVENTLISTENER >& aListener … in removeEventListener()
1117 void SfxBaseController::ReleaseShell_Impl() in ReleaseShell_Impl()
1138 SfxViewShell* SfxBaseController::GetViewShell_Impl() const in GetViewShell_Impl()
1143 …uno::Reference< ::com::sun::star::task::XStatusIndicator > SAL_CALL SfxBaseController::getStatusIn… in getStatusIndicator()
1151 void SAL_CALL SfxBaseController::registerContextMenuInterceptor( const REFERENCE< XCONTEXTMENUINTER… in registerContextMenuInterceptor()
1161 void SAL_CALL SfxBaseController::releaseContextMenuInterceptor( const REFERENCE< XCONTEXTMENUINTERC… in releaseContextMenuInterceptor()
1171 void SAL_CALL SfxBaseController::addKeyHandler( const ::com::sun::star::uno::Reference< XKEYHANDLER… in addKeyHandler()
1177 void SAL_CALL SfxBaseController::removeKeyHandler( const ::com::sun::star::uno::Reference< XKEYHAND… in removeKeyHandler()
1183 void SAL_CALL SfxBaseController::addMouseClickHandler( const ::com::sun::star::uno::Reference< ::co… in addMouseClickHandler()
1189 void SAL_CALL SfxBaseController::removeMouseClickHandler( const ::com::sun::star::uno::Reference< :… in removeMouseClickHandler()
1195 ::com::sun::star::uno::Sequence< sal_Int16 > SAL_CALL SfxBaseController::getSupportedCommandGroups() in getSupportedCommandGroups()
1229 …::Sequence< ::com::sun::star::frame::DispatchInformation > SAL_CALL SfxBaseController::getConfigur… in getConfigurableDispatchInformation()
1277 sal_Bool SfxBaseController::HandleEvent_Impl( NotifyEvent& rEvent ) in HandleEvent_Impl()
1282 sal_Bool SfxBaseController::HasKeyListeners_Impl() in HasKeyListeners_Impl()
1287 sal_Bool SfxBaseController::HasMouseClickListeners_Impl() in HasMouseClickListeners_Impl()
1292 void SfxBaseController::ConnectSfxFrame_Impl( const ConnectSfxFrame i_eConnect ) in ConnectSfxFrame_Impl()
1484 css::uno::Reference< css::frame::XTitle > SfxBaseController::impl_getTitleHelper () in impl_getTitleHelper()
1506 ::rtl::OUString SAL_CALL SfxBaseController::getTitle() in getTitle()
1514 void SAL_CALL SfxBaseController::setTitle(const ::rtl::OUString& sTitle) in setTitle()
1522 void SAL_CALL SfxBaseController::addTitleChangeListener(const css::uno::Reference< css::frame::XTit… in addTitleChangeListener()
1532 void SAL_CALL SfxBaseController::removeTitleChangeListener(const css::uno::Reference< css::frame::X… in removeTitleChangeListener()