Home
last modified time | relevance | path

Searched refs:SdrExchangeView (Results 1 – 13 of 13) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdxcgv.cxx64 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 Dsvddrgv.cxx106 : 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 Dsvdxcgv.hxx48 class SVX_DLLPUBLIC SdrExchangeView: public SdrObjEditView class
64 SdrExchangeView(SdrModel* pModel1, OutputDevice* pOut = 0L);
H A Dsvddrgv.hxx52 class SVX_DLLPUBLIC SdrDragView: public SdrExchangeView
H A Dsvdotext.hxx165 friend class SdrExchangeView; // fuer ImpGetDrawOutliner
/trunk/main/svx/inc/
H A Dsvdshort.hxx57 #define SdrExchangeView SdrXV macro
/trunk/main/chart2/source/controller/main/
H A DChartTransferable.cxx57 SdrExchangeView * pExchgView( new SdrView( pDrawModel )); in ChartTransferable()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp2.cxx183 Graphic aGraph( SdrExchangeView::GetObjGraphic( in WriteGraphEntry()
/trunk/main/sd/source/ui/inc/
H A DView.hxx173 using SdrExchangeView::Paste;
/trunk/main/sd/source/ui/dlg/
H A Danimobjs.cxx962 …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 Dsvgexport.cxx1074 Graphic aGraphic( SdrExchangeView::GetObjGraphic( pObj->GetModel(), pObj ) ); in implCreateObjectsFromShape()
/trunk/main/svx/source/engine3d/
H A Dview3d.cxx336 SdrExchangeView::DrawMarkedObj(rOut); in DrawMarkedObj()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx3920 Graphic aGraphic(SdrExchangeView::GetObjGraphic( pMod, pShape)); in CreateBlipPropertiesforOLEControl()