Lines Matching refs:SdrExchangeView
66 SdrExchangeView::SdrExchangeView(SdrModel* pModel1, OutputDevice* pOut): in SdrExchangeView() function in SdrExchangeView
73 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()
137 void SdrExchangeView::ImpGetPasteObjList(Point& /*rPos*/, SdrObjList*& rpLst) in ImpGetPasteObjList()
149 sal_Bool SdrExchangeView::ImpGetPasteLayer(const SdrObjList* pObjList, SdrLayerID& rLayer) const in ImpGetPasteLayer()
169 sal_Bool SdrExchangeView::Paste(const GDIMetaFile& rMtf, const Point& rPos, SdrObjList* pLst, sal_u… in Paste()
185 sal_Bool SdrExchangeView::Paste(const Bitmap& rBmp, const Point& rPos, SdrObjList* pLst, sal_uInt32… in Paste()
201 sal_Bool SdrExchangeView::Paste(const XubString& rStr, const Point& rPos, SdrObjList* pLst, sal_uIn… in Paste()
241 sal_Bool SdrExchangeView::Paste(SvStream& rInput, const String& rBaseURL, sal_uInt16 eFormat, const… in Paste()
299 sal_Bool SdrExchangeView::Paste(const SdrModel& rMod, const Point& rPos, SdrObjList* pLst, sal_uInt… in Paste()
473 sal_Bool SdrExchangeView::IsExchangeFormatSupported(sal_uIntPtr nFormat) const in IsExchangeFormatSupported()
484 void SdrExchangeView::ImpPasteObject(SdrObject* pObj, SdrObjList& rLst, const Point& rCenter, const… in ImpPasteObject()
531 BitmapEx SdrExchangeView::GetMarkedObjBitmapEx(bool bNoVDevIfOneBmpMarked) const in GetMarkedObjBitmapEx()
615 GDIMetaFile SdrExchangeView::GetMarkedObjMetaFile(bool bNoVDevIfOneMtfMarked) const in GetMarkedObjMetaFile()
677 Graphic SdrExchangeView::GetAllMarkedGraphic() const in GetAllMarkedGraphic()
684 aRet = SdrExchangeView::GetObjGraphic( pMod, GetMarkedObjectByIndex( 0 ) ); in GetAllMarkedGraphic()
694 Graphic SdrExchangeView::GetObjGraphic( const SdrModel* pModel, const SdrObject* pObj ) in GetObjGraphic()
762 ::std::vector< SdrObject* > SdrExchangeView::GetMarkedObjects() const in GetMarkedObjects()
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()
923 void SdrExchangeView::YankMarked(sal_uIntPtr /*nFormat*/) in YankMarked()
930 sal_Bool SdrExchangeView::Paste(Window* /*pWin*/, sal_uIntPtr /*nFormat*/) in Paste()