Lines Matching refs:sal_uInt16

106 	sal_uInt16			mnLastSelected;
107 sal_uInt16 mnSelectionAnchor;
108 sal_uInt16 mnImages;
110 sal_uInt16 mnMRUCount;
111 sal_uInt16 mnMaxMRUCount;
116 …ImplEntryType* GetEntry( sal_uInt16 nPos ) const { return (ImplEntryType*)List::GetObject( nPos );… in GetEntry()
122 sal_uInt16 InsertEntry( sal_uInt16 nPos, ImplEntryType* pNewEntry, sal_Bool bSort );
123 void RemoveEntry( sal_uInt16 nPos );
124 …const ImplEntryType* GetEntryPtr( sal_uInt16 nPos ) const { return (const ImplEntryType*) GetObje… in GetEntryPtr()
125 …ImplEntryType* GetMutableEntryPtr( sal_uInt16 nPos ) const { return (ImplEntryType*) GetO… in GetMutableEntryPtr()
128sal_uInt16 FindMatchingEntry( const XubString& rStr, sal_uInt16 nStart = 0, sal_Bool bForward = …
129 sal_uInt16 FindEntry( const XubString& rStr, sal_Bool bSearchMRUArea = sal_False ) const;
130 sal_uInt16 FindEntry( const void* pData ) const;
136 …long GetAddedHeight( sal_uInt16 nEndIndex, sal_uInt16 nBeginIndex = 0, long nBeginHeigh…
137 long GetEntryHeight( sal_uInt16 nPos ) const;
139 sal_uInt16 GetEntryCount() const { return (sal_uInt16)List::Count(); } in GetEntryCount()
142 XubString GetEntryText( sal_uInt16 nPos ) const;
144 sal_Bool HasEntryImage( sal_uInt16 nPos ) const;
145 Image GetEntryImage( sal_uInt16 nPos ) const;
147 void SetEntryData( sal_uInt16 nPos, void* pNewData );
148 void* GetEntryData( sal_uInt16 nPos ) const;
150 void SetEntryFlags( sal_uInt16 nPos, long nFlags );
151 long GetEntryFlags( sal_uInt16 nPos ) const;
153 void SelectEntry( sal_uInt16 nPos, sal_Bool bSelect );
155 sal_uInt16 GetSelectEntryCount() const;
156 XubString GetSelectEntry( sal_uInt16 nIndex ) const;
157 sal_uInt16 GetSelectEntryPos( sal_uInt16 nIndex ) const;
159 sal_Bool IsEntryPosSelected( sal_uInt16 nIndex ) const;
161 void SetLastSelected( sal_uInt16 nPos ) { mnLastSelected = nPos; } in SetLastSelected()
162 sal_uInt16 GetLastSelected() const { return mnLastSelected; } in GetLastSelected()
164 void SetSelectionAnchor( sal_uInt16 nPos ) { mnSelectionAnchor = nPos; } in SetSelectionAnchor()
165 sal_uInt16 GetSelectionAnchor() const { return mnSelectionAnchor; } in GetSelectionAnchor()
171 void SetMRUCount( sal_uInt16 n ) { mnMRUCount = n; } in SetMRUCount()
172 sal_uInt16 GetMRUCount() const { return mnMRUCount; } in GetMRUCount()
174 void SetMaxMRUCount( sal_uInt16 n ) { mnMaxMRUCount = n; } in SetMaxMRUCount()
175 sal_uInt16 GetMaxMRUCount() const { return mnMaxMRUCount; } in GetMaxMRUCount()
179 bool IsEntrySelectable( sal_uInt16 nPos ) const;
186 sal_uInt16 FindFirstSelectable( sal_uInt16 nPos, bool bForward = true );
211 sal_uInt16 mnCurrentPos; // Position (Focus)
212 sal_uInt16 mnTrackingSaveSelection; // Selektion vor Tracking();
214 sal_uInt16 mnSeparatorPos; // Separator
216 sal_uInt16 mnUserDrawEntry;
218 sal_uInt16 mnTop; // Ausgabe ab Zeile
224 sal_uInt16 mnSelectModifier; // Modifiers
269 …sal_Bool SelectEntries( sal_uInt16 nSelect, LB_EVENT_TYPE eLET, sal_Bool bShift = sal_False, sal…
270 void ImplPaint( sal_uInt16 nPos, sal_Bool bErase = sal_False, bool bLayout = false );
291 sal_uInt16 InsertEntry( sal_uInt16 nPos, ImplEntryType* pNewEntry );
292 void RemoveEntry( sal_uInt16 nPos );
295 sal_uInt16 GetCurrentPos() const { return mnCurrentPos; } in GetCurrentPos()
296 sal_uInt16 GetDisplayLineCount() const;
297 void SetEntryFlags( sal_uInt16 nPos, long nFlags );
299 …void DrawEntry( sal_uInt16 nPos, sal_Bool bDrawImage, sal_Bool bDrawText, sal_Bool bDrawTextAtI…
301 void SelectEntry( sal_uInt16 nPos, sal_Bool bSelect );
303 sal_uInt16 GetEntryPosForPoint( const Point& rPoint ) const;
304 sal_uInt16 GetLastVisibleEntry() const;
308 void SetTopEntry( sal_uInt16 nTop );
309 sal_uInt16 GetTopEntry() const { return mnTop; } in GetTopEntry()
312 void ShowProminentEntry( sal_uInt16 nEntryPos );
316 sal_Bool IsVisible( sal_uInt16 nEntry ) const;
325 void SetSeparatorPos( sal_uInt16 n ) { mnSeparatorPos = n; } in SetSeparatorPos()
326 sal_uInt16 GetSeparatorPos() const { return mnSeparatorPos; } in GetSeparatorPos()
348 Size CalcSize( sal_uInt16 nMaxLines ) const;
349 Rectangle GetBoundingRectangle( sal_uInt16 nItem ) const;
372 sal_uInt16 GetSelectModifier() const { return mnSelectModifier; } in GetSelectModifier()
381 sal_uInt16 ImplGetTextStyle() const;
444 sal_uInt16 InsertEntry( sal_uInt16 nPos, const XubString& rStr );
445 sal_uInt16 InsertEntry( sal_uInt16 nPos, const Image& rImage );
446 sal_uInt16 InsertEntry( sal_uInt16 nPos, const XubString& rStr, const Image& rImage );
447 void RemoveEntry( sal_uInt16 nPos );
448 …void SetEntryData( sal_uInt16 nPos, void* pNewData ) { maLBWindow.GetEntryList()->SetEntryData( … in SetEntryData()
451 void SetEntryFlags( sal_uInt16 nPos, long nFlags );
452 long GetEntryFlags( sal_uInt16 nPos ) const;
454 void SelectEntry( sal_uInt16 nPos, sal_Bool bSelect );
457 sal_uInt16 GetCurrentPos() const { return maLBWindow.GetCurrentPos(); } in GetCurrentPos()
462 void SetSeparatorPos( sal_uInt16 n ) { maLBWindow.SetSeparatorPos( n ); } in SetSeparatorPos()
463 sal_uInt16 GetSeparatorPos() const { return maLBWindow.GetSeparatorPos(); } in GetSeparatorPos()
465 void SetTopEntry( sal_uInt16 nTop ) { maLBWindow.SetTopEntry( nTop ); } in SetTopEntry()
466 sal_uInt16 GetTopEntry() const { return maLBWindow.GetTopEntry(); } in GetTopEntry()
467 void ShowProminentEntry( sal_uInt16 nPos ) { maLBWindow.ShowProminentEntry( nPos ); } in ShowProminentEntry()
469 sal_Bool IsVisible( sal_uInt16 nEntry ) const { return maLBWindow.IsVisible( nEntry ); } in IsVisible()
475 void SetLeftIndent( sal_uInt16 n ) { maLBWindow.SetLeftIndent( n ); } in SetLeftIndent()
492 Size CalcSize( sal_uInt16 nMaxLines ) const { return maLBWindow.CalcSize( nMaxLines ); } in CalcSize()
514 sal_uInt16 GetSelectModifier() const { return maLBWindow.GetSelectModifier(); } in GetSelectModifier()
518 void SetMaxMRUCount( sal_uInt16 n ) { maLBWindow.GetEntryList()->SetMaxMRUCount( n ); } in SetMaxMRUCount()
519 sal_uInt16 GetMaxMRUCount() const { return maLBWindow.GetEntryList()->GetMaxMRUCount(); } in GetMaxMRUCount()
520 sal_uInt16 GetDisplayLineCount() const in GetDisplayLineCount()
540 sal_uInt16 mnDDLineCount;
541 sal_uInt16 mnPopupModeStartSaveSelection;
562 long nWidth, long nHeight, sal_uInt16 nFlags = WINDOW_POSSIZE_ALL );
566 void SetDropDownLineCount( sal_uInt16 n ) { mnDDLineCount = n; } in SetDropDownLineCount()
567 sal_uInt16 GetDropDownLineCount() const { return mnDDLineCount; } in GetDropDownLineCount()
569sal_uInt16 GetPopupModeStartSaveSelection() const { return mnPopupModeStartSaveSelection;… in GetPopupModeStartSaveSelection()
582 sal_uInt16 mnItemPos; // wegen UserDraw muss ich wissen, welches Item ich darstelle.
613 sal_uInt16 GetItemPos() const { return mnItemPos; } in GetItemPos()
614 void SetItemPos( sal_uInt16 n ) { mnItemPos = n; } in SetItemPos()