Home
last modified time | relevance | path

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

/aoo42x/main/svtools/source/contnr/
H A Dsvimpbox.cxx60 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 …]
/aoo42x/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()

Completed in 83 milliseconds