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()
662 if( IsDropDownBox() && ( nFlags & WINDOW_POSSIZE_SIZE ) ) in SetPosSizePixel()
683 if( IsDropDownBox() ) in Resize()
1051 if( IsDropDownBox() ) in Clear()
[all …]
H A Dcombobox.cxx131 if ( !IsDropDownBox() ) in ImplCalcEditHeight()
137 ControlType aType = IsDropDownBox() ? CTRL_COMBOBOX : CTRL_EDITBOX; in ImplCalcEditHeight()
514 if( IsDropDownBox() ) in ToggleDropDown()
614 if( IsDropDownBox() && ( nFlags & WINDOW_POSSIZE_SIZE ) ) in SetPosSizePixel()
637 if( IsDropDownBox() ) in Resize()
1123 if ( !IsDropDownBox() ) in CalcMinimumSize()
1147 if ( !IsDropDownBox() ) in CalcAdjustedSize()
1177 if ( !IsDropDownBox() ) in CalcSize()
1191 if ( IsDropDownBox() ) in CalcSize()
1194 if ( !IsDropDownBox() ) in CalcSize()
[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