Home
last modified time | relevance | path

Searched refs:aUndo (Results 1 – 12 of 12) sorted by path

/trunk/main/chart2/source/controller/main/
H A DUndoCommandDispatch.cxx82 OUString aUndo = OUString( String( SvtResId( STR_UNDO ))); in fireStatusEvent() local
83 aUndoState <<= ( aUndo + m_xUndoManager->getCurrentUndoActionTitle()); in fireStatusEvent()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx1463 String aUndo = ScGlobal::GetRscString( STR_UNDO_INSERTCELLS ); in InsertCells() local
1465 rDocShell.GetUndoManager()->EnterListAction( aUndo, aUndo ); in InsertCells()
1869 String aUndo = ScGlobal::GetRscString( STR_UNDO_DELETECELLS ); in DeleteCells() local
1871 rDocShell.GetUndoManager()->EnterListAction( aUndo, aUndo ); in DeleteCells()
4767 String aUndo = ScGlobal::GetRscString( STR_UNDO_RESIZEMATRIX ); in ResizeMatrix() local
4769 rDocShell.GetUndoManager()->EnterListAction( aUndo, aUndo ); in ResizeMatrix()
4829 String aUndo = ScGlobal::GetRscString( STR_UNDO_INSERTAREALINK ); in InsertAreaLink() local
4830 rDocShell.GetUndoManager()->EnterListAction( aUndo, aUndo ); in InsertAreaLink()
/trunk/main/sc/source/ui/view/
H A Dcellsh2.cxx1208 String aUndo = ScGlobal::GetRscString( STR_UNDO_TEXTTOCOLUMNS ); in ExecuteDB() local
1209 pDocSh->GetUndoManager()->EnterListAction( aUndo, aUndo ); in ExecuteDB()
H A Ddbfunc.cxx342 const String aUndo = ScGlobal::GetRscString( STR_UNDO_QUERY ); in ToggleAutoFilter() local
343 pDocSh->GetUndoManager()->EnterListAction( aUndo, aUndo ); in ToggleAutoFilter()
481 const String aUndo = ScGlobal::GetRscString( STR_UNDO_QUERY ); in HideAutoFilter() local
482 pDocSh->GetUndoManager()->EnterListAction( aUndo, aUndo ); in HideAutoFilter()
H A Ddbfunc3.cxx2195 String aUndo = ScGlobal::GetRscString( STR_UNDO_DOOUTLINE ); in ShowDataPilotSourceData() local
2196 pMgr->EnterListAction( aUndo, aUndo ); in ShowDataPilotSourceData()
H A Dformatsh.cxx506 String aUndo = ScGlobal::GetRscString( STR_UNDO_EDITCELLSTYLE ); in ExecuteStyle() local
507 pDocSh->GetUndoManager()->EnterListAction( aUndo, aUndo ); in ExecuteStyle()
568 String aUndo = ScGlobal::GetRscString( STR_UNDO_EDITCELLSTYLE ); in ExecuteStyle() local
569 pDocSh->GetUndoManager()->EnterListAction( aUndo, aUndo ); in ExecuteStyle()
H A Dgridwin.cxx3973 String aUndo = ScGlobal::GetRscString( bIsMove ? STR_UNDO_MOVE : STR_UNDO_COPY ); in DropTransferObj() local
3974 pDocSh->GetUndoManager()->EnterListAction( aUndo, aUndo ); in DropTransferObj()
4110 String aUndo = ScGlobal::GetRscString( STR_UNDO_COPY ); in DropTransferObj() local
4111 pDocSh->GetUndoManager()->EnterListAction( aUndo, aUndo ); in DropTransferObj()
4170 String aUndo = ScGlobal::GetRscString( bIsMove ? STR_UNDO_MOVE : STR_UNDO_COPY ); in DropTransferObj() local
4171 pDocSh->GetUndoManager()->EnterListAction( aUndo, aUndo ); in DropTransferObj()
H A Dgridwin2.cxx959 String aUndo = ScGlobal::GetRscString( STR_UNDO_DRAG_BREAK ); in PagebreakMove() local
960 pDocSh->GetUndoManager()->EnterListAction( aUndo, aUndo ); in PagebreakMove()
H A Dtabvwshf.cxx675 String aUndo = ScGlobal::GetRscString( STR_UNDO_TAB_RTL ); in ExecuteTable() local
676 pUndoManager->EnterListAction( aUndo, aUndo ); in ExecuteTable()
H A Dviewfun3.cxx1274 … String aUndo = ScGlobal::GetRscString( pClipDoc->IsCutMode() ? STR_UNDO_MOVE : STR_UNDO_COPY ); in PasteFromClip() local
1275 pUndoMgr->EnterListAction( aUndo, aUndo ); in PasteFromClip()
1673 String aUndo = ScGlobal::GetRscString( in PasteMultiRangesFromClip() local
1675 pUndoMgr->EnterListAction(aUndo, aUndo); in PasteMultiRangesFromClip()
1755 String aUndo = ScGlobal::GetRscString( bCut ? STR_UNDO_MOVE : STR_UNDO_COPY ); in MoveBlockTo() local
1756 pDocSh->GetUndoManager()->EnterListAction( aUndo, aUndo ); in MoveBlockTo()
H A Dviewfunc.cxx2550 String aUndo = ScGlobal::GetRscString( STR_UNDO_PROTECT_TAB ); in ProtectSheet() local
2551 pDocSh->GetUndoManager()->EnterListAction( aUndo, aUndo ); in ProtectSheet()
2581 String aUndo = ScGlobal::GetRscString( STR_UNDO_PROTECT_TAB ); in Protect() local
2582 pDocSh->GetUndoManager()->EnterListAction( aUndo, aUndo ); in Protect()
2614 String aUndo = ScGlobal::GetRscString( STR_UNDO_UNPROTECT_TAB ); in Unprotect() local
2615 pDocSh->GetUndoManager()->EnterListAction( aUndo, aUndo ); in Unprotect()
/trunk/main/sd/source/ui/view/
H A Ddrawview.cxx584 String aUndo( SVX_RES(STR_EditDelete) ); in DeleteMarked() local
586 aUndo.SearchAndReplace(aSearchString, GetDescriptionOfMarkedObjects()); in DeleteMarked()
587 pUndoManager->EnterListAction(aUndo, aUndo); in DeleteMarked()

Completed in 158 milliseconds