Searched refs:aSelEng (Results 1 – 2 of 2) sorted by relevance
60 aSelEng( pLBView, (FunctionSet*)0 ), in SvImpLBox()61 aFctSet( this, &aSelEng, pLBView ), in SvImpLBox()69 aSelEng.SetFunctionSet( (FunctionSet*)&aFctSet ); in SvImpLBox()70 aSelEng.ExpandSelectionOnMouseMove( sal_False ); in SvImpLBox()244 if ( ( m_nStyle & WB_SIMPLEMODE) && ( aSelEng.GetSelectionMode() == MULTIPLE_SELECTION ) ) in SetStyle()245 aSelEng.AddAlways( sal_True ); in SetStyle()657 !(nFlags & F_DESEL_ALL) && !aSelEng.IsAddMode() && in SetCursor()674 DBG_ASSERT(aSelEng.GetSelectionMode() != SINGLE_SELECTION,"Mode?"); in SetCursor()874 aSelEng.GetSelectionMode() == SINGLE_SELECTION in MakePointVisible()966 sal_Bool bNotSelect = ( aSelEng.GetSelectionMode() == MULTIPLE_SELECTION ) in Paint()[all …]
136 SelectionEngine aSelEng; member in SvImpLBox301 void SetAddMode( sal_Bool ) { aSelEng.AddAlways(sal_False); } in SetAddMode()302 sal_Bool IsAddMode() const { return aSelEng.IsAlwaysAdding(); } in IsAddMode()342 void DestroyAnchor() { pAnchor=0; aSelEng.Reset(); } in DestroyAnchor()