Home
last modified time | relevance | path

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

/AOO42X/main/svx/inc/svx/
H A Dsvdtypes.hxx147 SDRREPFUNC_OBJ_DISMANTLE_POLYS, enumerator
/AOO42X/main/svx/source/svdraw/
H A Dsvdundo.cxx173 case SDRREPFUNC_OBJ_DISMANTLE_POLYS : return rView.IsDismantlePossible(sal_False); in CanSdrRepeat()
197 case SDRREPFUNC_OBJ_DISMANTLE_POLYS : rView.DismantleMarkedObjects(sal_False); break; in SdrRepeat()
H A Dsvdedtv2.cxx1663 bMakeLines ? SDRREPFUNC_OBJ_DISMANTLE_LINES : SDRREPFUNC_OBJ_DISMANTLE_POLYS); in DismantleMarkedObjects()