Searched refs:bNoPolyPoly (Results 1 – 3 of 3) sorted by relevance
292 void CombineMarkedObjects(sal_Bool bNoPolyPoly = sal_True);307 sal_Bool IsCombinePossible(sal_Bool bNoPolyPoly=sal_False) const;
1202 void SdrEditView::CombineMarkedObjects(sal_Bool bNoPolyPoly) in CombineMarkedObjects() argument1211 …BegUndo(String(), String(), bNoPolyPoly ? SDRREPFUNC_OBJ_COMBINE_ONEPOLY : SDRREPFUNC_OBJ_COMBINE_… in CombineMarkedObjects()1286 if(bNoPolyPoly) in CombineMarkedObjects()1369 …SetUndoComment(ImpGetResStr(bNoPolyPoly?STR_EditCombine_OnePoly:STR_EditCombine_PolyPoly),aRemoveM… in CombineMarkedObjects()
482 sal_Bool SdrEditView::IsCombinePossible(sal_Bool bNoPolyPoly) const in IsCombinePossible()485 if (bNoPolyPoly) return bCombineNoPolyPolyPossible; in IsCombinePossible()
Completed in 133 milliseconds