Home
last modified time | relevance | path

Searched refs:SDRREPFUNC_OBJ_REVORDER (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/svx/inc/svx/
H A Dsvdtypes.hxx157 SDRREPFUNC_OBJ_REVORDER, enumerator
/AOO42X/main/svx/source/svdraw/
H A Dsvdundo.cxx183 case SDRREPFUNC_OBJ_REVORDER : return rView.IsReverseOrderPossible(); in CanSdrRepeat()
207 case SDRREPFUNC_OBJ_REVORDER : rView.ReverseOrderOfMarked(); break; in SdrRepeat()
H A Dsvdedtv2.cxx466 … BegUndo(ImpGetResStr(STR_EditRevOrder),GetDescriptionOfMarkedObjects(),SDRREPFUNC_OBJ_REVORDER); in ReverseOrderOfMarked()