Lines Matching refs:SdUnoDrawView

62 SdUnoDrawView::SdUnoDrawView(  in SdUnoDrawView()  function in sd::SdUnoDrawView
76 SdUnoDrawView::~SdUnoDrawView() throw() in ~SdUnoDrawView()
83 sal_Bool SdUnoDrawView::getMasterPageMode(void) const throw() in getMasterPageMode()
91 void SdUnoDrawView::setMasterPageMode (sal_Bool bMasterPageMode) throw() in setMasterPageMode()
104 sal_Bool SdUnoDrawView::getLayerMode(void) const throw() in getLayerMode()
112 void SdUnoDrawView::setLayerMode (sal_Bool bLayerMode) throw() in setLayerMode()
125 Reference<drawing::XLayer> SdUnoDrawView::getActiveLayer (void) throw () in getActiveLayer()
162 void SdUnoDrawView::setActiveLayer (const Reference<drawing::XLayer>& rxLayer) throw () in setActiveLayer()
191 sal_Bool SAL_CALL SdUnoDrawView::select( const Any& aSelection ) in select()
289 Any SAL_CALL SdUnoDrawView::getSelection() in getSelection()
340 void SAL_CALL SdUnoDrawView::addSelectionChangeListener ( in addSelectionChangeListener()
350 void SAL_CALL SdUnoDrawView::removeSelectionChangeListener ( in removeSelectionChangeListener()
360 void SdUnoDrawView::setFastPropertyValue ( in setFastPropertyValue()
430 Any SAL_CALL SdUnoDrawView::getFastPropertyValue ( in getFastPropertyValue()
440 aValue <<= (const_cast<SdUnoDrawView*>(this))->getCurrentPage(); in getFastPropertyValue()
452 aValue <<= (const_cast<SdUnoDrawView*>(this))->getActiveLayer(); in getFastPropertyValue()
482 void SAL_CALL SdUnoDrawView::setCurrentPage ( in setCurrentPage()
503 Reference< drawing::XDrawPage > SAL_CALL SdUnoDrawView::getCurrentPage() in getCurrentPage()
518 sal_Int16 SdUnoDrawView::GetZoom(void) const in GetZoom()
530 void SdUnoDrawView::SetZoom( sal_Int16 nZoom ) in SetZoom()
546 void SdUnoDrawView::SetViewOffset(const awt::Point& rWinPos ) in SetViewOffset()
553 awt::Point SdUnoDrawView::GetViewOffset() const in GetViewOffset()
563 void SdUnoDrawView::SetZoomType ( sal_Int16 nType ) in SetZoomType()
599 SdXImpressDocument* SdUnoDrawView::GetModel (void) const throw() in GetModel()
610 Any SdUnoDrawView::getDrawViewMode() const in getDrawViewMode()
623 OUString SAL_CALL SdUnoDrawView::getImplementationName( ) throw (RuntimeException) in getImplementationName()
628 sal_Bool SAL_CALL SdUnoDrawView::supportsService( const OUString& ServiceName ) throw (RuntimeExcep… in supportsService()
633 Sequence< OUString > SAL_CALL SdUnoDrawView::getSupportedServiceNames( ) throw (RuntimeException) in getSupportedServiceNames()