Lines Matching refs:ListBox

49 ListBox::ListBox( WindowType nType ) : Control( nType )  in ListBox()  function in ListBox
56 ListBox::ListBox( Window* pParent, WinBits nStyle ) : Control( WINDOW_LISTBOX ) in ListBox() function in ListBox
64 ListBox::ListBox( Window* pParent, const ResId& rResId ) : in ListBox() function in ListBox
79 ListBox::~ListBox() in ~ListBox()
97 void ListBox::ImplInitListBoxData() in ImplInitListBoxData()
111 void ListBox::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit()
147 mpFloatWin->SetPopupModeEndHdl( LINK( this, ListBox, ImplPopupModeEndHdl ) ); in ImplInit()
151 mpImplWin->SetMBDownHdl( LINK( this, ListBox, ImplClickBtnHdl ) ); in ImplInit()
152 mpImplWin->SetUserDrawHdl( LINK( this, ListBox, ImplUserDrawHdl ) ); in ImplInit()
159 mpBtn->SetMBDownHdl( LINK( this, ListBox, ImplClickBtnHdl ) ); in ImplInit()
168 mpImplLB->SetSelectHdl( LINK( this, ListBox, ImplSelectHdl ) ); in ImplInit()
169 mpImplLB->SetScrollHdl( LINK( this, ListBox, ImplScrollHdl ) ); in ImplInit()
170 mpImplLB->SetCancelHdl( LINK( this, ListBox, ImplCancelHdl ) ); in ImplInit()
171 mpImplLB->SetDoubleClickHdl( LINK( this, ListBox, ImplDoubleClickHdl ) ); in ImplInit()
172 mpImplLB->SetUserDrawHdl( LINK( this, ListBox, ImplUserDrawHdl ) ); in ImplInit()
173 mpImplLB->SetFocusHdl( LINK( this, ListBox, ImplFocusHdl ) ); in ImplInit()
174 mpImplLB->SetListItemSelectHdl( LINK( this, ListBox, ImplListItemSelectHdl ) ); in ImplInit()
185 mpImplLB->SetSelectionChangedHdl( LINK( this, ListBox, ImplSelectionChangedHdl ) ); in ImplInit()
195 WinBits ListBox::ImplInitStyle( WinBits nStyle ) in ImplInitStyle()
206 void ListBox::ImplLoadRes( const ResId& rResId ) in ImplLoadRes()
228 IMPL_LINK( ListBox, ImplSelectHdl, void*, EMPTYARG ) in IMPL_LINK() argument
254 IMPL_LINK( ListBox, ImplFocusHdl, void *, nPos ) in IMPL_LINK() argument
259 IMPL_LINK( ListBox, ImplListItemSelectHdl, void*, EMPTYARG ) in IMPL_LINK() argument
267 IMPL_LINK( ListBox, ImplScrollHdl, void*, EMPTYARG ) in IMPL_LINK() argument
275 IMPL_LINK( ListBox, ImplCancelHdl, void*, EMPTYARG ) in IMPL_LINK() argument
285 IMPL_LINK( ListBox, ImplSelectionChangedHdl, void*, n ) in IMPL_LINK() argument
318 IMPL_LINK( ListBox, ImplDoubleClickHdl, void*, EMPTYARG ) in IMPL_LINK() argument
326 IMPL_LINK( ListBox, ImplClickBtnHdl, void*, EMPTYARG ) in IMPL_LINK() argument
348 IMPL_LINK( ListBox, ImplPopupModeEndHdl, void*, EMPTYARG ) in IMPL_LINK() argument
383 void ListBox::ToggleDropDown() in ToggleDropDown()
402 void ListBox::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags ) in Draw()
527 void ListBox::GetFocus() in GetFocus()
542 Window* ListBox::GetPreferredKeyInputWindow() in GetPreferredKeyInputWindow()
557 void ListBox::LoseFocus() in LoseFocus()
569 void ListBox::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
600 void ListBox::EnableAutoSize( bool bAuto ) in EnableAutoSize()
619 void ListBox::EnableDDAutoWidth( sal_Bool b ) in EnableDDAutoWidth()
627 sal_Bool ListBox::IsDDAutoWidthEnabled() const in IsDDAutoWidthEnabled()
634 void ListBox::SetDropDownLineCount( sal_uInt16 nLines ) in SetDropDownLineCount()
643 void ListBox::AdaptDropDownLineCountToMaximum() in AdaptDropDownLineCountToMaximum()
651 sal_uInt16 ListBox::GetDropDownLineCount() const in GetDropDownLineCount()
660 void ListBox::SetPosSizePixel( long nX, long nY, long nWidth, long nHeight, sal_uInt16 nFlags ) in SetPosSizePixel()
680 void ListBox::Resize() in Resize()
756 void ListBox::FillLayoutData() const in FillLayoutData()
780 long ListBox::GetIndexForPoint( const Point& rPoint, sal_uInt16& rPos ) const in GetIndexForPoint()
839 void ListBox::StateChanged( StateChangedType nType ) in StateChanged()
947 long ListBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify()
1034 void ListBox::Select() in Select()
1041 void ListBox::DoubleClick() in DoubleClick()
1048 void ListBox::Clear() in Clear()
1064 void ListBox::SetNoSelection() in SetNoSelection()
1080 sal_uInt16 ListBox::InsertEntry( const XubString& rStr, sal_uInt16 nPos ) in InsertEntry()
1090 sal_uInt16 ListBox::InsertEntry( const Image& rImage, sal_uInt16 nPos ) in InsertEntry()
1100 sal_uInt16 ListBox::InsertEntry( const XubString& rStr, const Image& rImage, sal_uInt16 nPos ) in InsertEntry()
1110 void ListBox::RemoveEntry( const XubString& rStr ) in RemoveEntry()
1117 void ListBox::RemoveEntry( sal_uInt16 nPos ) in RemoveEntry()
1125 Image ListBox::GetEntryImage( sal_uInt16 nPos ) const in GetEntryImage()
1134 sal_uInt16 ListBox::GetEntryPos( const XubString& rStr ) const in GetEntryPos()
1144 sal_uInt16 ListBox::GetEntryPos( const void* pData ) const in GetEntryPos()
1154 XubString ListBox::GetEntry( sal_uInt16 nPos ) const in GetEntry()
1161 sal_uInt16 ListBox::GetEntryCount() const in GetEntryCount()
1168 XubString ListBox::GetSelectEntry( sal_uInt16 nIndex ) const in GetSelectEntry()
1175 sal_uInt16 ListBox::GetSelectEntryCount() const in GetSelectEntryCount()
1182 sal_uInt16 ListBox::GetSelectEntryPos( sal_uInt16 nIndex ) const in GetSelectEntryPos()
1196 sal_Bool ListBox::IsEntrySelected( const XubString& rStr ) const in IsEntrySelected()
1203 sal_Bool ListBox::IsEntryPosSelected( sal_uInt16 nPos ) const in IsEntryPosSelected()
1210 void ListBox::SelectEntry( const XubString& rStr, sal_Bool bSelect ) in SelectEntry()
1217 void ListBox::SelectEntryPos( sal_uInt16 nPos, sal_Bool bSelect ) in SelectEntryPos()
1238 void ListBox::SetEntryData( sal_uInt16 nPos, void* pNewData ) in SetEntryData()
1245 void* ListBox::GetEntryData( sal_uInt16 nPos ) const in GetEntryData()
1252 void ListBox::SetEntryFlags( sal_uInt16 nPos, long nFlags ) in SetEntryFlags()
1259 long ListBox::GetEntryFlags( sal_uInt16 nPos ) const in GetEntryFlags()
1266 void ListBox::SetTopEntry( sal_uInt16 nPos ) in SetTopEntry()
1273 void ListBox::ShowProminentEntry( sal_uInt16 nPos ) in ShowProminentEntry()
1280 sal_uInt16 ListBox::GetTopEntry() const in GetTopEntry()
1290 void ListBox::SetProminentEntryType( ProminentEntry eType ) in SetProminentEntryType()
1297 ProminentEntry ListBox::GetProminentEntryType() const in GetProminentEntryType()
1304 sal_Bool ListBox::IsTravelSelect() const in IsTravelSelect()
1311 sal_Bool ListBox::IsInDropDown() const in IsInDropDown()
1318 long ListBox::CalcWindowSizePixel( sal_uInt16 nLines ) const in CalcWindowSizePixel()
1323 Rectangle ListBox::GetBoundingRectangle( sal_uInt16 nItem ) const in GetBoundingRectangle()
1333 void ListBox::EnableMultiSelection( sal_Bool bMulti ) in EnableMultiSelection()
1338 void ListBox::EnableMultiSelection( sal_Bool bMulti, sal_Bool bStackSelection ) in EnableMultiSelection()
1356 sal_Bool ListBox::IsMultiSelectionEnabled() const in IsMultiSelectionEnabled()
1363 Size ListBox::CalcMinimumSize() const in CalcMinimumSize()
1385 if( const_cast<ListBox*>(this)->GetNativeControlRegion( in CalcMinimumSize()
1402 if( const_cast<ListBox*>(this)->GetNativeControlRegion( in CalcMinimumSize()
1415 Size ListBox::GetOptimalSize(WindowSizeType eType) const in GetOptimalSize()
1427 Size ListBox::CalcAdjustedSize( const Size& rPrefSize ) const in CalcAdjustedSize()
1453 Size ListBox::CalcSize( sal_uInt16 nColumns, sal_uInt16 nLines ) const in CalcSize()
1495 void ListBox::GetMaxVisColumnsAndLines( sal_uInt16& rnCols, sal_uInt16& rnLines ) const in GetMaxVisColumnsAndLines()
1514 IMPL_LINK( ListBox, ImplUserDrawHdl, UserDrawEvent*, pEvent ) in IMPL_LINK() argument
1522 void ListBox::UserDraw( const UserDrawEvent& ) in UserDraw()
1528 void ListBox::DrawEntry( const UserDrawEvent& rEvt, sal_Bool bDrawImage, sal_Bool bDrawText, sal_Bo… in DrawEntry()
1538 void ListBox::SetUserItemSize( const Size& rSz ) in SetUserItemSize()
1547 const Size& ListBox::GetUserItemSize() const in GetUserItemSize()
1554 void ListBox::EnableUserDraw( sal_Bool bUserDraw ) in EnableUserDraw()
1563 sal_Bool ListBox::IsUserDrawEnabled() const in IsUserDrawEnabled()
1570 void ListBox::SetReadOnly( sal_Bool bReadOnly ) in SetReadOnly()
1581 sal_Bool ListBox::IsReadOnly() const in IsReadOnly()
1588 void ListBox::SetSeparatorPos( sal_uInt16 n ) in SetSeparatorPos()
1595 void ListBox::SetSeparatorPos() in SetSeparatorPos()
1602 sal_uInt16 ListBox::GetSeparatorPos() const in GetSeparatorPos()
1609 void ListBox::SetMRUEntries( const XubString& rEntries, xub_Unicode cSep ) in SetMRUEntries()
1616 XubString ListBox::GetMRUEntries( xub_Unicode cSep ) const in GetMRUEntries()
1623 void ListBox::SetMaxMRUCount( sal_uInt16 n ) in SetMaxMRUCount()
1630 sal_uInt16 ListBox::GetMaxMRUCount() const in GetMaxMRUCount()
1634 sal_uInt16 ListBox::GetMRUCount() const in GetMRUCount()
1641 sal_uInt16 ListBox::GetDisplayLineCount() const in GetDisplayLineCount()
1650 void ListBox::EnableMirroring() in EnableMirroring()
1657 Rectangle ListBox::GetDropDownPosSizePixel() const in GetDropDownPosSizePixel()
1659 …return mpFloatWin ? mpFloatWin->GetWindowExtentsRelative( const_cast<ListBox*>(this) ) : Rectangle… in GetDropDownPosSizePixel()
1664 const Wallpaper& ListBox::GetDisplayBackground() const in GetDisplayBackground()
1673 void ListBox::SetEdgeBlending(bool bNew) in SetEdgeBlending()
1704 ListBox( WINDOW_MULTILISTBOX ) in MultiListBox()
1713 ListBox( WINDOW_MULTILISTBOX ) in MultiListBox()