Searched refs:fnSetCrsr (Results 1 – 8 of 8) sorted by relevance
| /trunk/main/sw/source/ui/wrtsh/ |
| H A D | select.cxx | 368 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 D | wrtsh3.cxx | 79 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in MoveBookMark() 98 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in GotoField() 116 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in GotoFieldmark()
|
| H A D | move.cxx | 513 (this->*fnSetCrsr)( &aDest, sal_True ); in PushCrsr() 557 (this->*fnSetCrsr)(&pCrsrStack->aDocPos, !pCrsrStack->bIsFrmSel); in PopCrsr()
|
| H A D | wrtundo.cxx | 87 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in Do()
|
| H A D | wrtsh1.cxx | 113 fnSetCrsr(&SwWrtShell::SetCrsr),\ 1812 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in Pop()
|
| /trunk/main/sw/source/ui/docvw/ |
| H A D | edtwin.cxx | 583 (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 D | edtdd.cxx | 78 (pSh->*pSh->fnSetCrsr)(&rPt,sal_False); in StopDDTimer()
|
| /trunk/main/sw/source/ui/inc/ |
| H A D | wrtsh.hxx | 107 SELECTFUNC fnSetCrsr; member in SwWrtShell
|