Lines Matching refs:SwEditShell
46 SwEditShell::SwEditShell( SwEditShell& rEdSH, Window *pWindow ) in SwEditShell() function in SwEditShell
54 SwEditShell::SwEditShell( SwDoc& rDoc, Window *pWindow, const SwViewOption *pOptions ) in SwEditShell() function in SwEditShell
61 SwEditShell::~SwEditShell() // USED in ~SwEditShell()
70 sal_Bool SwEditShell::IsModified() const in IsModified()
79 void SwEditShell::SetModified() in SetModified()
88 void SwEditShell::ResetModified() in ResetModified()
93 void SwEditShell::SetUndoNoResetModified() in SetUndoNoResetModified()
104 void SwEditShell::StartAllAction() in StartAllAction()
108 if( pSh->IsA( TYPE( SwEditShell ) ) ) in StartAllAction()
109 ((SwEditShell*)pSh)->StartAction(); in StartAllAction()
120 void SwEditShell::EndAllAction() in EndAllAction()
124 if( pSh->IsA( TYPE( SwEditShell ) ) ) in EndAllAction()
125 ((SwEditShell*)pSh)->EndAction(); in EndAllAction()
137 void SwEditShell::CalcLayout() in CalcLayout()
160 sal_uInt16 SwEditShell::GetCntType() const in GetCntType()
181 sal_Bool SwEditShell::HasOtherCnt() const in HasOtherCnt()
206 SwActKontext::SwActKontext(SwEditShell *pShell) in SwActKontext()
224 SwMvKontext::SwMvKontext(SwEditShell *pShell ) : pSh(pShell) in SwMvKontext()
236 SwFrmFmt *SwEditShell::GetTableFmt() // OPT: schnellster Test auf Tabelle? in GetTableFmt()
245 sal_uInt16 SwEditShell::GetTOXTypeCount(TOXTypes eTyp) const in GetTOXTypeCount()
251 void SwEditShell::InsertTOXType(const SwTOXType& rTyp) in InsertTOXType()
258 void SwEditShell::DoUndo( sal_Bool bOn ) in DoUndo()
262 sal_Bool SwEditShell::DoesUndo() const in DoesUndo()
266 void SwEditShell::DoGroupUndo( sal_Bool bOn ) in DoGroupUndo()
270 sal_Bool SwEditShell::DoesGroupUndo() const in DoesGroupUndo()
274 void SwEditShell::DelAllUndoObj() in DelAllUndoObj()
285 SwUndoId SwEditShell::StartUndo( SwUndoId eUndoId, in StartUndo()
292 SwUndoId SwEditShell::EndUndo(SwUndoId eUndoId, in EndUndo()
297 bool SwEditShell::GetLastUndoInfo(::rtl::OUString *const o_pStr, in GetLastUndoInfo()
301 bool SwEditShell::GetFirstRedoInfo(::rtl::OUString *const o_pStr) const in GetFirstRedoInfo()
304 SwUndoId SwEditShell::GetRepeatInfo(::rtl::OUString *const o_pStr) const in GetRepeatInfo()
310 void SwEditShell::AutoCorrect( SvxAutoCorrect& rACorr, sal_Bool bInsert, in AutoCorrect()
330 void SwEditShell::SetNewDoc(sal_Bool bNew) in SetNewDoc()
336 sal_Bool SwEditShell::GetPrevAutoCorrWord( SvxAutoCorrect& rACorr, String& rWord ) in GetPrevAutoCorrWord()
355 SwAutoCompleteWord& SwEditShell::GetAutoCompleteWords() in GetAutoCompleteWords()