Home
last modified time | relevance | path

Searched refs:IsDropDownBox (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/source/control/
H A Dlstbox.cxx231 if( IsDropDownBox() ) in IMPL_LINK()
385 if( IsDropDownBox() ) in ToggleDropDown()
467 if ( IsDropDownBox() ) in Draw()
531 if( IsDropDownBox() ) in GetFocus()
546 if( IsDropDownBox() ) in GetPreferredKeyInputWindow()
559 if( IsDropDownBox() ) in LoseFocus()
593 if ( IsDropDownBox() ) in DataChanged()
683 if( IsDropDownBox() ) in Resize()
1051 if( IsDropDownBox() ) in Clear()
1067 if( IsDropDownBox() ) in SetNoSelection()
[all …]
H A Dcombobox.cxx133 if ( !IsDropDownBox() ) in ImplCalcEditHeight()
516 if( IsDropDownBox() ) in ToggleDropDown()
639 if( IsDropDownBox() ) in Resize()
1125 if ( !IsDropDownBox() ) in CalcMinimumSize()
1149 if ( !IsDropDownBox() ) in CalcAdjustedSize()
1193 if ( IsDropDownBox() ) in CalcSize()
1196 if ( !IsDropDownBox() ) in CalcSize()
1213 if ( !IsDropDownBox() ) in GetMaxVisColumnsAndLines()
1264 if ( !IsDropDownBox() ) in Draw()
1325 if ( IsDropDownBox() ) in Draw()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dcombobox.hxx82 sal_Bool IsDropDownBox() const { return mpFloatWin ? sal_True : sal_False; } in IsDropDownBox() function in ComboBox
109 …{ if( IsDropDownBox() ) SetPosSizePixel( 0, 0, rNewSize.Width(), rNewSize.Height(), WINDOW_POSSIZE… in SetDropDownSizePixel()
H A Dlstbox.hxx78 sal_Bool IsDropDownBox() const { return mpFloatWin ? sal_True : sal_False; } in IsDropDownBox() function in ListBox
110 …{ if( IsDropDownBox() ) SetPosSizePixel( 0, 0, rNewSize.Width(), rNewSize.Height(), WINDOW_POSSIZE… in SetDropDownSizePixel()
/trunk/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessiblebox.hxx150 bool IsDropDownBox() {return m_bIsDropDownBox;}; in IsDropDownBox() function in VCLXAccessibleBox

Completed in 40 milliseconds