Home
last modified time | relevance | path

Searched refs:ImpTakeDescriptionStr (Results 1 – 17 of 17) sorted by relevance

/AOO41X/main/svx/source/svdraw/
H A Dsvdundo.cxx271 void SdrUndoObj::ImpTakeDescriptionStr(sal_uInt16 nStrCacheID, XubString& rStr, FASTBOOL bRepeat) c… in ImpTakeDescriptionStr() function in SdrUndoObj
591 ImpTakeDescriptionStr(STR_EditSetStylesheet, aStr); in GetComment()
595 ImpTakeDescriptionStr(STR_EditSetAttributes, aStr); in GetComment()
620 ImpTakeDescriptionStr(STR_EditSetStylesheet, aStr, sal_True); in GetSdrRepeatComment()
624 ImpTakeDescriptionStr(STR_EditSetAttributes, aStr, sal_True); in GetSdrRepeatComment()
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()
956 ImpTakeDescriptionStr(STR_EditDelete,aStr,sal_True); in GetSdrRepeatComment()
[all …]
H A Dsvdedtv1.cxx99 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()
396 if (aDif.X()==0) ImpTakeDescriptionStr(STR_EditMirrorHori,aStr); in MirrorMarkedObj()
397 else if (aDif.Y()==0) ImpTakeDescriptionStr(STR_EditMirrorVert,aStr); in MirrorMarkedObj()
398 else if (Abs(aDif.X())==Abs(aDif.Y())) ImpTakeDescriptionStr(STR_EditMirrorDiag,aStr); in MirrorMarkedObj()
399 else ImpTakeDescriptionStr(STR_EditMirrorFree,aStr); in MirrorMarkedObj()
491 ImpTakeDescriptionStr(STR_EditShear,aStr); in ShearMarkedObj()
608 ImpTakeDescriptionStr(bNoContortion?STR_EditCrook:STR_EditCrookContortion,aStr); in CrookMarkedObj()
[all …]
H A Dsvddrgmt.cxx586 void SdrDragMethod::ImpTakeDescriptionStr(sal_uInt16 nStrCacheID, XubString& rStr, sal_uInt16 nVal)… in ImpTakeDescriptionStr() function in SdrDragMethod
594 getSdrDragView().ImpTakeDescriptionStr(nStrCacheID,rStr,nVal,nOpt); in ImpTakeDescriptionStr()
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()
2592 ImpTakeDescriptionStr(STR_DragMethMirrorDiag,rStr); in TakeSdrDragComment()
[all …]
H A Dsvdocapt.cxx417 ImpTakeDescriptionStr(STR_DragCaptFram, aStr); in getSpecialDragComment()
421 ImpTakeDescriptionStr(STR_DragCaptTail, aStr); in getSpecialDragComment()
H A Dsvdview.cxx1306 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 Dsvdotxdr.cxx196 ImpTakeDescriptionStr(STR_DragRectResize,aStr); in getSpecialDragComment()
H A Dsvdocirc.cxx575 ImpTakeDescriptionStr(STR_ViewCreateObj, aStr); in getSpecialDragComment()
609 ImpTakeDescriptionStr(STR_DragCircAngle, aStr); in getSpecialDragComment()
H A Dsvdorect.cxx458 ImpTakeDescriptionStr(STR_DragRectEckRad, aStr); in getSpecialDragComment()
H A Dsvdedxv.cxx1667 ImpTakeDescriptionStr(STR_EditSetAttributes,aStr); in SetAttributes()
1716 ImpTakeDescriptionStr(STR_EditSetAttributes,aStr); in SetAttributes()
H A Dsvdopath.cxx956 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 Dsvdmrkv.cxx2081 void SdrMarkView::ImpTakeDescriptionStr(sal_uInt16 nStrCacheID, XubString& rStr, sal_uInt16 nVal, s… in ImpTakeDescriptionStr() function in SdrMarkView
H A Dsvdoedge.cxx1948 ImpTakeDescriptionStr(STR_DragEdgeTail, aStr); in getSpecialDragComment()
H A Dsvdobj.cxx1087 void SdrObject::ImpTakeDescriptionStr(sal_uInt16 nStrCacheID, XubString& rStr, sal_uInt16 nVal) con… in ImpTakeDescriptionStr() function in SdrObject
/AOO41X/main/svx/inc/svx/
H A Dsvdundo.hxx148 …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 Dsvddrgmt.hxx178 …void ImpTakeDescriptionStr(sal_uInt16 nStrCacheID, String& rStr, sal_uInt16 nVal=0) …
H A Dsvdmrkv.hxx180 …void ImpTakeDescriptionStr(sal_uInt16 nStrCacheID, String& rStr, sal_uInt16 nVal=0, sal_uInt16 nOp…
H A Dsvdobj.hxx518 void ImpTakeDescriptionStr(sal_uInt16 nStrCacheID, String& rStr, sal_uInt16 nVal=0) const;