Home
last modified time | relevance | path

Searched refs:GetRepeatInfo (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/core/edit/ !
H A Dedws.cxx302 SwUndoId SwEditShell::GetRepeatInfo(::rtl::OUString *const o_pStr) const in GetRepeatInfo() function in SwEditShell
303 { return GetDoc()->GetIDocumentUndoRedo().GetRepeatInfo(o_pStr); } in GetRepeatInfo()
/trunk/main/sw/source/core/inc/ !
H A DUndoManager.hxx73 virtual SwUndoId GetRepeatInfo(::rtl::OUString *const o_pStr) const;
/trunk/main/sw/inc/ !
H A DIDocumentUndoRedo.hxx188 virtual SwUndoId GetRepeatInfo(::rtl::OUString *const o_pStr) const = 0;
H A Deditsh.hxx529 SwUndoId GetRepeatInfo(::rtl::OUString *const o_pStr) const;
/trunk/main/sw/source/ui/wrtsh/ !
H A Dwrtundo.cxx163 GetRepeatInfo(& str); in GetRepeatString()
/trunk/main/sw/source/core/undo/ !
H A Ddocundo.cxx382 SwUndoId UndoManager::GetRepeatInfo(::rtl::OUString *const o_pStr) const in GetRepeatInfo() function in sw::UndoManager
/trunk/main/sw/source/ui/shells/ !
H A Dbasesh.cxx572 (UNDO_EMPTY != rSh.GetRepeatInfo(0))) in StateUndo()