Home
last modified time | relevance | path

Searched refs:aSelEng (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx60 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 …]
/trunk/main/svtools/source/inc/
H A Dsvimpbox.hxx136 SelectionEngine aSelEng; member in SvImpLBox
301 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()