Home
last modified time | relevance | path

Searched refs:WB_SIMPLEMODE (Results 1 – 9 of 9) sorted by relevance

/trunk/main/extensions/source/propctrlr/
H A Dlistselectiondlg.cxx93 m_aEntries.SetStyle( GetStyle() | WB_SIMPLEMODE ); in initialize()
/trunk/main/tools/inc/tools/
H A Dwintypes.hxx226 #define WB_SIMPLEMODE ((WinBits)0x20000000) macro
/trunk/main/vcl/source/control/
H A Dlstbox.cxx926 sal_Bool bSimpleMode = ( GetStyle() & WB_SIMPLEMODE ) ? sal_True : sal_False; in StateChanged()
1346 sal_Bool bSimpleMode = ( GetStyle() & WB_SIMPLEMODE ) ? sal_True : sal_False; in EnableMultiSelection()
H A Dcombobox.cxx211 mpImplLB = new ImplListBox( pLBParent, nListStyle|WB_SIMPLEMODE ); in ImplInit()
H A Dilstbox.cxx549 mbSimpleMode = ( nWinStyle & WB_SIMPLEMODE ); in ImplListBoxWindow()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx244 if ( ( m_nStyle & WB_SIMPLEMODE) && ( aSelEng.GetSelectionMode() == MULTIPLE_SELECTION ) ) in SetStyle()
2527 !(m_nStyle & WB_SIMPLEMODE)) in KeyInput()
3041 if( (m_nStyle & WB_SIMPLEMODE) && (eSelMode == MULTIPLE_SELECTION) ) in SetSelectionMode()
/trunk/main/rsc/source/parser/
H A Drscinit.cxx326 aWinBits.SetConstant( nSimpleModeId, sal::static_int_cast<sal_Int32>(WB_SIMPLEMODE) ); in Init()
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx791 pNewWindow = new ListBox( pParent, nWinBits|WB_SIMPLEMODE|WB_AUTOHSCROLL ); in ImplCreateWindow()
H A Dvclxwindows.cxx1892 ::toolkit::adjustBooleanWindowStyle( Value, pListBox, WB_SIMPLEMODE, sal_False ); in setProperty()
1963 aProp <<= (sal_Bool)( ( pListBox->GetStyle() & WB_SIMPLEMODE ) == 0 ); in getProperty()

Completed in 95 milliseconds