/aoo41x/main/svx/inc/svx/ |
H A D | svdedtv.hxx | 207 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 D | svdmodel.hxx | 581 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
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdglev.cxx | 132 BegUndo(ImpGetResStr(STR_EditSetGlueEscDir),GetDescriptionOfMarkedGluePoints()); in SetMarkedGluePointsEscDir() 169 BegUndo(ImpGetResStr(STR_EditSetGluePercent),GetDescriptionOfMarkedGluePoints()); in SetMarkedGluePointsPercent() 225 BegUndo(ImpGetResStr(STR_EditSetGlueAlign),GetDescriptionOfMarkedGluePoints()); in SetMarkedGluePointsAlign() 243 BegUndo(ImpGetResStr(STR_EditDelete),GetDescriptionOfMarkedGluePoints(),SDRREPFUNC_OBJ_DELETE); in DeleteMarkedGluePoints() 288 BegUndo(); in ImpCopyMarkedGluePoints() 372 BegUndo(aStr,GetDescriptionOfMarkedGluePoints(),SDRREPFUNC_OBJ_MOVE); in MoveMarkedGluePoints() 391 BegUndo(aStr,GetDescriptionOfMarkedGluePoints(),SDRREPFUNC_OBJ_RESIZE); in ResizeMarkedGluePoints() 410 BegUndo(aStr,GetDescriptionOfMarkedGluePoints(),SDRREPFUNC_OBJ_ROTATE); in RotateMarkedGluePoints()
|
H A D | svdpoev.cxx | 212 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 D | svdedtv2.cxx | 99 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() 1656 BegUndo(String(), String(), in DismantleMarkedObjects() 1721 BegUndo(ImpGetResStr(STR_EditGroup),GetDescriptionOfMarkedObjects(),SDRREPFUNC_OBJ_GROUP); in GroupMarked() 1844 BegUndo(String(), String(), SDRREPFUNC_OBJ_UNGROUP); in UnGroupMarked() 1982 BegUndo(ImpGetResStr(nDscrID), GetDescriptionOfMarkedObjects()); in ImpConvertTo() [all …]
|
H A D | svdedtv1.cxx | 105 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 D | svdmodel.cxx | 506 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 D | svdedtv.cxx | 234 BegUndo(ImpGetResStr(STR_UndoDelLayer)); in DeleteLayer() 730 BegUndo(); in DeleteMarkedList() 818 BegUndo(ImpGetResStr(STR_EditDelete),GetDescriptionOfMarkedObjects(),SDRREPFUNC_OBJ_DELETE); in DeleteMarkedObj()
|
H A D | svddrgv.cxx | 568 BegUndo(aInsPointUndoStr); in EndDragObj() 594 BegUndo(aInsPointUndoStr); in EndDragObj()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | sdview4.cxx | 122 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 D | sdview3.cxx | 422 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 D | sdview2.cxx | 293 BegUndo( ( aStr += sal_Unicode(' ') ) += GetDescriptionOfMarkedObjects() ); in DoCut() 424 BegUndo(aStr); in StartDrag() 449 BegUndo(); in DragFinished()
|
H A D | GraphicObjectBar.cxx | 167 mpView->BegUndo( aStr ); in ExecuteFilter()
|
/aoo41x/main/svx/source/table/ |
H A D | tablecontroller.cxx | 545 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 D | tablemodel.cxx | 755 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 D | cellcursor.cxx | 268 pModel->BegUndo( ImpGetResStr(STR_TABLE_MERGE) ); in merge() 533 pModel->BegUndo( ImpGetResStr(STR_TABLE_SPLIT) ); in split()
|
/aoo41x/main/sd/source/ui/annotations/ |
H A D | annotationmanager.cxx | 376 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()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | drawview.cxx | 276 BegUndo( ScGlobal::GetRscString( STR_UNDO_SELATTR ) ); in SetMarkedToLayer() 346 BegUndo( ScGlobal::GetRscString( STR_UNDO_CUT ) ); in DoCut() 993 BegUndo(rBeginUndoText); in ApplyGraphicToObject()
|
/aoo41x/main/svx/source/form/ |
H A D | navigatortree.cxx | 513 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 D | fmpgeimp.cxx | 436 pModel->BegUndo(aUndoStr); in getDefaultForm() 520 pModel->BegUndo(aUndoStr); in findPlaceInFormComponentHierarchy()
|
/aoo41x/main/svx/source/engine3d/ |
H A D | view3d.cxx | 490 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()
|
/aoo41x/main/sd/source/core/ |
H A D | drawdoc3.cxx | 592 BegUndo(String(SdResId(STR_UNDO_INSERTPAGES))); in InsertBookmarkAsPage() 1439 BegUndo(); in RemoveUnnecessaryMasterPages() 1865 BegUndo(); in SetMasterPage() 2014 BegUndo(); in SetMasterPage()
|
/aoo41x/main/svx/source/toolbars/ |
H A D | fontworkbar.cxx | 493 pSdrView->BegUndo( aStr ); in execute() 568 pSdrView->BegUndo( aStr ); in execute()
|
/aoo41x/main/sd/source/ui/func/ |
H A D | fuvect.cxx | 101 mpView->BegUndo( aStr ); in DoExecute()
|
/aoo41x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsClipboard.cxx | 134 mpDocument->BegUndo(rpTheme->GetString(view::Theme::String_DragAndDropPages)); in UndoContext() 136 mpDocument->BegUndo(rpTheme->GetString(view::Theme::String_DragAndDropSlides)); in UndoContext()
|