Lines Matching refs:DrawController
78 DrawController::DrawController (ViewShellBase& rBase) throw() in DrawController() function in sd::DrawController
102 DrawController::~DrawController (void) throw() in ~DrawController()
109 void DrawController::SetSubController ( in SetSubController()
127 DrawController,
134 Sequence<Type> SAL_CALL DrawController::getTypes (void) in getTypes()
151 IMPLEMENT_GET_IMPLEMENTATION_ID(DrawController);
158 void SAL_CALL DrawController::dispose (void) in dispose()
200 void SAL_CALL DrawController::addEventListener( in addEventListener()
211 void SAL_CALL DrawController::removeEventListener ( in removeEventListener()
220 ::sal_Bool SAL_CALL DrawController::suspend( ::sal_Bool Suspend ) throw (::com::sun::star::uno::Run… in suspend()
240 OUString SAL_CALL DrawController::getImplementationName( ) throw(RuntimeException) in getImplementationName()
253 sal_Bool SAL_CALL DrawController::supportsService ( in supportsService()
266 Sequence<OUString> SAL_CALL DrawController::getSupportedServiceNames (void) in getSupportedServiceNames()
281 sal_Bool SAL_CALL DrawController::select (const Any& aSelection) in select()
296 Any SAL_CALL DrawController::getSelection() in getSelection()
311 void SAL_CALL DrawController::addSelectionChangeListener( in addSelectionChangeListener()
324 void SAL_CALL DrawController::removeSelectionChangeListener( in removeSelectionChangeListener()
341 DrawController::disposing (const lang::EventObject& ) in disposing()
352 DrawController::selectionChanged (const lang::EventObject& rEvent) in selectionChanged()
385 void SAL_CALL DrawController::setCurrentPage( const Reference< drawing::XDrawPage >& xPage ) in setCurrentPage()
398 Reference< drawing::XDrawPage > SAL_CALL DrawController::getCurrentPage (void) in getCurrentPage()
420 void DrawController::FireVisAreaChanged (const Rectangle& rVisArea) throw() in FireVisAreaChanged()
447 void DrawController::FireSelectionChangeListener() throw() in FireSelectionChangeListener()
477 void DrawController::FireChangeEditMode (bool bMasterPageMode) throw() in FireChangeEditMode()
493 void DrawController::FireChangeLayerMode (bool bLayerMode) throw() in FireChangeLayerMode()
509 void DrawController::FireSwitchCurrentPage (SdPage* pNewCurrentPage) throw() in FireSwitchCurrentPage()
542 void DrawController::NotifyAccUpdate() in NotifyAccUpdate()
549 void DrawController::fireChangeLayer( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::… in fireChangeLayer()
567 void DrawController::fireSwitchCurrentPage(sal_Int32 pageIndex ) throw() in fireSwitchCurrentPage()
580 void DrawController::FirePropertyChange ( in FirePropertyChange()
602 void DrawController::BroadcastContextChange (void) const in BroadcastContextChange()
648 ViewShellBase* DrawController::GetViewShellBase (void) in GetViewShellBase()
656 void DrawController::ReleaseViewShellBase (void) in ReleaseViewShellBase()
668 DrawController::getConfigurationController (void) in getConfigurationController()
680 DrawController::getModuleController (void) in getModuleController()
693 const Sequence<sal_Int8>& DrawController::getUnoTunnelId (void) in getUnoTunnelId()
712 sal_Int64 SAL_CALL DrawController::getSomething (const Sequence<sal_Int8>& rId) in getSomething()
731 void DrawController::FillPropertyTable ( in FillPropertyTable()
803 IPropertyArrayHelper & DrawController::getInfoHelper() in getInfoHelper()
823 Reference < beans::XPropertySetInfo > DrawController::getPropertySetInfo() in getPropertySetInfo()
833 uno::Reference< form::runtime::XFormController > SAL_CALL DrawController::getFormController( const … in getFormController()
848 ::sal_Bool SAL_CALL DrawController::isFormDesignMode( ) throw (uno::RuntimeException) in isFormDesignMode()
861 void SAL_CALL DrawController::setFormDesignMode( ::sal_Bool _DesignMode ) throw (uno::RuntimeExcept… in setFormDesignMode()
870 uno::Reference< awt::XControl > SAL_CALL DrawController::getControl( const uno::Reference< awt::XCo… in getControl()
888 sal_Bool DrawController::convertFastPropertyValue ( in convertFastPropertyValue()
924 void DrawController::setFastPropertyValue_NoBroadcast ( in setFastPropertyValue_NoBroadcast()
939 void DrawController::getFastPropertyValue ( in getFastPropertyValue()
971 void DrawController::ProvideFrameworkControllers (void) in ProvideFrameworkControllers()
996 void DrawController::DisposeFrameworkControllers (void) in DisposeFrameworkControllers()
1010 void DrawController::ThrowIfDisposed (void) const in ThrowIfDisposed()