/aoo41x/main/svx/source/svdraw/ |
H A D | svdundo.cxx | 591 ImpTakeDescriptionStr(STR_EditSetStylesheet, aStr); in GetComment() 651 ImpTakeDescriptionStr(STR_EditMove,aStr); in GetComment() 668 ImpTakeDescriptionStr(STR_EditMove,aStr,sal_True); in GetSdrRepeatComment() 747 ImpTakeDescriptionStr(STR_DragMethObjOwn,aStr); in GetComment() 939 ImpTakeDescriptionStr(STR_EditDelete,aStr); in GetComment() 986 ImpTakeDescriptionStr(STR_UndoInsertObj,aStr); in GetComment() 1084 ImpTakeDescriptionStr(STR_UndoCopyObj,aStr); in GetComment() 1148 ImpTakeDescriptionStr(STR_UndoObjOrdNum,aStr); in GetComment() 1241 ImpTakeDescriptionStr(STR_UndoObjSetText,aStr); in GetComment() 1248 ImpTakeDescriptionStr(STR_UndoObjSetText,aStr); in GetSdrRepeatComment() [all …]
|
H A D | svdedtv1.cxx | 99 ImpTakeDescriptionStr(STR_EditPosSize,aStr); in SetMarkedObjRect() 232 ImpTakeDescriptionStr(STR_EditResize,aStr); in ResizeMarkedObj() 269 ImpTakeDescriptionStr(STR_EditResize,aStr); in ResizeMultMarkedObj() 337 ImpTakeDescriptionStr(STR_EditRotate,aStr); in RotateMarkedObj() 399 else ImpTakeDescriptionStr(STR_EditMirrorFree,aStr); in MirrorMarkedObj() 491 ImpTakeDescriptionStr(STR_EditShear,aStr); in ShearMarkedObj() 682 ImpTakeDescriptionStr(STR_EditDistort,aStr); in DistortMarkedObj() 1043 ImpTakeDescriptionStr(STR_EditSetAttributes,aStr); in SetAttrToMarked() 1224 ImpTakeDescriptionStr(STR_EditSetStylesheet,aStr); in SetStyleSheetToMarked() 1818 ImpTakeDescriptionStr(STR_EditAlignCenter,aStr); in AlignMarkedObjects() [all …]
|
H A D | svddrgmt.cxx | 1554 ImpTakeDescriptionStr(STR_DragMethMove, rStr); in TakeSdrDragComment() 1810 ImpTakeDescriptionStr(STR_DragMethResize, rStr); in TakeSdrDragComment() 2154 ImpTakeDescriptionStr(STR_DragMethRotate, rStr); in TakeSdrDragComment() 2290 ImpTakeDescriptionStr(STR_DragMethShear, rStr); in TakeSdrDragComment() 2512 ImpTakeDescriptionStr(STR_EditShear,aStr); in EndSdrDrag() 2588 ImpTakeDescriptionStr(STR_DragMethMirrorHori,rStr); in TakeSdrDragComment() 2590 ImpTakeDescriptionStr(STR_DragMethMirrorVert,rStr); in TakeSdrDragComment() 2701 ImpTakeDescriptionStr(STR_DragMethGradient, rStr); in TakeSdrDragComment() 3539 ImpTakeDescriptionStr(STR_DragMethDistort, rStr); in TakeSdrDragComment() 3694 ImpTakeDescriptionStr(STR_DragMethCrop, rStr); in TakeSdrDragComment() [all …]
|
H A D | svdocapt.cxx | 417 ImpTakeDescriptionStr(STR_DragCaptFram, aStr); in getSpecialDragComment() 421 ImpTakeDescriptionStr(STR_DragCaptTail, aStr); in getSpecialDragComment()
|
H A D | svdview.cxx | 1306 ImpTakeDescriptionStr(STR_ViewMarked,aStr); in GetStatusText() 1309 ImpTakeDescriptionStr(STR_ViewMarked,aStr,0,IMPSDR_GLUEPOINTSDESCRIPTION); in GetStatusText() 1313 ImpTakeDescriptionStr(STR_ViewMarked,aStr,0,IMPSDR_POINTSDESCRIPTION); in GetStatusText()
|
H A D | svdotxdr.cxx | 196 ImpTakeDescriptionStr(STR_DragRectResize,aStr); in getSpecialDragComment()
|
H A D | svdocirc.cxx | 575 ImpTakeDescriptionStr(STR_ViewCreateObj, aStr); in getSpecialDragComment() 609 ImpTakeDescriptionStr(STR_DragCircAngle, aStr); in getSpecialDragComment()
|
H A D | svdorect.cxx | 458 ImpTakeDescriptionStr(STR_DragRectEckRad, aStr); in getSpecialDragComment()
|
H A D | svdedxv.cxx | 1667 ImpTakeDescriptionStr(STR_EditSetAttributes,aStr); in SetAttributes() 1716 ImpTakeDescriptionStr(STR_EditSetAttributes,aStr); in SetAttributes()
|
H A D | svdopath.cxx | 956 mrSdrPathObject.ImpTakeDescriptionStr(STR_ViewCreateObj, aStr); in getSpecialDragComment() 1006 mrSdrPathObject.ImpTakeDescriptionStr(STR_DragPathObj, aStr); in getSpecialDragComment() 1029 mrSdrPathObject.ImpTakeDescriptionStr(STR_ViewMarkedPoint, aStr); in getSpecialDragComment()
|
H A D | svdmrkv.cxx | 2081 void SdrMarkView::ImpTakeDescriptionStr(sal_uInt16 nStrCacheID, XubString& rStr, sal_uInt16 nVal, s… in ImpTakeDescriptionStr() function in SdrMarkView
|
H A D | svdobj.cxx | 1087 void SdrObject::ImpTakeDescriptionStr(sal_uInt16 nStrCacheID, XubString& rStr, sal_uInt16 nVal) con… in ImpTakeDescriptionStr() function in SdrObject
|
H A D | svdoedge.cxx | 1948 ImpTakeDescriptionStr(STR_DragEdgeTail, aStr); in getSpecialDragComment()
|
/aoo41x/main/svx/inc/svx/ |
H A D | svdundo.hxx | 148 void ImpTakeDescriptionStr(sal_uInt16 nStrCacheID, String& rStr, FASTBOOL bRepeat=sal_False) const; 653 …void ImpTakeDescriptionStr(sal_uInt16 nStrCacheID, String& rStr, sal_uInt16 n=0, FASTBOOL bRepeat=…
|
H A D | svddrgmt.hxx | 178 …void ImpTakeDescriptionStr(sal_uInt16 nStrCacheID, String& rStr, sal_uInt16 nVal=0) …
|
H A D | svdmrkv.hxx | 180 …void ImpTakeDescriptionStr(sal_uInt16 nStrCacheID, String& rStr, sal_uInt16 nVal=0, sal_uInt16 nOp…
|
H A D | svdobj.hxx | 518 void ImpTakeDescriptionStr(sal_uInt16 nStrCacheID, String& rStr, sal_uInt16 nVal=0) const;
|