Lines Matching refs:SwWrtShell
66 void SwWrtShell::Invalidate() in Invalidate()
73 sal_Bool SwWrtShell::SelNearestWrd() in SelNearestWrd()
85 sal_Bool SwWrtShell::SelWrd(const Point *pPt, sal_Bool ) in SelWrd()
103 void SwWrtShell::SelSentence(const Point *pPt, sal_Bool ) in SelSentence()
119 void SwWrtShell::SelPara(const Point *pPt, sal_Bool ) in SelPara()
136 long SwWrtShell::SelAll() in SelAll()
207 sal_uLong SwWrtShell::SearchPattern( const SearchOptions& rSearchOpt, sal_Bool bSearchInNotes, in SearchPattern()
229 sal_uLong SwWrtShell::SearchTempl( const String &rTempl, in SearchTempl()
236 SwTxtFmtColl *pColl = GetParaStyle(rTempl, SwWrtShell::GETSTYLE_CREATESOME); in SearchTempl()
239 pReplaceColl = GetParaStyle(*pReplTempl, SwWrtShell::GETSTYLE_CREATESOME ); in SearchTempl()
256 sal_uLong SwWrtShell::SearchAttr( const SfxItemSet& rFindSet, sal_Bool bNoColls, in SearchAttr()
281 void SwWrtShell::PushMode() in PushMode()
288 void SwWrtShell::PopMode() in PopMode()
314 long SwWrtShell::SetCrsr(const Point *pPt, sal_Bool bTextOnly) in SetCrsr()
328 long SwWrtShell::SetCrsrKillSel(const Point *pPt, sal_Bool bTextOnly ) in SetCrsrKillSel()
337 void SwWrtShell::UnSelectFrm() in UnSelectFrm()
351 long SwWrtShell::ResetSelect(const Point *,sal_Bool) in ResetSelect()
371 fnKillSel = &SwWrtShell::Ignore; in ResetSelect()
372 fnSetCrsr = &SwWrtShell::SetCrsr; in ResetSelect()
390 long SwWrtShell::Ignore(const Point *, sal_Bool ) { in Ignore()
400 void SwWrtShell::SttSelect() in SttSelect()
412 fnKillSel = &SwWrtShell::Ignore; in SttSelect()
413 fnSetCrsr = &SwWrtShell::SetCrsr; in SttSelect()
424 void SwWrtShell::EndSelect() in EndSelect()
431 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in EndSelect()
432 fnKillSel = &SwWrtShell::ResetSelect; in EndSelect()
446 long SwWrtShell::ExtSelWrd(const Point *pPt, sal_Bool ) in ExtSelWrd()
508 long SwWrtShell::ExtSelLn(const Point *pPt, sal_Bool ) in ExtSelLn()
554 void SwWrtShell::EnterStdMode() in EnterStdMode()
580 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in EnterStdMode()
581 fnKillSel = &SwWrtShell::ResetSelect; in EnterStdMode()
594 void SwWrtShell::EnterExtMode() in EnterExtMode()
610 void SwWrtShell::LeaveExtMode() in LeaveExtMode()
622 long SwWrtShell::SttLeaveSelect(const Point *, sal_Bool ) in SttLeaveSelect()
637 long SwWrtShell::AddLeaveSelect(const Point *, sal_Bool ) in AddLeaveSelect()
650 void SwWrtShell::EnterAddMode() in EnterAddMode()
655 fnLeaveSelect = &SwWrtShell::AddLeaveSelect; in EnterAddMode()
656 fnKillSel = &SwWrtShell::Ignore; in EnterAddMode()
657 fnSetCrsr = &SwWrtShell::SetCrsr; in EnterAddMode()
668 void SwWrtShell::LeaveAddMode() in LeaveAddMode()
670 fnLeaveSelect = &SwWrtShell::SttLeaveSelect; in LeaveAddMode()
671 fnKillSel = &SwWrtShell::ResetSelect; in LeaveAddMode()
672 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in LeaveAddMode()
681 void SwWrtShell::EnterBlockMode() in EnterBlockMode()
692 void SwWrtShell::LeaveBlockMode() in LeaveBlockMode()
704 void SwWrtShell::SetInsMode( sal_Bool bOn ) in SetInsMode()
715 void SwWrtShell::SetRedlineModeAndCheckInsMode( sal_uInt16 eMode ) in SetRedlineModeAndCheckInsMode()
727 long SwWrtShell::BeginFrmDrag(const Point *pPt, sal_Bool) in BeginFrmDrag()
742 void SwWrtShell::EnterSelFrmMode(const Point *pPos) in EnterSelFrmMode()
754 fnDrag = &SwWrtShell::BeginFrmDrag; in EnterSelFrmMode()
755 fnEndDrag = &SwWrtShell::UpdateLayoutFrm; in EnterSelFrmMode()
762 void SwWrtShell::LeaveSelFrmMode() in LeaveSelFrmMode()
764 fnDrag = &SwWrtShell::BeginDrag; in LeaveSelFrmMode()
765 fnEndDrag = &SwWrtShell::EndDrag; in LeaveSelFrmMode()
778 IMPL_LINK( SwWrtShell, ExecFlyMac, void *, pFlyFmt ) in IMPL_LINK() argument
797 long SwWrtShell::UpdateLayoutFrm(const Point *pPt, sal_Bool ) in UpdateLayoutFrm()
801 fnDrag = &SwWrtShell::BeginFrmDrag; in UpdateLayoutFrm()
811 long SwWrtShell::ToggleAddMode() in ToggleAddMode()
819 long SwWrtShell::ToggleBlockMode() in ToggleBlockMode()
827 long SwWrtShell::ToggleExtMode() in ToggleExtMode()
839 long SwWrtShell::BeginDrag(const Point * /*pPt*/, sal_Bool ) in BeginDrag()
847 fnDrag = &SwWrtShell::ExtSelWrd; in BeginDrag()
848 fnSetCrsr = &SwWrtShell::Ignore; in BeginDrag()
853 fnDrag = &SwWrtShell::ExtSelLn; in BeginDrag()
854 fnSetCrsr = &SwWrtShell::Ignore; in BeginDrag()
858 fnDrag = &SwWrtShell::Drag; in BeginDrag()
867 long SwWrtShell::Drag(const Point *, sal_Bool ) in Drag()
877 long SwWrtShell::EndDrag(const Point * /*pPt*/, sal_Bool ) in EndDrag()
879 fnDrag = &SwWrtShell::BeginDrag; in EndDrag()
890 sal_Bool SwWrtShell::SelectTableRowCol( const Point& rPt, const Point* pEnd, bool bRowDrag ) in SelectTableRowCol()
896 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in SelectTableRowCol()
897 fnKillSel = &SwWrtShell::ResetSelect; in SelectTableRowCol()
908 sal_Bool SwWrtShell::SelectTableRow() in SelectTableRow()
912 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in SelectTableRow()
913 fnKillSel = &SwWrtShell::ResetSelect; in SelectTableRow()
921 sal_Bool SwWrtShell::SelectTableCol() in SelectTableCol()
925 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in SelectTableCol()
926 fnKillSel = &SwWrtShell::ResetSelect; in SelectTableCol()
932 sal_Bool SwWrtShell::SelectTableCell() in SelectTableCell()
936 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in SelectTableCell()
937 fnKillSel = &SwWrtShell::ResetSelect; in SelectTableCell()
951 int SwWrtShell::IntelligentCut(int nSelection, sal_Bool bCut) in IntelligentCut()
1020 sal_Bool SwWrtShell::SelectNextPrevHyperlink( sal_Bool bNext ) in SelectNextPrevHyperlink()
1045 fnKillSel = &SwWrtShell::ResetSelect; in SelectNextPrevHyperlink()
1046 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in SelectNextPrevHyperlink()