Lines Matching refs:SvLBoxEntry

45 class SvLBoxEntry;
95 SvLBoxEntry* pCursor;
96 SvLBoxEntry* pStartEntry;
97 SvLBoxEntry* pAnchor;
98 SvLBoxEntry* pMostRightEntry;
100 SvLBoxEntry* pActiveEntry;
186 long GetEntryLine( SvLBoxEntry* pEntry ) const;
194 void SetCursor( SvLBoxEntry* pEntry, sal_Bool bForceNoSelect = sal_False );
207 SvLBoxEntry* MakePointVisible( const Point& rPoint,
210 void SetAnchorSelection( SvLBoxEntry* pOld,
211 SvLBoxEntry* pNewCursor );
214 SvLBoxEntry* pEntry, long nY );
216 SvLBoxEntry* pEntry );
219 SvLBoxEntry*,long nY );
228 sal_Bool EntryReallyHit(SvLBoxEntry* pEntry,const Point& rPos,long nLine);
232 sal_Bool SetMostRight( SvLBoxEntry* pEntry );
233 void FindMostRight( SvLBoxEntry* EntryToIgnore );
234 void FindMostRight( SvLBoxEntry* pParent, SvLBoxEntry* EntryToIgnore );
235 void FindMostRight_Impl( SvLBoxEntry* pParent,SvLBoxEntry* EntryToIgnore );
249 short UpdateContextBmpWidthVector( SvLBoxEntry* pEntry, short nWidth );
250 void UpdateContextBmpWidthMax( SvLBoxEntry* pEntry );
251 void UpdateContextBmpWidthVectorFromMovedEntry( SvLBoxEntry* pEntry );
253 void CalcCellFocusRect( SvLBoxEntry* pEntry, Rectangle& rRect );
268 void EntryInserted( SvLBoxEntry*);
269 void RemovingEntry( SvLBoxEntry* pEntry );
271 void MovingEntry( SvLBoxEntry* pEntry );
272 void EntryMoved( SvLBoxEntry* pEntry );
273 void TreeInserted( SvLBoxEntry* pEntry );
276 void EntryExpanded( SvLBoxEntry* pEntry );
277 void EntryCollapsed( SvLBoxEntry* pEntry );
278 void CollapsingEntry( SvLBoxEntry* pEntry );
279 void EntrySelected( SvLBoxEntry*, sal_Bool bSelect );
294 void PaintEntry( SvLBoxEntry* pEntry );
295 void InvalidateEntry( SvLBoxEntry* );
298 inline void SelectEntry( SvLBoxEntry* pEntry, sal_Bool bSelect );
304 SvLBoxEntry* GetCurrentEntry() const { return pCursor; } in GetCurrentEntry()
305 sal_Bool IsEntryInView( SvLBoxEntry* ) const;
306 SvLBoxEntry* GetEntry( const Point& rPos ) const;
308 SvLBoxEntry* GetClickedEntry( const Point& ) const;
309 SvLBoxEntry* GetCurEntry() const { return pCursor; } in GetCurEntry()
310 void SetCurEntry( SvLBoxEntry* );
311 Point GetEntryPosition( SvLBoxEntry* ) const;
312 void MakeVisible( SvLBoxEntry* pEntry, sal_Bool bMoveToTop=sal_False );
314 void PaintDDCursor( SvLBoxEntry* );
350 sal_Bool IsNodeButton( const Point& rPosPixel, SvLBoxEntry* pEntry ) const;
358 void ShowFocusRect( const SvLBoxEntry* pEntry );
370 bool IsSelectable( const SvLBoxEntry* pEntry );
445 inline Point SvImpLBox::GetEntryPosition( SvLBoxEntry* pEntry ) const in GetEntryPosition()
450 inline void SvImpLBox::PaintEntry( SvLBoxEntry* pEntry ) in PaintEntry()
464 inline void SvImpLBox::TreeInserted( SvLBoxEntry* pInsTree ) in TreeInserted()