Searched refs:SdrExchangeView (Results 1 – 13 of 13) sorted by relevance
66 SdrExchangeView::SdrExchangeView(SdrModel* pModel1, OutputDevice* pOut): in SdrExchangeView() function in SdrExchangeView73 Point SdrExchangeView::GetViewCenter(const OutputDevice* pOut) const in GetViewCenter()91 Point SdrExchangeView::GetPastePos(SdrObjList* pLst, OutputDevice* pOut) in GetPastePos()104 sal_Bool SdrExchangeView::ImpLimitToWorkArea(Point& rPt) const in ImpLimitToWorkArea()677 Graphic SdrExchangeView::GetAllMarkedGraphic() const in GetAllMarkedGraphic()801 void SdrExchangeView::DrawMarkedObj(OutputDevice& rOut) const in DrawMarkedObj()817 SdrModel* SdrExchangeView::GetMarkedObjModel() const in GetMarkedObjModel()900 sal_Bool SdrExchangeView::Cut( sal_uIntPtr /*nFormat */) in Cut()908 void SdrExchangeView::CutMarked( sal_uIntPtr /*nFormat */) in CutMarked()915 sal_Bool SdrExchangeView::Yank(sal_uIntPtr /*nFormat*/) in Yank()[all …]
106 : SdrExchangeView(pModel1,pOut) in SdrDragView()123 return (mpCurrentSdrDragMethod || SdrExchangeView::IsAction()); in IsAction()128 SdrExchangeView::MovAction(rPnt); in MovAction()141 SdrExchangeView::EndAction(); in EndAction()146 SdrExchangeView::BckAction(); in BckAction()152 SdrExchangeView::BrkAction(); in BrkAction()181 SdrExchangeView::TakeActionRect(rRect); in TakeActionRect()984 SdrExchangeView::SetMarkHandles(); in SetMarkHandles()
48 class SVX_DLLPUBLIC SdrExchangeView: public SdrObjEditView class64 SdrExchangeView(SdrModel* pModel1, OutputDevice* pOut = 0L);
52 class SVX_DLLPUBLIC SdrDragView: public SdrExchangeView
167 friend class SdrExchangeView; // fuer ImpGetDrawOutliner
57 #define SdrExchangeView SdrXV macro
57 SdrExchangeView * pExchgView( new SdrView( pDrawModel )); in ChartTransferable()
183 Graphic aGraph( SdrExchangeView::GetObjGraphic( in WriteGraphEntry()
173 using SdrExchangeView::Paste;
962 …pBitmapEx = new BitmapEx( SdrExchangeView::GetObjGraphic( pSnapShot->GetModel(), pSnapShot ).GetBi… in AddObj()1009 …pBitmapEx = new BitmapEx( SdrExchangeView::GetObjGraphic( pObject->GetModel(), pObject ).GetBitmap… in AddObj()
1074 Graphic aGraphic( SdrExchangeView::GetObjGraphic( pObj->GetModel(), pObj ) ); in implCreateObjectsFromShape()
336 SdrExchangeView::DrawMarkedObj(rOut); in DrawMarkedObj()
3909 Graphic aGraphic(SdrExchangeView::GetObjGraphic( pMod, pShape)); in CreateBlipPropertiesforOLEControl()
Completed in 100 milliseconds