Lines Matching refs:Rectangle

74 	Rectangle		aCurSelectionRect;
80 Rectangle aPrevBoundRect;
124 void AdjustVirtSize( const Rectangle& );
136 sal_Bool GetResizeRect( Rectangle& );
137 void PaintResizeRect( const Rectangle& );
145 void ImpDrawXORRect( const Rectangle& rRect );
146 void AddSelectedRect( const Rectangle&, short nOffset = SELRECT_BORDER_OFFS );
148 Rectangle CalcMaxTextRect( const SvLBoxEntry* pEntry,
151 void ClipAtVirtOutRect( Rectangle& rRect ) const;
154 const Rectangle& rCenterRect, // "Schwerpunkt" des Objekts (typ. Bmp-Rect)
155 const Rectangle& rBoundRect ) const;
185 void Paint( const Rectangle& rRect );
230 Rectangle CalcFocusRect( SvLBoxEntry* );
232 Rectangle CalcBmpRect( SvLBoxEntry*, const Point* pPos = 0,
234 Rectangle CalcTextRect( SvLBoxEntry*, SvLBoxString* pItem = 0,
249 const Rectangle& GetBoundingRect( SvLBoxEntry*,
252 void InvalidateBoundingRect( Rectangle& rRect ) { rRect.Right() = LONG_MAX; } in InvalidateBoundingRect()
253 …sal_Bool IsBoundingRectValid( const Rectangle& rRect ) const { return (sal_Bool)( rRect.Right() … in IsBoundingRectValid()
255 void PaintEmphasis( const Rectangle&, sal_Bool bSelected,
257 void PaintItem( const Rectangle& rRect, SvLBoxItem* pItem,
289 sal_Bool IsOver( SvPtrarr* pSelectedRectList, const Rectangle& rEntryBoundRect ) const;
290 void SelectRect( const Rectangle&, sal_Bool bAdd = sal_True,
293 void DrawSelectionRect( const Rectangle& );
300 void MakeVisible( const Rectangle& rDocPos,sal_Bool bInScrollBarEvent=sal_False);
310 const Rectangle& rRect = GetBoundingRect( pEntry ); in MakeVisible()