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()245 aSelEng.AddAlways( sal_True ); in SetStyle()1303 aSelEng.SetVisibleArea( aRect ); in AdjustScrollBars()2237 aSelEng.SelMouseMove( rMEvt ); in MouseMove()2483 if ( aSelEng.IsAddMode() ) in KeyInput()2529 if( aSelEng.IsAlwaysAdding() ) in KeyInput()3042 aSelEng.AddAlways( sal_True ); in SetSelectionMode()3054 aSelEng.EnableDrag( sal_True ); in SetDragDropMode()3059 aSelEng.EnableDrag( sal_False ); in SetDragDropMode()[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()
Completed in 25 milliseconds