Home
last modified time | relevance | path

Searched refs:fnSetCrsr (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sw/source/ui/wrtsh/
H A Dselect.cxx368 fnSetCrsr = &SwWrtShell::SetCrsr; in ResetSelect()
409 fnSetCrsr = &SwWrtShell::SetCrsr; in SttSelect()
427 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in EndSelect()
576 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in EnterStdMode()
653 fnSetCrsr = &SwWrtShell::SetCrsr; in EnterAddMode()
668 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in LeaveAddMode()
844 fnSetCrsr = &SwWrtShell::Ignore; in BeginDrag()
850 fnSetCrsr = &SwWrtShell::Ignore; in BeginDrag()
892 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in SelectTableRowCol()
908 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in SelectTableRow()
[all …]
H A Dwrtsh3.cxx79 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in MoveBookMark()
98 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in GotoField()
116 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in GotoFieldmark()
H A Dmove.cxx513 (this->*fnSetCrsr)( &aDest, sal_True ); in PushCrsr()
557 (this->*fnSetCrsr)(&pCrsrStack->aDocPos, !pCrsrStack->bIsFrmSel); in PopCrsr()
H A Dwrtundo.cxx87 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in Do()
H A Dwrtsh1.cxx113 fnSetCrsr(&SwWrtShell::SetCrsr),\
1812 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in Pop()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx583 (rSh.*rSh.fnSetCrsr)( &aModPt, sal_False ); in IMPL_LINK()
2997 … bValidCrsrPos = !(CRSR_POSCHG & (rSh.*rSh.fnSetCrsr)(&aDocPos,sal_False)); in MouseButtonDown()
3380 nTmpSetCrsr = (rSh.*rSh.fnSetCrsr)(&aDocPos,bOnlyText); in MouseButtonDown()
3783 bValidCrsrPos = !(CRSR_POSCHG & (rSh.*rSh.fnSetCrsr)(&aDocPt,sal_False)); in MouseMove()
3894 bValidCrsrPos = !(CRSR_POSCHG & (rSh.*rSh.fnSetCrsr)(&aDocPt,sal_False)); in MouseMove()
4008 bValidCrsrPos = !(CRSR_POSCHG & (rSh.*rSh.fnSetCrsr)(&aDocPos,sal_False)); in MouseButtonUp()
4155 bValidCrsrPos = !(CRSR_POSCHG & (rSh.*rSh.fnSetCrsr)(&aDocPos,sal_False)); in MouseButtonUp()
5383 bValidCrsrPos = !(CRSR_POSCHG & (rSh.*rSh.fnSetCrsr)(&aDocPos,sal_False)); in SelectMenuPosition()
5429 (rSh.*rSh.fnSetCrsr)(&aDocPos, sal_False); in SelectMenuPosition()
H A Dedtdd.cxx78 (pSh->*pSh->fnSetCrsr)(&rPt,sal_False); in StopDDTimer()
/trunk/main/sw/source/ui/inc/
H A Dwrtsh.hxx107 SELECTFUNC fnSetCrsr; member in SwWrtShell