Lines Matching refs:SwEditShell
44 SwEditShell::SwEditShell( SwEditShell& rEdSH, Window *pWindow ) in SwEditShell() function in SwEditShell
52 SwEditShell::SwEditShell( SwDoc& rDoc, Window *pWindow, const SwViewOption *pOptions ) in SwEditShell() function in SwEditShell
59 SwEditShell::~SwEditShell() // USED in ~SwEditShell()
68 sal_Bool SwEditShell::IsModified() const in IsModified()
77 void SwEditShell::SetModified() in SetModified()
86 void SwEditShell::ResetModified() in ResetModified()
91 void SwEditShell::SetUndoNoResetModified() in SetUndoNoResetModified()
102 void SwEditShell::StartAllAction() in StartAllAction()
106 if( pSh->IsA( TYPE( SwEditShell ) ) ) in StartAllAction()
107 ((SwEditShell*)pSh)->StartAction(); in StartAllAction()
118 void SwEditShell::EndAllAction() in EndAllAction()
122 if( pSh->IsA( TYPE( SwEditShell ) ) ) in EndAllAction()
123 ((SwEditShell*)pSh)->EndAction(); in EndAllAction()
135 void SwEditShell::CalcLayout() in CalcLayout()
158 sal_uInt16 SwEditShell::GetCntType() const in GetCntType()
179 sal_Bool SwEditShell::HasOtherCnt() const in HasOtherCnt()
204 SwActContext::SwActContext(SwEditShell *pShell) in SwActContext()
222 SwMvContext::SwMvContext(SwEditShell *pShell ) : pSh(pShell) in SwMvContext()
234 SwFrmFmt *SwEditShell::GetTableFmt() // OPT: schnellster Test auf Tabelle? in GetTableFmt()
243 sal_uInt16 SwEditShell::GetTOXTypeCount(TOXTypes eTyp) const in GetTOXTypeCount()
249 void SwEditShell::InsertTOXType(const SwTOXType& rTyp) in InsertTOXType()
256 void SwEditShell::DoUndo( sal_Bool bOn ) in DoUndo()
260 sal_Bool SwEditShell::DoesUndo() const in DoesUndo()
264 void SwEditShell::DoGroupUndo( sal_Bool bOn ) in DoGroupUndo()
268 sal_Bool SwEditShell::DoesGroupUndo() const in DoesGroupUndo()
272 void SwEditShell::DelAllUndoObj() in DelAllUndoObj()
283 SwUndoId SwEditShell::StartUndo( SwUndoId eUndoId, in StartUndo()
290 SwUndoId SwEditShell::EndUndo(SwUndoId eUndoId, in EndUndo()
295 bool SwEditShell::GetLastUndoInfo(::rtl::OUString *const o_pStr, in GetLastUndoInfo()
299 bool SwEditShell::GetFirstRedoInfo(::rtl::OUString *const o_pStr) const in GetFirstRedoInfo()
302 SwUndoId SwEditShell::GetRepeatInfo(::rtl::OUString *const o_pStr) const in GetRepeatInfo()
308 void SwEditShell::AutoCorrect( SvxAutoCorrect& rACorr, sal_Bool bInsert, in AutoCorrect()
328 void SwEditShell::SetNewDoc(sal_Bool bNew) in SetNewDoc()
334 sal_Bool SwEditShell::GetPrevAutoCorrWord( SvxAutoCorrect& rACorr, String& rWord ) in GetPrevAutoCorrWord()
353 SwAutoCompleteWord& SwEditShell::GetAutoCompleteWords() in GetAutoCompleteWords()