Searched refs:fnSetCrsr (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sw/source/ui/wrtsh/ |
H A D | select.cxx | 372 fnSetCrsr = &SwWrtShell::SetCrsr; in ResetSelect() 413 fnSetCrsr = &SwWrtShell::SetCrsr; in SttSelect() 431 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in EndSelect() 657 fnSetCrsr = &SwWrtShell::SetCrsr; in EnterAddMode() 672 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in LeaveAddMode() 848 fnSetCrsr = &SwWrtShell::Ignore; in BeginDrag() 854 fnSetCrsr = &SwWrtShell::Ignore; in BeginDrag() 896 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in SelectTableRowCol() 912 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in SelectTableRow() 925 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in SelectTableCol() [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 | 516 (this->*fnSetCrsr)( &aDest, sal_True ); in PushCrsr() 560 (this->*fnSetCrsr)(&pCrsrStack->aDocPos, !pCrsrStack->bIsFrmSel); in PopCrsr()
|
H A D | wrtundo.cxx | 87 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in Do()
|
H A D | wrtsh1.cxx | 115 fnSetCrsr(&SwWrtShell::SetCrsr),\ 1814 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in Pop()
|
/aoo41x/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 586 (rSh.*rSh.fnSetCrsr)( &aModPt, sal_False ); in IMPL_LINK() 2998 … bValidCrsrPos = !(CRSR_POSCHG & (rSh.*rSh.fnSetCrsr)(&aDocPos,sal_False)); in MouseButtonDown() 3381 nTmpSetCrsr = (rSh.*rSh.fnSetCrsr)(&aDocPos,bOnlyText); in MouseButtonDown() 3784 bValidCrsrPos = !(CRSR_POSCHG & (rSh.*rSh.fnSetCrsr)(&aDocPt,sal_False)); in MouseMove() 3895 bValidCrsrPos = !(CRSR_POSCHG & (rSh.*rSh.fnSetCrsr)(&aDocPt,sal_False)); in MouseMove() 4009 bValidCrsrPos = !(CRSR_POSCHG & (rSh.*rSh.fnSetCrsr)(&aDocPos,sal_False)); in MouseButtonUp() 4156 bValidCrsrPos = !(CRSR_POSCHG & (rSh.*rSh.fnSetCrsr)(&aDocPos,sal_False)); in MouseButtonUp() 5352 bValidCrsrPos = !(CRSR_POSCHG & (rSh.*rSh.fnSetCrsr)(&aDocPos,sal_False)); in SelectMenuPosition() 5398 (rSh.*rSh.fnSetCrsr)(&aDocPos, sal_False); in SelectMenuPosition()
|
H A D | edtdd.cxx | 82 (pSh->*pSh->fnSetCrsr)(&rPt,sal_False); in StopDDTimer()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | wrtsh.hxx | 108 SELECTFUNC fnSetCrsr; member in SwWrtShell
|
Completed in 51 milliseconds