Searched refs:SdrExchangeView (Results 1 – 13 of 13) sorted by relevance
| /trunk/main/svx/source/svdraw/ |
| H A D | svdxcgv.cxx | 64 SdrExchangeView::SdrExchangeView(SdrModel* pModel1, OutputDevice* pOut): in SdrExchangeView() function in SdrExchangeView 71 Point SdrExchangeView::GetViewCenter(const OutputDevice* pOut) const in GetViewCenter() 89 Point SdrExchangeView::GetPastePos(SdrObjList* pLst, OutputDevice* pOut) in GetPastePos() 102 sal_Bool SdrExchangeView::ImpLimitToWorkArea(Point& rPt) const in ImpLimitToWorkArea() 135 void SdrExchangeView::ImpGetPasteObjList(Point& /*rPos*/, SdrObjList*& rpLst) in ImpGetPasteObjList() 147 sal_Bool SdrExchangeView::ImpGetPasteLayer(const SdrObjList* pObjList, SdrLayerID& rLayer) const in ImpGetPasteLayer() 167 sal_Bool SdrExchangeView::Paste(const GDIMetaFile& rMtf, const Point& rPos, SdrObjList* pLst, sal_u… in Paste() 183 sal_Bool SdrExchangeView::Paste(const Bitmap& rBmp, const Point& rPos, SdrObjList* pLst, sal_uInt32… in Paste() 199 sal_Bool SdrExchangeView::Paste(const XubString& rStr, const Point& rPos, SdrObjList* pLst, sal_uIn… in Paste() 239 sal_Bool SdrExchangeView::Paste(SvStream& rInput, const String& rBaseURL, sal_uInt16 eFormat, const… in Paste() [all …]
|
| H A D | svddrgv.cxx | 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()
|
| /trunk/main/svx/inc/svx/ |
| H A D | svdxcgv.hxx | 48 class SVX_DLLPUBLIC SdrExchangeView: public SdrObjEditView class 64 SdrExchangeView(SdrModel* pModel1, OutputDevice* pOut = 0L);
|
| H A D | svddrgv.hxx | 52 class SVX_DLLPUBLIC SdrDragView: public SdrExchangeView
|
| H A D | svdotext.hxx | 165 friend class SdrExchangeView; // fuer ImpGetDrawOutliner
|
| /trunk/main/svx/inc/ |
| H A D | svdshort.hxx | 57 #define SdrExchangeView SdrXV macro
|
| /trunk/main/chart2/source/controller/main/ |
| H A D | ChartTransferable.cxx | 57 SdrExchangeView * pExchgView( new SdrView( pDrawModel )); in ChartTransferable()
|
| /trunk/main/sc/source/filter/html/ |
| H A D | htmlexp2.cxx | 183 Graphic aGraph( SdrExchangeView::GetObjGraphic( in WriteGraphEntry()
|
| /trunk/main/sd/source/ui/inc/ |
| H A D | View.hxx | 173 using SdrExchangeView::Paste;
|
| /trunk/main/sd/source/ui/dlg/ |
| H A D | animobjs.cxx | 962 …pBitmapEx = new BitmapEx( SdrExchangeView::GetObjGraphic( pSnapShot->GetModel(), pSnapShot ).GetBi… in AddObj() 1009 …pBitmapEx = new BitmapEx( SdrExchangeView::GetObjGraphic( pObject->GetModel(), pObject ).GetBitmap… in AddObj()
|
| /trunk/main/filter/source/svg/ |
| H A D | svgexport.cxx | 1074 Graphic aGraphic( SdrExchangeView::GetObjGraphic( pObj->GetModel(), pObj ) ); in implCreateObjectsFromShape()
|
| /trunk/main/svx/source/engine3d/ |
| H A D | view3d.cxx | 336 SdrExchangeView::DrawMarkedObj(rOut); in DrawMarkedObj()
|
| /trunk/main/filter/source/msfilter/ |
| H A D | escherex.cxx | 3920 Graphic aGraphic(SdrExchangeView::GetObjGraphic( pMod, pShape)); in CreateBlipPropertiesforOLEControl()
|