Lines Matching refs:Rectangle

42 class Rectangle;
84 void LimitToArea( const Rectangle& rPixelArea );
94 Rectangle aDrawRectangle[SC_PREVIEW_MAXRANGES];
101 Rectangle GetOffsetPixel( const ScAddress& rCellPos, const ScRange& rRange ) const;
110 …void AddCellRange( const Rectangle& rRect, const ScRange& rRange, sal_Bool bRepCol, sal_Bool bRepR…
112 void AddColHeaders( const Rectangle& rRect, SCCOL nStartCol, SCCOL nEndCol, sal_Bool bRepCol );
113 void AddRowHeaders( const Rectangle& rRect, SCROW nStartRow, SCROW nEndRow, sal_Bool bRepRow );
114 void AddHeaderFooter( const Rectangle& rRect, sal_Bool bHeader, sal_Bool bLeft );
115 void AddNoteMark( const Rectangle& rRect, const ScAddress& rPos );
116 void AddNoteText( const Rectangle& rRect, const ScAddress& rPos );
121 void GetTableInfo( const Rectangle& rVisiblePixel, ScPreviewTableInfo& rInfo ) const;
124 …void GetDrawRange( sal_uInt16 nPos, Rectangle& rPixelRect, MapMode& rMapMode, sal_uInt8& rRangeId …
126 sal_Bool GetHeaderPosition( Rectangle& rHeaderRect ) const;
127 sal_Bool GetFooterPosition( Rectangle& rFooterRect ) const;
131 long GetNoteCountInRange( const Rectangle& rVisiblePixel, sal_Bool bNoteMarks ) const;
132 sal_Bool GetNoteInRange( const Rectangle& rVisiblePixel, long nIndex, sal_Bool bNoteMarks,
133 ScAddress& rCellPos, Rectangle& rNoteRect ) const;
134 Rectangle GetNoteInRangeOutputRect(const Rectangle& rVisiblePixel, sal_Bool bNoteMarks,
138 sal_Bool HasCellsInRange( const Rectangle& rVisiblePixel ) const;
140 sal_Bool GetCellPosition( const ScAddress& rCellPos, Rectangle& rCellRect ) const;
145Rectangle GetHeaderCellOutputRect(const Rectangle& rVisRect, const ScAddress& rCellPos, sal_Bool b…
146 Rectangle GetCellOutputRect(const ScAddress& rCellPos) const;
150 sal_Bool GetMainCellRange( ScRange& rRange, Rectangle& rPixRect ) const;