| /AOO41X/main/svx/source/svdraw/ |
| H A D | svdovirt.cxx | 339 String SdrVirtObj::getSpecialDragComment(const SdrDragStat& rDrag) const in getSpecialDragComment() function in SdrVirtObj 341 return rRefObj.getSpecialDragComment(rDrag); in getSpecialDragComment()
|
| H A D | svdorect.cxx | 431 String SdrRectObj::getSpecialDragComment(const SdrDragStat& rDrag) const in getSpecialDragComment() function in SdrRectObj 467 return SdrTextObj::getSpecialDragComment(rDrag); in getSpecialDragComment()
|
| H A D | svdocapt.cxx | 395 String SdrCaptionObj::getSpecialDragComment(const SdrDragStat& rDrag) const in getSpecialDragComment() function in SdrCaptionObj 409 return SdrRectObj::getSpecialDragComment(rDrag); in getSpecialDragComment()
|
| H A D | svdopath.cxx | 523 String getSpecialDragComment(const SdrDragStat& rDrag) const; 944 String ImpPathForDragAndCreate::getSpecialDragComment(const SdrDragStat& rDrag) const in getSpecialDragComment() function in ImpPathForDragAndCreate 2200 String SdrPathObj::getSpecialDragComment(const SdrDragStat& rDrag) const in getSpecialDragComment() function in SdrPathObj 2211 aRetval = mpDAC->getSpecialDragComment(rDrag); in getSpecialDragComment() 2221 aRetval = aDragAndCreate.getSpecialDragComment(rDrag); in getSpecialDragComment()
|
| H A D | svdotxdr.cxx | 193 String SdrTextObj::getSpecialDragComment(const SdrDragStat& /*rDrag*/) const in getSpecialDragComment() function in SdrTextObj
|
| H A D | svdocirc.cxx | 568 String SdrCircObj::getSpecialDragComment(const SdrDragStat& rDrag) const in getSpecialDragComment() function in SdrCircObj 618 return SdrTextObj::getSpecialDragComment(rDrag); in getSpecialDragComment()
|
| H A D | svddrgmt.cxx | 1292 rStr = mpClone->getSpecialDragComment(DragStat()); in TakeSdrDragComment() 1300 rStr = pObj->getSpecialDragComment(DragStat()); in TakeSdrDragComment()
|
| H A D | svdview.cxx | 1211 aStr=pAktCreate->getSpecialDragComment(aDragStat); in GetStatusText()
|
| H A D | svdomeas.cxx | 895 String SdrMeasureObj::getSpecialDragComment(const SdrDragStat& /*rDrag*/) const in getSpecialDragComment() function in SdrMeasureObj
|
| H A D | svdoedge.cxx | 1937 String SdrEdgeObj::getSpecialDragComment(const SdrDragStat& rDrag) const in getSpecialDragComment() function in SdrEdgeObj
|
| H A D | svdobj.cxx | 1387 String SdrObject::getSpecialDragComment(const SdrDragStat& /*rDrag*/) const in getSpecialDragComment() function in SdrObject
|
| /AOO41X/main/svx/inc/svx/ |
| H A D | svdorect.hxx | 110 virtual String getSpecialDragComment(const SdrDragStat& rDrag) const;
|
| H A D | svdocirc.hxx | 123 virtual String getSpecialDragComment(const SdrDragStat& rDrag) const;
|
| H A D | svdocapt.hxx | 115 virtual String getSpecialDragComment(const SdrDragStat& rDrag) const;
|
| H A D | svdomeas.hxx | 113 virtual String getSpecialDragComment(const SdrDragStat& rDrag) const;
|
| H A D | svdovirt.hxx | 94 virtual String getSpecialDragComment(const SdrDragStat& rDrag) const;
|
| H A D | svdopath.hxx | 111 virtual String getSpecialDragComment(const SdrDragStat& rDrag) const;
|
| H A D | svdoedge.hxx | 264 virtual String getSpecialDragComment(const SdrDragStat& rDrag) const;
|
| H A D | svdotable.hxx | 248 virtual String getSpecialDragComment(const SdrDragStat& rDrag) const;
|
| H A D | svdotext.hxx | 450 virtual String getSpecialDragComment(const SdrDragStat& rDrag) const;
|
| H A D | svdobj.hxx | 731 virtual String getSpecialDragComment(const SdrDragStat& rDrag) const;
|
| /AOO41X/main/svx/source/table/ |
| H A D | svdotable.cxx | 2573 String SdrTableObj::getSpecialDragComment(const SdrDragStat& rDrag) const in getSpecialDragComment() function in sdr::table::SdrTableObj 2575 return SdrTextObj::getSpecialDragComment( rDrag ); in getSpecialDragComment()
|