Lines Matching refs:SdrPaintView

92 	ImplEncirclementOverlay(const SdrPaintView& rView, const basegfx::B2DPoint& rStartPos);
98 ImplEncirclementOverlay::ImplEncirclementOverlay(const SdrPaintView& rView, const basegfx::B2DPoint… in ImplEncirclementOverlay()
142 SdrPaintWindow* SdrPaintView::FindPaintWindow(const OutputDevice& rOut) const in FindPaintWindow()
155 SdrPaintWindow* SdrPaintView::GetPaintWindow(sal_uInt32 nIndex) const in GetPaintWindow()
165 void SdrPaintView::AppendPaintWindow(SdrPaintWindow& rNew) in AppendPaintWindow()
170 SdrPaintWindow* SdrPaintView::RemovePaintWindow(SdrPaintWindow& rOld) in RemovePaintWindow()
185 OutputDevice* SdrPaintView::GetFirstOutputDevice() const in GetFirstOutputDevice()
238 TYPEINIT2(SdrPaintView,SfxListener,SfxRepeatTarget);
240 DBG_NAME(SdrPaintView);
242 void SdrPaintView::ImpClearVars() in ImpClearVars()
276 aComeBackTimer.SetTimeoutHdl(LINK(this,SdrPaintView,ImpComeBackHdl)); in ImpClearVars()
288 SdrPaintView::SdrPaintView(SdrModel* pModel1, OutputDevice* pOut) in SdrPaintView() function in SdrPaintView
300 DBG_CTOR(SdrPaintView,NULL); in SdrPaintView()
316 SdrPaintView::~SdrPaintView() in ~SdrPaintView()
318 DBG_DTOR(SdrPaintView,NULL); in ~SdrPaintView()
345 void __EXPORT SdrPaintView::Notify(SfxBroadcaster& rBC, const SfxHint& rHint) in Notify()
381 void SdrPaintView::ConfigurationChanged( ::utl::ConfigurationBroadcaster* , sal_uInt32 ) in ConfigurationChanged()
389 IMPL_LINK_INLINE_START(SdrPaintView,ImpComeBackHdl,Timer*,EMPTYARG) in IMPL_LINK_INLINE_START() argument
397 IMPL_LINK_INLINE_END(SdrPaintView,ImpComeBackHdl,Timer*,pTimer) in IMPL_LINK_INLINE_END() argument
399 void SdrPaintView::FlushComeBackTimer() const in IMPL_LINK_INLINE_END()
403 ((SdrPaintView*)this)->ImpComeBackHdl(&((SdrPaintView*)this)->aComeBackTimer); in IMPL_LINK_INLINE_END()
404 ((SdrPaintView*)this)->aComeBackTimer.Stop(); in IMPL_LINK_INLINE_END()
408 void SdrPaintView::ModelHasChanged() in ModelHasChanged()
432 sal_Bool SdrPaintView::IsAction() const in IsAction()
437 void SdrPaintView::MovAction(const Point& rPnt) in MovAction()
445 void SdrPaintView::EndAction() in EndAction()
453 void SdrPaintView::BckAction() in BckAction()
458 void SdrPaintView::BrkAction() in BrkAction()
463 void SdrPaintView::TakeActionRect(Rectangle& rRect) const in TakeActionRect()
473 bool SdrPaintView::IsTextEdit() const in IsTextEdit()
479 SdrPageView* SdrPaintView::GetTextEditPageView() const in GetTextEditPageView()
486 sal_uInt16 SdrPaintView::ImpGetMinMovLogic(short nMinMov, const OutputDevice* pOut) const in ImpGetMinMovLogic()
500 sal_uInt16 SdrPaintView::ImpGetHitTolLogic(short nHitTol, const OutputDevice* pOut) const in ImpGetHitTolLogic()
514 void SdrPaintView::TheresNewMapMode() in TheresNewMapMode()
522 void SdrPaintView::SetActualWin(const OutputDevice* pWin) in SetActualWin()
530 void SdrPaintView::BegEncirclement(const Point& rPnt) in BegEncirclement()
543 void SdrPaintView::MovEncirclement(const Point& rPnt) in MovEncirclement()
555 Rectangle SdrPaintView::EndEncirclement(sal_Bool bNoJustify) in EndEncirclement()
578 void SdrPaintView::BrkEncirclement() in BrkEncirclement()
590 void SdrPaintView::ClearPageView() in ClearPageView()
602 SdrPageView* SdrPaintView::ShowSdrPage(SdrPage* pPage) in ShowSdrPage()
619 void SdrPaintView::HideSdrPage() in HideSdrPage()
629 void SdrPaintView::AddWindowToPaintView(OutputDevice* pNewWin) in AddWindowToPaintView()
646 void SdrPaintView::DeleteWindowFromPaintView(OutputDevice* pOldWin) in DeleteWindowFromPaintView()
668 void SdrPaintView::SetLayerVisible(const XubString& rName, sal_Bool bShow) in SetLayerVisible()
678 bool SdrPaintView::IsLayerVisible(const XubString& rName) const in IsLayerVisible()
688 void SdrPaintView::SetAllLayersVisible(sal_Bool bShow) in SetAllLayersVisible()
698 void SdrPaintView::SetLayerLocked(const XubString& rName, sal_Bool bLock) in SetLayerLocked()
706 bool SdrPaintView::IsLayerLocked(const XubString& rName) const in IsLayerLocked()
716 void SdrPaintView::SetAllLayersLocked(sal_Bool bLock) in SetAllLayersLocked()
724 void SdrPaintView::SetLayerPrintable(const XubString& rName, sal_Bool bPrn) in SetLayerPrintable()
732 bool SdrPaintView::IsLayerPrintable(const XubString& rName) const in IsLayerPrintable()
742 void SdrPaintView::SetAllLayersPrintable(sal_Bool bPrn) in SetAllLayersPrintable()
750 void SdrPaintView::PrePaint() in PrePaint()
758 void SdrPaintView::PostPaint() in PostPaint()
769 void SdrPaintView::CompleteRedraw(OutputDevice* pOut, const Region& rReg, sdr::contact::ViewObjectC… in CompleteRedraw()
902 SdrPaintWindow* SdrPaintView::BeginCompleteRedraw(OutputDevice* pOut) in BeginCompleteRedraw()
924 void SdrPaintView::DoCompleteRedraw(SdrPaintWindow& rPaintWindow, const Region& rReg, sdr::contact:… in DoCompleteRedraw()
934 void SdrPaintView::EndCompleteRedraw(SdrPaintWindow& rPaintWindow, bool bPaintFormLayer) in EndCompleteRedraw()
968 SdrPaintWindow* SdrPaintView::BeginDrawLayers(OutputDevice* pOut, const Region& rReg, bool bDisable… in BeginDrawLayers()
1045 void SdrPaintView::EndDrawLayers(SdrPaintWindow& rPaintWindow, bool bPaintFormLayer) in EndDrawLayers()
1059 void SdrPaintView::ImpFormLayerDrawing(SdrPaintWindow& rPaintWindow) const in ImpFormLayerDrawing()
1082 sal_Bool SdrPaintView::KeyInput(const KeyEvent& /*rKEvt*/, Window* /*pWin*/) in KeyInput()
1087 void SdrPaintView::GlueInvalidate() const in GlueInvalidate()
1115 void SdrPaintView::InvalidateAllWin() in InvalidateAllWin()
1130 void SdrPaintView::InvalidateAllWin(const Rectangle& rRect, sal_Bool bPlus1Pix) in InvalidateAllWin()
1165 void SdrPaintView::InvalidateOneWin(Window& rWin) in InvalidateOneWin()
1172 void SdrPaintView::InvalidateOneWin(Window& rWin, const Rectangle& rRect) in InvalidateOneWin()
1179 void SdrPaintView::LeaveOneGroup() in LeaveOneGroup()
1187 void SdrPaintView::LeaveAllGroup() in LeaveAllGroup()
1195 bool SdrPaintView::IsGroupEntered() const in IsGroupEntered()
1205 void SdrPaintView::SetNotPersistDefaultAttr(const SfxItemSet& rAttr, sal_Bool /*bReplaceAll*/) in SetNotPersistDefaultAttr()
1224 void SdrPaintView::MergeNotPersistDefaultAttr(SfxItemSet& rAttr, sal_Bool /*bOnlyHardAttr*/) const in MergeNotPersistDefaultAttr()
1236 void SdrPaintView::SetDefaultAttr(const SfxItemSet& rAttr, sal_Bool bReplaceAll) in SetDefaultAttr()
1267 void SdrPaintView::SetDefaultStyleSheet(SfxStyleSheet* pStyleSheet, sal_Bool bDontRemoveHardAttr) in SetDefaultStyleSheet()
1291 sal_Bool SdrPaintView::GetAttributes(SfxItemSet& rTargetSet, sal_Bool bOnlyHardAttr) const in GetAttributes()
1307 sal_Bool SdrPaintView::SetAttributes(const SfxItemSet& rSet, sal_Bool bReplaceAll) in SetAttributes()
1313 SfxStyleSheet* SdrPaintView::GetStyleSheet() const // SfxStyleSheet* SdrPaintView::GetStyleSheet(sa… in GetStyleSheet()
1319 sal_Bool SdrPaintView::SetStyleSheet(SfxStyleSheet* pStyleSheet, sal_Bool bDontRemoveHardAttr) in SetStyleSheet()
1328 void SdrPaintView::ShowItemBrowser(sal_Bool bShow) in ShowItemBrowser()
1347 void SdrPaintView::MakeVisible(const Rectangle& rRect, Window& rWin) in MakeVisible()
1396 void SdrPaintView::DoConnect(SdrOle2Obj* /*pOleObj*/) in DoConnect()
1400 void SdrPaintView::SetAnimationEnabled( sal_Bool bEnable ) in SetAnimationEnabled()
1405 void SdrPaintView::SetAnimationPause( bool bSet ) in SetAnimationPause()
1428 void SdrPaintView::SetAnimationMode( const SdrAnimationMode eMode ) in SetAnimationMode()
1433 void SdrPaintView::VisAreaChanged(const OutputDevice* pOut) in VisAreaChanged()
1456 void SdrPaintView::VisAreaChanged(const SdrPageWindow& /*rWindow*/) in VisAreaChanged()
1462 const svtools::ColorConfig& SdrPaintView::getColorConfig() const in getColorConfig()
1467 void SdrPaintView::onChangeColorConfig() in onChangeColorConfig()
1472 void SdrPaintView::SetGridColor( Color aColor ) in SetGridColor()
1477 Color SdrPaintView::GetGridColor() const in GetGridColor()
1483 void SdrPaintView::SetApplicationBackgroundColor(Color aBackgroundColor) in SetApplicationBackgroundColor()
1492 void SdrPaintView::SetApplicationDocumentColor(Color aDocumentColor) in SetApplicationDocumentColor()
1501 bool SdrPaintView::IsBufferedOutputAllowed() const in IsBufferedOutputAllowed()
1507 void SdrPaintView::SetBufferedOutputAllowed(bool bNew) in SetBufferedOutputAllowed()
1515 bool SdrPaintView::IsBufferedOverlayAllowed() const in IsBufferedOverlayAllowed()
1520 void SdrPaintView::SetBufferedOverlayAllowed(bool bNew) in SetBufferedOverlayAllowed()
1528 sal_Bool SdrPaintView::IsPagePaintingAllowed() const in IsPagePaintingAllowed()
1533 void SdrPaintView::SetPagePaintingAllowed(bool bNew) in SetPagePaintingAllowed()
1542 void SdrPaintView::SetAnimationTimer(sal_uInt32 nTime) in SetAnimationTimer()