Lines Matching refs:SwWrtShell

86 class SW_DLLPUBLIC SwWrtShell: public SwFEShell  class
105 typedef long (SwWrtShell::*SELECTFUNC)(const Point *, sal_Bool bProp );
193 typedef sal_Bool (SwWrtShell:: *FNSimpleMove)();
204 …sal_Bool NxtWrd ( sal_Bool bSelect = sal_False ) { return SimpleMove( &SwWrtShell::_NxtWrd, bSele… in NxtWrd()
205 …sal_Bool PrvWrd ( sal_Bool bSelect = sal_False ) { return SimpleMove( &SwWrtShell::_PrvWrd, bSele… in PrvWrd()
222 { return SimpleMove( &SwWrtShell::_FwdPara, bSelect ); } in FwdPara()
224 { return SimpleMove( &SwWrtShell::_BwdPara, bSelect ); } in BwdPara()
226 { return SimpleMove( &SwWrtShell::_FwdSentence, bSelect ); } in FwdSentence()
228 { return SimpleMove( &SwWrtShell::_BwdSentence, bSelect ); } in BwdSentence()
458 DECL_STATIC_LINK( SwWrtShell, InsertRegionDialog, SwSectionData* );
463 SwWrtShell( SwWrtShell&, Window *pWin, SwView &rShell);
464 SwWrtShell( SwDoc& rDoc, Window *pWin, SwView &rShell,
466 virtual ~SwWrtShell();
618 inline void SwWrtShell::ResetCursorStack() in ResetCursorStack()
624 inline void SwWrtShell::SelTblCells(const Link &rLink, sal_Bool bMark ) in SelTblCells()
630 inline void SwWrtShell::EndSelTblCells() in EndSelTblCells()
636 inline sal_Bool SwWrtShell::IsInClickToEdit() const { return bIsInClickToEdit; } in IsInClickToEdit()
638 inline sal_Bool SwWrtShell::Is_FnDragEQBeginDrag() const in Is_FnDragEQBeginDrag()
641 SELECTFUNC fnTmp = &SwWrtShell::BeginDrag; in Is_FnDragEQBeginDrag()
644 return sal::static_int_cast< sal_Bool >(fnDrag == &SwWrtShell::BeginDrag); in Is_FnDragEQBeginDrag()