Searched refs:GetLastUndoInfo (Results 1 – 16 of 16) sorted by relevance
/trunk/main/sw/source/core/edit/ |
H A D | edws.cxx | 297 bool SwEditShell::GetLastUndoInfo(::rtl::OUString *const o_pStr, in GetLastUndoInfo() function in SwEditShell 299 { return GetDoc()->GetIDocumentUndoRedo().GetLastUndoInfo(o_pStr, o_pId); } in GetLastUndoInfo()
|
H A D | edundo.cxx | 117 GetLastUndoInfo(0, & nLastUndoId); in Undo()
|
/trunk/main/sw/source/core/undo/ |
H A D | docundo.cxx | 290 UndoManager::GetLastUndoInfo( in GetLastUndoInfo() function in sw::UndoManager 385 GetLastUndoInfo(o_pStr, & nRepeatId); in GetRepeatInfo()
|
/trunk/main/sw/source/core/inc/ |
H A D | UndoManager.hxx | 65 virtual bool GetLastUndoInfo(::rtl::OUString *const o_pStr,
|
/trunk/main/sw/inc/ |
H A D | IDocumentUndoRedo.hxx | 149 virtual bool GetLastUndoInfo(::rtl::OUString *const o_pStr,
|
H A D | editsh.hxx | 528 bool GetLastUndoInfo(::rtl::OUString *const o_pStr,
|
/trunk/main/sw/source/ui/wrtsh/ |
H A D | wrtundo.cxx | 119 GetLastUndoInfo(& aUndoStr, 0); in GetDoString()
|
H A D | wrtsh2.cxx | 523 if (GetLastUndoInfo(0, & nLastUndoId)) in NavigatorPaste()
|
/trunk/main/sw/source/ui/uiview/ |
H A D | viewstat.cxx | 170 rSet.Put(SfxBoolItem(nWhich, pWrtShell->GetLastUndoInfo(0, 0))); in GetState()
|
/trunk/main/sw/source/ui/shells/ |
H A D | annotsh.cxx | 1548 else if (rSh.GetLastUndoInfo(0, 0)) in StateUndo() 1598 rSh.GetLastUndoInfo(0, 0)) in StateUndo()
|
H A D | basesh.cxx | 548 if (rSh.GetLastUndoInfo(0, 0)) in StateUndo() 582 if (rSh.GetLastUndoInfo(0, 0)) in StateUndo()
|
/trunk/main/sw/source/core/frmedt/ |
H A D | fefly1.cxx | 787 GetDoc()->GetIDocumentUndoRedo().GetLastUndoInfo(0, in NewFlyFrm()
|
/trunk/main/sw/source/core/doc/ |
H A D | doc.cxx | 2406 if (GetIDocumentUndoRedo().GetLastUndoInfo(0, & nLastUndoId) in RestoreInvisibleContent()
|
/trunk/main/sw/source/ui/dbui/ |
H A D | dbmgr.cxx | 2954 if (rWorkShell.GetLastUndoInfo(0, & nLastUndoId)) in MergeDocuments()
|
/trunk/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 2350 if (GetIDocumentUndoRedo().GetLastUndoInfo(0, & nLastUndoId) in MergeTbl()
|
/trunk/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 4295 if (rSh.GetLastUndoInfo(0, & nLastUndoId)) in MouseButtonUp()
|
Completed in 129 milliseconds