Home
last modified time | relevance | path

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

/AOO42X/main/svx/inc/svx/
H A Dsvdtypes.hxx146 SDRREPFUNC_OBJ_COMBINE_ONEPOLY, enumerator
/AOO42X/main/svx/source/svdraw/
H A Dsvdundo.cxx172 case SDRREPFUNC_OBJ_COMBINE_ONEPOLY : return rView.IsCombinePossible(sal_True); in CanSdrRepeat()
196 case SDRREPFUNC_OBJ_COMBINE_ONEPOLY : rView.CombineMarkedObjects(sal_True); break; in SdrRepeat()
H A Dsvdedtv2.cxx1217 …BegUndo(String(), String(), bNoPolyPoly ? SDRREPFUNC_OBJ_COMBINE_ONEPOLY : SDRREPFUNC_OBJ_COMBINE_… in CombineMarkedObjects()