/trunk/main/sd/source/core/undo/ |
H A D | undomanager.cxx | 38 void UndoManager::EnterListAction(const UniString &rComment, const UniString& rRepeatComment, sal_u… in EnterListAction() function in UndoManager 43 SdrUndoManager::EnterListAction( rComment, rRepeatComment, nId ); in EnterListAction()
|
/trunk/main/svl/inc/svl/ |
H A D | undo.hxx | 280 …virtual void EnterListAction(const UniString &rComment, const UniString& rRepeatComment… 375 …virtual void EnterListAction(const UniString &rComment, const UniString& rRepeatComment…
|
/trunk/main/sd/source/ui/func/ |
H A D | fubullet.cxx | 146 rUndoMgr.EnterListAction(String(SdResId(STR_UNDO_INSERT_SPECCHAR)), in InsertFormattingMark() 276 rUndoMgr.EnterListAction(String(SdResId(STR_UNDO_INSERT_SPECCHAR)), in InsertSpecialCharacter()
|
H A D | fupage.cxx | 414 pUndoMgr->EnterListAction(aComment, aComment); in ExecuteDialog()
|
H A D | fuinsfil.cxx | 708 pDocliner->GetUndoManager().EnterListAction( in InsTextOrRTFinOlMode()
|
H A D | fuoaprms.cxx | 645 pUndoMgr->EnterListAction(aComment, aComment); in DoExecute()
|
/trunk/main/sw/source/core/undo/ |
H A D | docundo.cxx | 219 SdrUndoManager::EnterListAction(comment, comment, eUndoId); in StartUndo() 578 EnterListAction(comment, rcomment, nId); in Repeat()
|
/trunk/main/sd/source/ui/view/ |
H A D | drawview.cxx | 221 mpDocSh->GetUndoManager()->EnterListAction( aComment, String() ); in SetAttributes() 587 pUndoManager->EnterListAction(aUndo, aUndo); in DeleteMarked()
|
H A D | ViewShellImplementation.cxx | 199 pUndoManager->EnterListAction(aComment, aComment); in ProcessModifyPageSlot()
|
/trunk/main/sc/source/ui/view/ |
H A D | dbfunc.cxx | 343 pDocSh->GetUndoManager()->EnterListAction( aUndo, aUndo ); in ToggleAutoFilter() 482 pDocSh->GetUndoManager()->EnterListAction( aUndo, aUndo ); in HideAutoFilter()
|
H A D | viewfun3.cxx | 1275 pUndoMgr->EnterListAction( aUndo, aUndo ); in PasteFromClip() 1675 pUndoMgr->EnterListAction(aUndo, aUndo); in PasteMultiRangesFromClip() 1756 pDocSh->GetUndoManager()->EnterListAction( aUndo, aUndo ); in MoveBlockTo()
|
H A D | viewfunc.cxx | 2551 pDocSh->GetUndoManager()->EnterListAction( aUndo, aUndo ); in ProtectSheet() 2582 pDocSh->GetUndoManager()->EnterListAction( aUndo, aUndo ); in Protect() 2615 pDocSh->GetUndoManager()->EnterListAction( aUndo, aUndo ); in Unprotect()
|
H A D | tabvwshf.cxx | 676 pUndoManager->EnterListAction( aUndo, aUndo ); in ExecuteTable()
|
H A D | formatsh.cxx | 507 pDocSh->GetUndoManager()->EnterListAction( aUndo, aUndo ); in ExecuteStyle() 569 pDocSh->GetUndoManager()->EnterListAction( aUndo, aUndo ); in ExecuteStyle()
|
/trunk/main/sd/inc/undo/ |
H A D | undomanager.hxx | 38 …virtual void EnterListAction(const UniString &rComment, const UniString& rRepeatComment…
|
/trunk/main/editeng/source/editeng/ |
H A D | impedit5.cxx | 249 GetUndoManager().EnterListAction( GetEditEnginePtr()->GetUndoComment( nId ), XubString(), nId ); in UndoActionStart() 259 GetUndoManager().EnterListAction( GetEditEnginePtr()->GetUndoComment( nId ), XubString(), nId ); in UndoActionStart()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdmodel.cxx | 511 mpImpl->mpUndoManager->EnterListAction(aEmpty,aEmpty); in BegUndo() 533 mpImpl->mpUndoManager->EnterListAction( rComment, aEmpty ); in BegUndo() 557 mpImpl->mpUndoManager->EnterListAction( aComment,aEmpty ); in BegUndo()
|
/trunk/main/sc/source/ui/drawfunc/ |
H A D | futext3.cxx | 95 pUndoMgr->EnterListAction( aUndoStr, aUndoStr ); in StopEditMode()
|
/trunk/main/sd/source/ui/sidebar/ |
H A D | DocumentHelper.cxx | 339 pUndoMgr->EnterListAction(String(SdResId(STR_UNDO_SET_PRESLAYOUT)), String()); in AssignMasterPageToPageList()
|
/trunk/main/reportdesign/inc/ |
H A D | UndoActions.hxx | 131 m_rUndoManager.EnterListAction( i_undoTitle, String() ); in UndoContext()
|
/trunk/main/reportdesign/source/ui/report/ |
H A D | SectionWindow.cxx | 328 …getViewsWindow()->getView()->getReportView()->getController().getUndoManager().EnterListAction( sU…
|
/trunk/main/reportdesign/source/ui/dlg/ |
H A D | GroupsSorting.cxx | 454 m_pParent->m_pController->getUndoManager().EnterListAction( sUndoAction, String() ); in SaveModified() 823 m_pParent->m_pController->getUndoManager().EnterListAction( sUndoAction, String() ); in DeleteRows()
|
/trunk/main/sd/source/core/ |
H A D | drawdoc3.cxx | 538 pUndoMgr->EnterListAction(String(SdResId(STR_UNDO_INSERTPAGES)), String()); in InsertBookmarkAsPage() 1582 pUndoMgr->EnterListAction(String(SdResId(STR_UNDO_SET_PRESLAYOUT)), String()); in SetMasterPage()
|
/trunk/main/framework/source/fwe/helper/ |
H A D | undomanagerhelper.cxx | 596 rUndoManager.EnterListAction( i_title, ::rtl::OUString() ); in impl_enterUndoContext()
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 1465 rDocShell.GetUndoManager()->EnterListAction( aUndo, aUndo ); in InsertCells() 1871 rDocShell.GetUndoManager()->EnterListAction( aUndo, aUndo ); in DeleteCells() 4769 rDocShell.GetUndoManager()->EnterListAction( aUndo, aUndo ); in ResizeMatrix() 4830 rDocShell.GetUndoManager()->EnterListAction( aUndo, aUndo ); in InsertAreaLink()
|