Home
last modified time | relevance | path

Searched refs:IsInSelect (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx2710 const sal_Bool bTmp = !rSh.IsDrawCreate() && !pApplyTempl && !rSh.IsInSelect() && in MouseButtonDown()
2786 if ( rSh.IsInSelect() ) in MouseButtonDown()
3535 if( !bIsDocReadOnly && bInsWin && !pApplyTempl && !rSh.IsInSelect() ) in MouseMove()
3756 (rSh.IsInSelect() || !rSh.ChgCurrPam( aDocPt )) ) in MouseMove()
4147 if ( !rSh.IsInSelect() && rSh.ChgCurrPam( aDocPt ) ) in MouseButtonUp()
4162 sal_Bool bInSel = rSh.IsInSelect(); in MouseButtonUp()
H A Dedtdd.cxx100 if ( !rSh.IsInSelect() && rSh.ChgCurrPam( aDocPos, sal_True, sal_True)) in StartDrag()
/trunk/main/sw/source/ui/wrtsh/
H A Dselect.cxx316 if(!IsInSelect() && ChgCurrPam(*pPt)) { in SetCrsr()
/trunk/main/sw/source/ui/inc/
H A Dwrtsh.hxx125 sal_Bool IsInSelect() const { return bInSelect; } in IsInSelect() function in SwWrtShell
/trunk/main/sw/source/ui/uiview/
H A Dviewport.cxx1344 if ( GetWrtShell().IsInSelect() ) in Move()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx204 sal_Bool IsInSelect() const { return bInSelect; } in IsInSelect() function in ScFilterListBox
497 if ( pFilterBox && ( pFilterBox->IsInSelect() || pFilterBox->IsInInit() ) ) in ClickExtern()