/aoo4110/main/chart2/source/controller/main/ |
H A D | ChartController_Insert.cxx | 118 UndoGuard aUndoGuard( in executeDispatch_InsertAxes() 156 UndoGuard aUndoGuard( in executeDispatch_InsertGrid() 193 UndoGuard aUndoGuard( in executeDispatch_InsertTitles() 224 UndoGuard aUndoGuard( in executeDispatch_DeleteLegend() 235 UndoGuard aUndoGuard( in executeDispatch_InsertLegend() 246 UndoGuard aUndoGuard( in executeDispatch_OpenLegendDialog() 277 UndoGuard aUndoGuard( in executeDispatch_InsertMenu_DataLabels() 350 UndoGuard aUndoGuard( in executeDispatch_InsertMenu_YErrorBars() 588 UndoGuard aUndoGuard = UndoGuard( in executeDispatch_InsertTrendlineEquation() 605 UndoGuard aUndoGuard = UndoGuard( in executeDispatch_InsertR2Value() [all …]
|
H A D | ChartController_Tools.cxx | 142 ::chart::UndoGuard aUndoGuard( in lcl_deleteDataCurve() 233 UndoGuard aUndoGuard = UndoGuard( in executeDispatch_NewArrangement() 287 UndoGuard aUndoGuard = UndoGuard( in executeDispatch_ScaleText() 656 UndoGuard aUndoGuard = UndoGuard( in executeDispatch_Delete() 675 UndoGuard aUndoGuard = UndoGuard( in executeDispatch_Delete() 715 UndoGuard aUndoGuard = UndoGuard( in executeDispatch_Delete() 738 UndoGuard aUndoGuard = UndoGuard( in executeDispatch_Delete() 761 UndoGuard aUndoGuard = UndoGuard( in executeDispatch_Delete() 784 UndoGuard aUndoGuard = UndoGuard( in executeDispatch_Delete() 851 UndoGuard aUndoGuard = UndoGuard( in executeDispatch_ToggleLegend() [all …]
|
H A D | UndoGuard.cxx | 46 UndoGuard::UndoGuard( const OUString& i_undoString, const uno::Reference< document::XUndoManager > … in UndoGuard() function in chart::UndoGuard 59 UndoGuard::~UndoGuard() in ~UndoGuard() 67 void UndoGuard::commit() in commit() 87 void UndoGuard::rollback() in rollback() 95 void UndoGuard::discardSnapshot() in discardSnapshot() 105 :UndoGuard( i_undoString, i_undoManager, E_MODEL ) in UndoLiveUpdateGuard() 119 :UndoGuard( i_undoString, i_undoManager, E_MODEL_WITH_DATA ) in UndoLiveUpdateGuardWithData() 133 :UndoGuard( i_undoString, i_undoManager, E_MODEL_WITH_SELECTION ) in UndoGuardWithSelection()
|
H A D | UndoGuard.hxx | 41 class UndoGuard class 44 explicit UndoGuard( 49 ~UndoGuard(); 72 class UndoLiveUpdateGuard : public UndoGuard 86 public UndoGuard 96 class UndoGuardWithSelection : public UndoGuard
|
H A D | makefile.mk | 71 $(SLO)$/UndoGuard.obj \
|
H A D | ChartController.hxx | 88 class UndoGuard; 580 …::std::auto_ptr< UndoGuard > m_pTextActionUndoG…
|
H A D | ChartController_Position.cxx | 137 UndoGuard aUndoGuard( in executeDispatch_PositionAndSize()
|
H A D | ChartController_TextEdit.cxx | 84 m_pTextActionUndoGuard.reset( new UndoGuard( in StartTextEdit()
|
H A D | ChartController_Window.cxx | 839 UndoGuard aUndoGuard( pChartDragMethod->getUndoDescription(), in execute_MouseButtonUp() 871 UndoGuard aUndoGuard( in execute_MouseButtonUp() 1846 UndoGuard aUndoGuard( ActionDescriptionProvider::createDescription( in impl_moveOrResizeObject()
|
/aoo4110/main/sw/inc/ |
H A D | IDocumentUndoRedo.hxx | 212 class UndoGuard class 216 UndoGuard(IDocumentUndoRedo & rUndoRedo) in UndoGuard() function in sw::UndoGuard 222 ~UndoGuard() in ~UndoGuard()
|
/aoo4110/main/sw/source/core/txtnode/ |
H A D | atrflyin.cxx | 115 ::sw::UndoGuard const undoGuard(pDoc->GetIDocumentUndoRedo()); in CopyFlyFmt() 189 ::sw::UndoGuard const undoGuard(pDoc->GetIDocumentUndoRedo()); in SetAnchor() 192 ::sw::UndoGuard const undoGuardFmt( in SetAnchor()
|
/aoo4110/main/sw/source/core/docnode/ |
H A D | ndcopy.cxx | 142 ::sw::UndoGuard const undoGuard(pDestDoc->GetIDocumentUndoRedo()); in lcl_CopyBookmarks() 661 ::sw::UndoGuard const undoGuard(pDestDoc->GetIDocumentUndoRedo()); in lcl_DeleteRedlines() 762 ::sw::UndoGuard const undoGuard(pDoc->GetIDocumentUndoRedo()); in CopyRange() 989 ::sw::UndoGuard const ug(pDoc->GetIDocumentUndoRedo()); in CopyImpl() 1119 ::sw::UndoGuard const ug(pDoc->GetIDocumentUndoRedo()); in CopyImpl() 1369 ::sw::UndoGuard const undoGuard(pDest->GetIDocumentUndoRedo()); in CopyWithFlyInFly()
|
H A D | nodes.cxx | 1803 ::sw::UndoGuard const ug(pInsDoc->GetIDocumentUndoRedo()); in MoveRange() 1832 ::sw::UndoGuard const undoGuard(pInsDoc->GetIDocumentUndoRedo()); in MoveRange() 1869 ::sw::UndoGuard const ug(pInsDoc->GetIDocumentUndoRedo()); in MoveRange() 1922 ::sw::UndoGuard const ug(pInsDoc->GetIDocumentUndoRedo()); in MoveRange()
|
H A D | ndsect.cxx | 654 ::sw::UndoGuard const undoGuard(GetIDocumentUndoRedo()); in UpdateSection() 687 ::sw::UndoGuard const undoGuard(GetIDocumentUndoRedo()); in UpdateSection()
|
/aoo4110/main/sw/source/core/edit/ |
H A D | edundo.cxx | 103 ::sw::UndoGuard const undoGuard(GetDoc()->GetIDocumentUndoRedo()); in Undo() 162 ::sw::UndoGuard const undoGuard(GetDoc()->GetIDocumentUndoRedo()); in Redo()
|
/aoo4110/main/sw/source/core/undo/ |
H A D | rolbck.cxx | 627 ::sw::UndoGuard const undoGuard(pDoc->GetIDocumentUndoRedo()); in SetInDoc() 794 ::sw::UndoGuard const undoGuard(pDoc->GetIDocumentUndoRedo()); in SetInDoc() 878 ::sw::UndoGuard const undoGuard(pDoc->GetIDocumentUndoRedo()); in SetInDoc() 923 ::sw::UndoGuard const undoGuard(pDoc->GetIDocumentUndoRedo()); in SetInDoc()
|
H A D | undel.cxx | 163 ::sw::UndoGuard const undoGuard(pDoc->GetIDocumentUndoRedo()); in SwUndoDelete() 267 ::sw::UndoGuard const ug(pDoc->GetIDocumentUndoRedo()); in SwUndoDelete() 291 ::sw::UndoGuard const ug(pDoc->GetIDocumentUndoRedo()); in SwUndoDelete()
|
H A D | SwUndoPageDesc.cxx | 367 ::sw::UndoGuard const undoGuard(pDoc->GetIDocumentUndoRedo()); in RepeatImpl() 413 ::sw::UndoGuard const undoGuard(pDoc->GetIDocumentUndoRedo()); in RepeatImpl()
|
H A D | undobj.cxx | 360 ::sw::UndoGuard const undoGuard(rDoc.GetIDocumentUndoRedo()); in MoveToUndoNds() 452 ::sw::UndoGuard const undoGuard(rDoc.GetIDocumentUndoRedo()); in MoveFromUndoNds() 566 ::sw::UndoGuard const undoGuard(pDoc->GetIDocumentUndoRedo()); in DelCntntIndex()
|
H A D | SwUndoField.cxx | 118 ::sw::UndoGuard const undoGuard(pDoc->GetIDocumentUndoRedo()); in RepeatImpl()
|
H A D | docundo.cxx | 197 ::sw::UndoGuard const undoGuard(*this); in DelAllUndoObj()
|
/aoo4110/main/sw/source/core/view/ |
H A D | vprint.cxx | 266 ::sw::UndoGuard const ug(GetDoc()->GetIDocumentUndoRedo()); in ChgAllPageOrientation() 309 ::sw::UndoGuard const ug(GetDoc()->GetIDocumentUndoRedo()); in ChgAllPageSize()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | docfly.cxx | 378 ::sw::UndoGuard const undoGuard(rDoc.GetIDocumentUndoRedo()); in lcl_SetFlyFrmAttr() 527 ::sw::UndoGuard const undoGuard(GetIDocumentUndoRedo()); in SetFrmFmtToFly()
|
H A D | docedt.cxx | 920 ::sw::UndoGuard const undoGuard(GetIDocumentUndoRedo()); in MoveRange() 1371 ::sw::UndoGuard const undoGuard(pDoc->GetIDocumentUndoRedo()); in lcl_JoinText() 1596 ::sw::UndoGuard const undoGuard( GetIDocumentUndoRedo() ); in DeleteAndJoinWithRedlineImpl() 2467 ::sw::UndoGuard const undoGuard(GetIDocumentUndoRedo()); in ReplaceRangeImpl()
|
/aoo4110/main/sw/source/core/frmedt/ |
H A D | fedesc.cxx | 147 ::sw::UndoGuard const undoGuard(GetDoc()->GetIDocumentUndoRedo()); in ChgPageDesc()
|