Searched refs:IsDropDownBox (Results 1 – 5 of 5) sorted by relevance
231 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 …]
131 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 …]
82 sal_Bool IsDropDownBox() const { return mpFloatWin ? sal_True : sal_False; } in IsDropDownBox() function in ComboBox109 …{ if( IsDropDownBox() ) SetPosSizePixel( 0, 0, rNewSize.Width(), rNewSize.Height(), WINDOW_POSSIZE… in SetDropDownSizePixel()
78 sal_Bool IsDropDownBox() const { return mpFloatWin ? sal_True : sal_False; } in IsDropDownBox() function in ListBox110 …{ if( IsDropDownBox() ) SetPosSizePixel( 0, 0, rNewSize.Width(), rNewSize.Height(), WINDOW_POSSIZE… in SetDropDownSizePixel()
150 bool IsDropDownBox() {return m_bIsDropDownBox;}; in IsDropDownBox() function in VCLXAccessibleBox