Home
last modified time | relevance | path

Searched refs:fnKillSel (Results 1 – 7 of 7) sorted by relevance

/AOO42X/main/sw/source/ui/wrtsh/
H A Dselect.cxx367 fnKillSel = &SwWrtShell::Ignore; in ResetSelect()
408 fnKillSel = &SwWrtShell::Ignore; in SttSelect()
428 fnKillSel = &SwWrtShell::ResetSelect; in EndSelect()
577 fnKillSel = &SwWrtShell::ResetSelect; in EnterStdMode()
652 fnKillSel = &SwWrtShell::Ignore; in EnterAddMode()
667 fnKillSel = &SwWrtShell::ResetSelect; in LeaveAddMode()
893 fnKillSel = &SwWrtShell::ResetSelect; in SelectTableRowCol()
909 fnKillSel = &SwWrtShell::ResetSelect; in SelectTableRow()
922 fnKillSel = &SwWrtShell::ResetSelect; in SelectTableCol()
933 fnKillSel = &SwWrtShell::ResetSelect; in SelectTableCell()
[all …]
H A Dwrtsh3.cxx60 (this->*fnKillSel)( 0, sal_False ); in MoveBookMark()
78 fnKillSel = &SwWrtShell::ResetSelect; in MoveBookMark()
86 (this->*fnKillSel)( 0, sal_False ); in GotoField()
97 fnKillSel = &SwWrtShell::ResetSelect; in GotoField()
106 (this->*fnKillSel)( 0, sal_False ); in GotoFieldmark()
115 fnKillSel = &SwWrtShell::ResetSelect; in GotoFieldmark()
H A Dwrtundo.cxx86 fnKillSel = &SwWrtShell::ResetSelect; in Do()
H A Dwrtsh1.cxx115 fnKillSel(&SwWrtShell::Ignore),\
1813 fnKillSel = &SwWrtShell::ResetSelect; in Pop()
H A Dmove.cxx83 (this->*fnKillSel)( 0, sal_False ); in MoveCrsr()
/AOO42X/main/sw/source/ui/uiview/
H A Dviewsrch.cxx327 (pWrtShell->*pWrtShell->fnKillSel)(0, sal_False); in ExecSearch()
480 (pWrtShell->*pWrtShell->fnKillSel)(0, sal_False); in SearchAndWrap()
590 (pWrtShell->*pWrtShell->fnKillSel)(0, sal_False); in SearchAll()
/AOO42X/main/sw/source/ui/inc/
H A Dwrtsh.hxx109 SELECTFUNC fnKillSel; member in SwWrtShell