Home
last modified time | relevance | path

Searched refs:BegUndo (Results 1 – 25 of 67) sorted by relevance

123

/trunk/main/svx/inc/svx/
H A Dsvdedtv.hxx207 void BegUndo() { pMod->BegUndo(); } // Undo-Klammerung auf in BegUndo() function in SdrEditView
208 void BegUndo(const String& rComment) { pMod->BegUndo(rComment); } // Undo-Klammerung auf in BegUndo() function in SdrEditView
209 …void BegUndo(const String& rComment, const String& rObjDescr, SdrRepeatFunc eFunc=SDRREPFUNC_OBJ_N… in BegUndo() function in SdrEditView
210 void BegUndo(SdrUndoGroup* pUndoGrp) { pMod->BegUndo(pUndoGrp); } // Undo-Klammerung auf in BegUndo() function in SdrEditView
H A Dsvdmodel.hxx581 void BegUndo(); // Undo-Klammerung auf
582 void BegUndo(const String& rComment); // Undo-Klammerung auf
583 …void BegUndo(const String& rComment, const String& rObjDescr, SdrRepeatFunc eFunc=SDRREPFUNC_OBJ_N…
584 void BegUndo(SdrUndoGroup* pUndoGrp); // Undo-Klammerung auf
/trunk/main/svx/source/svdraw/
H A Dsvdglev.cxx129 BegUndo(ImpGetResStr(STR_EditSetGlueEscDir),GetDescriptionOfMarkedGluePoints()); in SetMarkedGluePointsEscDir()
165 BegUndo(ImpGetResStr(STR_EditSetGluePercent),GetDescriptionOfMarkedGluePoints()); in SetMarkedGluePointsPercent()
220 BegUndo(ImpGetResStr(STR_EditSetGlueAlign),GetDescriptionOfMarkedGluePoints()); in SetMarkedGluePointsAlign()
237 BegUndo(ImpGetResStr(STR_EditDelete),GetDescriptionOfMarkedGluePoints(),SDRREPFUNC_OBJ_DELETE); in DeleteMarkedGluePoints()
281 BegUndo(); in ImpCopyMarkedGluePoints()
363 BegUndo(aStr,GetDescriptionOfMarkedGluePoints(),SDRREPFUNC_OBJ_MOVE); in MoveMarkedGluePoints()
381 BegUndo(aStr,GetDescriptionOfMarkedGluePoints(),SDRREPFUNC_OBJ_RESIZE); in ResizeMarkedGluePoints()
399 BegUndo(aStr,GetDescriptionOfMarkedGluePoints(),SDRREPFUNC_OBJ_ROTATE); in RotateMarkedGluePoints()
H A Dsvdpoev.cxx212 BegUndo(ImpGetResStr(STR_EditSetPointsSmooth), GetDescriptionOfMarkedPoints()); in SetMarkedPointsSmooth()
247 BegUndo(ImpGetResStr(STR_EditSetSegmentsKind), GetDescriptionOfMarkedPoints()); in SetMarkedSegmentsKind()
315 BegUndo(ImpGetResStr(STR_EditDelete),GetDescriptionOfMarkedPoints(),SDRREPFUNC_OBJ_DELETE); in DeleteMarkedPoints()
367 BegUndo(ImpGetResStr(STR_EditRipUp), GetDescriptionOfMarkedPoints()); in RipUpAtMarkedPoints()
560 BegUndo(ImpGetResStr(STR_EditShut),GetDescriptionOfMarkedPoints()); in CloseMarkedObjects()
688 BegUndo(aStr,GetDescriptionOfMarkedPoints(),SDRREPFUNC_OBJ_MOVE); in MoveMarkedPoints()
710 BegUndo(aStr,GetDescriptionOfMarkedPoints(),SDRREPFUNC_OBJ_RESIZE); in ResizeMarkedPoints()
732 BegUndo(aStr,GetDescriptionOfMarkedPoints(),SDRREPFUNC_OBJ_ROTATE); in RotateMarkedPoints()
H A Dsvdedtv2.cxx99 BegUndo(ImpGetResStr(STR_EditMovToTop),GetDescriptionOfMarkedObjects(),SDRREPFUNC_OBJ_MOVTOTOP); in MovMarkedToTop()
187 BegUndo(ImpGetResStr(STR_EditMovToBtm),GetDescriptionOfMarkedObjects(),SDRREPFUNC_OBJ_MOVTOBTM); in MovMarkedToBtm()
280 BegUndo(ImpGetResStr(STR_EditPutToTop),GetDescriptionOfMarkedObjects(),SDRREPFUNC_OBJ_PUTTOTOP); in PutMarkedInFrontOfObj()
383 BegUndo(ImpGetResStr(STR_EditPutToBtm),GetDescriptionOfMarkedObjects(),SDRREPFUNC_OBJ_PUTTOBTM); in PutMarkedBehindObj()
826 BegUndo(); in DECLARE_LIST()
1033 BegUndo(); in MergeMarkedObjects()
1662 BegUndo(String(), String(), in DismantleMarkedObjects()
1727 BegUndo(ImpGetResStr(STR_EditGroup),GetDescriptionOfMarkedObjects(),SDRREPFUNC_OBJ_GROUP); in GroupMarked()
1850 BegUndo(String(), String(), SDRREPFUNC_OBJ_UNGROUP); in UnGroupMarked()
1988 BegUndo(ImpGetResStr(nDscrID), GetDescriptionOfMarkedObjects()); in ImpConvertTo()
[all …]
H A Dsvdedtv1.cxx105 BegUndo(aStr); in SetMarkedObjRect()
235 BegUndo(aStr); in ResizeMarkedObj()
272 BegUndo(aStr); in ResizeMultMarkedObj()
339 BegUndo(aStr); in RotateMarkedObj()
401 BegUndo(aStr); in MirrorMarkedObj()
494 BegUndo(aStr); in ShearMarkedObj()
611 BegUndo(aStr); in CrookMarkedObj()
685 BegUndo(aStr); in DistortMarkedObj()
1044 BegUndo(aStr); in SetAttrToMarked()
1227 BegUndo(aStr); in SetStyleSheetToMarked()
[all …]
H A Dsvdmodel.cxx506 void SdrModel::BegUndo() in BegUndo() function in SdrModel
528 void SdrModel::BegUndo(const XubString& rComment) in BegUndo() function in SdrModel
538 BegUndo(); in BegUndo()
546 void SdrModel::BegUndo(const XubString& rComment, const XubString& rObjDescr, SdrRepeatFunc eFunc) in BegUndo() function in SdrModel
562 BegUndo(); in BegUndo()
572 void SdrModel::BegUndo(SdrUndoGroup* pUndoGrp) in BegUndo() function in SdrModel
1571 BegUndo(ImpGetResStr(STR_UndoMergeModel)); in CopyPages()
1656 BegUndo(ImpGetResStr(STR_UndoMergeModel)); in Merge()
H A Dsvdedtv.cxx234 BegUndo(ImpGetResStr(STR_UndoDelLayer)); in DeleteLayer()
730 BegUndo(); in DeleteMarkedList()
818 BegUndo(ImpGetResStr(STR_EditDelete),GetDescriptionOfMarkedObjects(),SDRREPFUNC_OBJ_DELETE); in DeleteMarkedObj()
H A Dsvddrgv.cxx568 BegUndo(aInsPointUndoStr); in EndDragObj()
594 BegUndo(aInsPointUndoStr); in EndDragObj()
/trunk/main/sd/source/ui/view/
H A Dsdview4.cxx122 BegUndo(String(SdResId(STR_UNDO_DRAGDROP))); in InsertGraphic()
140 BegUndo(String(SdResId(STR_INSERTGRAPHIC))); in InsertGraphic()
250 BegUndo(String(SdResId(STR_UNDO_DRAGDROP))); in InsertGraphic()
314 BegUndo(String(SdResId(STR_UNDO_DRAGDROP))); in InsertMediaURL()
H A Dsdview3.cxx422 BegUndo(String(SdResId(STR_MODIFYLAYER))); in InsertData()
506 BegUndo(String(SdResId(STR_UNDO_DRAGDROP))); in InsertData()
741 BegUndo( String( SdResId(STR_UNDO_DRAGDROP ) ) ); in InsertData()
771 BegUndo( String( SdResId( STR_UNDO_DRAGDROP ) ) ); in InsertData()
1340 BegUndo( String( SdResId( STR_UNDO_DRAGDROP ) ) ); in InsertData()
H A Dsdview2.cxx293 BegUndo( ( aStr += sal_Unicode(' ') ) += GetDescriptionOfMarkedObjects() ); in DoCut()
424 BegUndo(aStr); in StartDrag()
449 BegUndo(); in DragFinished()
H A DGraphicObjectBar.cxx167 mpView->BegUndo( aStr ); in ExecuteFilter()
/trunk/main/svx/source/table/
H A Dtablecontroller.cxx545 mpModel->BegUndo( ImpGetResStr(STR_TABLE_INSCOL) ); in onInsert()
578 mpModel->BegUndo( ImpGetResStr(STR_TABLE_INSROW ) ); in onInsert()
863 pModel->BegUndo( ImpGetResStr(STR_TABLE_STYLE) ); in SetTableStyle()
955 pModel->BegUndo( ImpGetResStr(STR_TABLE_STYLE_SETTINGS) ); in SetTableStyleSettings()
1055 mpModel->BegUndo( ImpGetResStr(STR_TABLE_SPLIT) ); in SplitMarkedCells()
1087 mpModel->BegUndo( ImpGetResStr(STR_TABLE_DISTRIBUTE_COLUMNS) ); in DistributeColumns()
1108 mpModel->BegUndo( ImpGetResStr(STR_TABLE_DISTRIBUTE_ROWS) ); in DistributeRows()
1607 mpModel->BegUndo( ImpGetResStr(STR_TABLE_MERGE) ); in MergeRange()
2321 mpModel->BegUndo( ImpGetResStr(STR_TABLE_NUMFORMAT) ); in SetAttrToSelectedCells()
2528 mpModel->BegUndo( ImpGetResStr(STR_TABLE_NUMFORMAT) ); in ApplyFormatPaintBrush()
H A Dtablemodel.cxx755 pModel->BegUndo( ImpGetResStr(STR_TABLE_INSCOL) ); in insertColumns()
831 pModel->BegUndo( ImpGetResStr(STR_UNDO_COL_DELETE) ); in removeColumns()
943 pModel->BegUndo( ImpGetResStr(STR_TABLE_INSROW) ); in insertRows()
1002 pModel->BegUndo( ImpGetResStr(STR_UNDO_ROW_DELETE) ); in removeRows()
H A Dcellcursor.cxx268 pModel->BegUndo( ImpGetResStr(STR_TABLE_MERGE) ); in merge()
533 pModel->BegUndo( ImpGetResStr(STR_TABLE_SPLIT) ); in split()
/trunk/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx376 mpDoc->BegUndo( String( SdResId( STR_ANNOTATION_UNDO_INSERT ) ) ); in InsertAnnotation()
526 mpDoc->BegUndo( String( SdResId( STR_ANNOTATION_UNDO_DELETE ) ) ); in DeleteAnnotation()
540 mpDoc->BegUndo( String( SdResId( STR_ANNOTATION_UNDO_DELETE ) ) ); in DeleteAnnotationsByAuthor()
570 mpDoc->BegUndo( String( SdResId( STR_ANNOTATION_UNDO_DELETE ) ) ); in DeleteAllAnnotations()
/trunk/main/sc/source/ui/view/
H A Ddrawview.cxx276 BegUndo( ScGlobal::GetRscString( STR_UNDO_SELATTR ) ); in SetMarkedToLayer()
346 BegUndo( ScGlobal::GetRscString( STR_UNDO_CUT ) ); in DoCut()
993 BegUndo(rBeginUndoText); in ApplyGraphicToObject()
/trunk/main/svx/source/form/
H A Dnavigatortree.cxx513 pFormModel->BegUndo(aUndoStr); in Command()
526 pFormModel->BegUndo(aUndoStr); in Command()
1089 pFormModel->BegUndo(aUndoStr); in implExecuteDataTransfer()
1163 pFormModel->BegUndo(strUndoDescription); in implExecuteDataTransfer()
1905 pFormModel->BegUndo(aUndoStr); in DeleteSelection()
H A Dfmpgeimp.cxx436 pModel->BegUndo(aUndoStr); in getDefaultForm()
520 pModel->BegUndo(aUndoStr); in findPlaceInFormComponentHierarchy()
/trunk/main/svx/source/engine3d/
H A Dview3d.cxx490 BegUndo(SVX_RESSTR(RID_SVX_3D_UNDO_EXCHANGE_PASTE)); in Paste()
890 BegUndo(SVX_RESSTR(RID_SVX_3D_UNDO_EXTRUDE)); in ConvertMarkedObjTo3D()
892 BegUndo(SVX_RESSTR(RID_SVX_3D_UNDO_LATHE)); in ConvertMarkedObjTo3D()
1731 BegUndo(String(SVX_RESSTR(RID_SVX_3D_UNDO_BREAK_LATHE))); in Break3DObj()
/trunk/main/sd/source/core/
H A Ddrawdoc3.cxx592 BegUndo(String(SdResId(STR_UNDO_INSERTPAGES))); in InsertBookmarkAsPage()
1439 BegUndo(); in RemoveUnnecessaryMasterPages()
1865 BegUndo(); in SetMasterPage()
2014 BegUndo(); in SetMasterPage()
/trunk/main/svx/source/toolbars/
H A Dfontworkbar.cxx487 pSdrView->BegUndo( aStr ); in execute()
562 pSdrView->BegUndo( aStr ); in execute()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsClipboard.cxx134 mpDocument->BegUndo(rpTheme->GetString(view::Theme::String_DragAndDropPages)); in UndoContext()
136 mpDocument->BegUndo(rpTheme->GetString(view::Theme::String_DragAndDropSlides)); in UndoContext()
/trunk/main/sd/source/ui/func/
H A Dfuvect.cxx101 mpView->BegUndo( aStr ); in DoExecute()

Completed in 238 milliseconds

123