Lines Matching refs:nPos

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 …tryType* GetMutableEntryPtr( sal_uInt16 nPos ) const { return (ImplEntryType*) GetObject(… in GetMutableEntryPtr()
137 long GetEntryHeight( sal_uInt16 nPos ) const;
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 );
161 void SetLastSelected( sal_uInt16 nPos ) { mnLastSelected = nPos; } in SetLastSelected() argument
164 void SetSelectionAnchor( sal_uInt16 nPos ) { mnSelectionAnchor = nPos; } in SetSelectionAnchor() argument
179 bool IsEntrySelectable( sal_uInt16 nPos ) const;
186 sal_uInt16 FindFirstSelectable( sal_uInt16 nPos, bool bForward = true );
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 );
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 );
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() argument
451 void SetEntryFlags( sal_uInt16 nPos, long nFlags );
452 long GetEntryFlags( sal_uInt16 nPos ) const;
454 void SelectEntry( sal_uInt16 nPos, sal_Bool bSelect );
467 void ShowProminentEntry( sal_uInt16 nPos ) { maLBWindow.ShowProminentEntry( nPos ); } in ShowProminentEntry() argument