Lines Matching refs:ComboBox

66 ComboBox::ComboBox( WindowType nType ) :  in ComboBox()  function in ComboBox
74 ComboBox::ComboBox( Window* pParent, WinBits nStyle ) : in ComboBox() function in ComboBox
83 ComboBox::ComboBox( Window* pParent, const ResId& rResId ) : in ComboBox() function in ComboBox
98 ComboBox::~ComboBox() in ~ComboBox()
112 void ComboBox::ImplInitComboBoxData() in ImplInitComboBoxData()
128 void ComboBox::ImplCalcEditHeight() in ImplCalcEditHeight()
154 void ComboBox::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit()
180 mpFloatWin->SetPopupModeEndHdl( LINK( this, ComboBox, ImplPopupModeEndHdl ) ); in ImplInit()
184 mpBtn->SetMBDownHdl( LINK( this, ComboBox, ImplClickBtnHdl ) ); in ImplInit()
213 mpImplLB->SetSelectHdl( LINK( this, ComboBox, ImplSelectHdl ) ); in ImplInit()
214 mpImplLB->SetCancelHdl( LINK( this, ComboBox, ImplCancelHdl ) ); in ImplInit()
215 mpImplLB->SetDoubleClickHdl( LINK( this, ComboBox, ImplDoubleClickHdl ) ); in ImplInit()
216 mpImplLB->SetUserDrawHdl( LINK( this, ComboBox, ImplUserDrawHdl ) ); in ImplInit()
217 mpImplLB->SetSelectionChangedHdl( LINK( this, ComboBox, ImplSelectionChangedHdl ) ); in ImplInit()
218 mpImplLB->SetListItemSelectHdl( LINK( this, ComboBox, ImplListItemSelectHdl ) ); in ImplInit()
233 WinBits ComboBox::ImplInitStyle( WinBits nStyle ) in ImplInitStyle()
244 void ComboBox::ImplLoadRes( const ResId& rResId ) in ImplLoadRes()
261 void ComboBox::EnableAutocomplete( sal_Bool bEnable, sal_Bool bMatchCase ) in EnableAutocomplete()
266 mpSubEdit->SetAutocompleteHdl( LINK( this, ComboBox, ImplAutocompleteHdl ) ); in EnableAutocomplete()
273 sal_Bool ComboBox::IsAutocompleteEnabled() const in IsAutocompleteEnabled()
277 void ComboBox::SetMpSubEditAccessibleName(String &aName) in SetMpSubEditAccessibleName()
284 IMPL_LINK( ComboBox, ImplClickBtnHdl, void*, EMPTYARG ) in IMPL_LINK() argument
306 IMPL_LINK( ComboBox, ImplPopupModeEndHdl, void*, EMPTYARG ) in IMPL_LINK() argument
331 IMPL_LINK( ComboBox, ImplAutocompleteHdl, Edit*, pEdit ) in IMPL_LINK() argument
388 IMPL_LINK( ComboBox, ImplSelectHdl, void*, EMPTYARG ) in IMPL_LINK() argument
476 IMPL_LINK( ComboBox, ImplListItemSelectHdl, void*, EMPTYARG ) in IMPL_LINK() argument
483 IMPL_LINK( ComboBox, ImplCancelHdl, void*, EMPTYARG ) in IMPL_LINK() argument
493 IMPL_LINK( ComboBox, ImplSelectionChangedHdl, void*, n ) in IMPL_LINK() argument
506 IMPL_LINK( ComboBox, ImplDoubleClickHdl, void*, EMPTYARG ) in IMPL_LINK() argument
514 void ComboBox::ToggleDropDown() in ToggleDropDown()
538 void ComboBox::Select() in Select()
545 void ComboBox::DoubleClick() in DoubleClick()
552 void ComboBox::EnableAutoSize( sal_Bool bAuto ) in EnableAutoSize()
571 void ComboBox::EnableDDAutoWidth( sal_Bool b ) in EnableDDAutoWidth()
579 sal_Bool ComboBox::IsDDAutoWidthEnabled() const in IsDDAutoWidthEnabled()
587 void ComboBox::SetDropDownLineCount( sal_uInt16 nLines ) in SetDropDownLineCount()
595 void ComboBox::AdaptDropDownLineCountToMaximum() in AdaptDropDownLineCountToMaximum()
603 sal_uInt16 ComboBox::GetDropDownLineCount() const in GetDropDownLineCount()
613 void ComboBox::SetPosSizePixel( long nX, long nY, long nWidth, long nHeight, in SetPosSizePixel()
634 void ComboBox::Resize() in Resize()
702 void ComboBox::FillLayoutData() const in FillLayoutData()
726 void ComboBox::StateChanged( StateChangedType nType ) in StateChanged()
792 void ComboBox::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
815 long ComboBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify()
823 long ComboBox::Notify( NotifyEvent& rNEvt ) in Notify()
908 void ComboBox::SetText( const XubString& rStr ) in SetText()
918 void ComboBox::SetText( const XubString& rStr, const Selection& rNewSelection ) in SetText()
928 void ComboBox::Modify() in Modify()
938 void ComboBox::ImplUpdateFloatSelection() in ImplUpdateFloatSelection()
989 sal_uInt16 ComboBox::InsertEntry( const XubString& rStr, sal_uInt16 nPos ) in InsertEntry()
999 sal_uInt16 ComboBox::InsertEntry( const XubString& rStr, const Image& rImage, sal_uInt16 nPos ) in InsertEntry()
1009 void ComboBox::RemoveEntry( const XubString& rStr ) in RemoveEntry()
1016 void ComboBox::RemoveEntry( sal_uInt16 nPos ) in RemoveEntry()
1024 void ComboBox::Clear() in Clear()
1031 Image ComboBox::GetEntryImage( sal_uInt16 nPos ) const in GetEntryImage()
1040 sal_uInt16 ComboBox::GetEntryPos( const XubString& rStr ) const in GetEntryPos()
1050 sal_uInt16 ComboBox::GetEntryPos( const void* pData ) const in GetEntryPos()
1060 XubString ComboBox::GetEntry( sal_uInt16 nPos ) const in GetEntry()
1067 sal_uInt16 ComboBox::GetEntryCount() const in GetEntryCount()
1074 sal_Bool ComboBox::IsTravelSelect() const in IsTravelSelect()
1081 sal_Bool ComboBox::IsInDropDown() const in IsInDropDown()
1088 void ComboBox::EnableMultiSelection( sal_Bool bMulti ) in EnableMultiSelection()
1096 sal_Bool ComboBox::IsMultiSelectionEnabled() const in IsMultiSelectionEnabled()
1103 long ComboBox::CalcWindowSizePixel( sal_uInt16 nLines ) const in CalcWindowSizePixel()
1110 Size ComboBox::GetOptimalSize(WindowSizeType eType) const in GetOptimalSize()
1122 Size ComboBox::CalcMinimumSize() const in CalcMinimumSize()
1143 Size ComboBox::CalcAdjustedSize( const Size& rPrefSize ) const in CalcAdjustedSize()
1170 Size ComboBox::CalcSize( sal_uInt16 nColumns, sal_uInt16 nLines ) const in CalcSize()
1210 void ComboBox::GetMaxVisColumnsAndLines( sal_uInt16& rnCols, sal_uInt16& rnLines ) const in GetMaxVisColumnsAndLines()
1229 void ComboBox::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags ) in Draw()
1335 IMPL_LINK( ComboBox, ImplUserDrawHdl, UserDrawEvent*, pEvent ) in IMPL_LINK() argument
1343 void ComboBox::UserDraw( const UserDrawEvent& ) in UserDraw()
1349 void ComboBox::SetUserItemSize( const Size& rSz ) in SetUserItemSize()
1356 const Size& ComboBox::GetUserItemSize() const in GetUserItemSize()
1363 void ComboBox::EnableUserDraw( sal_Bool bUserDraw ) in EnableUserDraw()
1370 sal_Bool ComboBox::IsUserDrawEnabled() const in IsUserDrawEnabled()
1377 void ComboBox::DrawEntry( const UserDrawEvent& rEvt, sal_Bool bDrawImage, sal_Bool bDrawText, sal_B… in DrawEntry()
1385 void ComboBox::SetSeparatorPos( sal_uInt16 n ) in SetSeparatorPos()
1392 void ComboBox::SetSeparatorPos() in SetSeparatorPos()
1399 sal_uInt16 ComboBox::GetSeparatorPos() const in GetSeparatorPos()
1406 void ComboBox::SetMRUEntries( const XubString& rEntries, xub_Unicode cSep ) in SetMRUEntries()
1413 XubString ComboBox::GetMRUEntries( xub_Unicode cSep ) const in GetMRUEntries()
1420 void ComboBox::SetMaxMRUCount( sal_uInt16 n ) in SetMaxMRUCount()
1427 sal_uInt16 ComboBox::GetMaxMRUCount() const in GetMaxMRUCount()
1432 sal_uInt16 ComboBox::GetMRUCount() const in GetMRUCount()
1438 sal_uInt16 ComboBox::GetDisplayLineCount() const in GetDisplayLineCount()
1445 void ComboBox::SetEntryData( sal_uInt16 nPos, void* pNewData ) in SetEntryData()
1452 void* ComboBox::GetEntryData( sal_uInt16 nPos ) const in GetEntryData()
1459 void ComboBox::SetTopEntry( sal_uInt16 nPos ) in SetTopEntry()
1466 void ComboBox::ShowProminentEntry( sal_uInt16 nPos ) in ShowProminentEntry()
1473 sal_uInt16 ComboBox::GetTopEntry() const in GetTopEntry()
1483 void ComboBox::SetProminentEntryType( ProminentEntry eType ) in SetProminentEntryType()
1490 ProminentEntry ComboBox::GetProminentEntryType() const in GetProminentEntryType()
1497 Rectangle ComboBox::GetDropDownPosSizePixel() const in GetDropDownPosSizePixel()
1499 …return mpFloatWin ? mpFloatWin->GetWindowExtentsRelative( const_cast<ComboBox*>(this) ) : Rectangl… in GetDropDownPosSizePixel()
1504 Rectangle ComboBox::GetListPosSizePixel() const in GetListPosSizePixel()
1506 …? Rectangle() : mpImplLB->GetMainWindow()->GetWindowExtentsRelative( const_cast<ComboBox*>(this) ); in GetListPosSizePixel()
1511 const Wallpaper& ComboBox::GetDisplayBackground() const in GetDisplayBackground()
1525 sal_uInt16 ComboBox::GetSelectEntryCount() const in GetSelectEntryCount()
1530 sal_uInt16 ComboBox::GetSelectEntryPos( sal_uInt16 nIndex ) const in GetSelectEntryPos()
1542 sal_Bool ComboBox::IsEntryPosSelected( sal_uInt16 nPos ) const in IsEntryPosSelected()
1547 void ComboBox::SelectEntryPos( sal_uInt16 nPos, sal_Bool bSelect) in SelectEntryPos()
1553 void ComboBox::SetNoSelection() in SetNoSelection()
1559 Rectangle ComboBox::GetBoundingRectangle( sal_uInt16 nItem ) const in GetBoundingRectangle()
1568 void ComboBox::SetBorderStyle( sal_uInt16 nBorderStyle ) in SetBorderStyle()
1579 long ComboBox::GetIndexForPoint( const Point& rPoint, sal_uInt16& rPos ) const in GetIndexForPoint()