Lines Matching refs:size_t

75     size_t              mnWidth;
76 size_t mnHeight;
77 size_t mnFirstClipCol;
78 size_t mnFirstClipRow;
79 size_t mnLastClipCol;
80 size_t mnLastClipRow;
85 explicit ArrayImpl( size_t nWidth, size_t nHeight, bool bDiagDblClip );
87 inline bool IsValidPos( size_t nCol, size_t nRow ) const in IsValidPos()
89 inline size_t GetIndex( size_t nCol, size_t nRow ) const in GetIndex()
92 const Cell& GetCell( size_t nCol, size_t nRow ) const;
93 Cell& GetCellAcc( size_t nCol, size_t nRow );
95 size_t GetMergedFirstCol( size_t nCol, size_t nRow ) const;
96 size_t GetMergedFirstRow( size_t nCol, size_t nRow ) const;
97 size_t GetMergedLastCol( size_t nCol, size_t nRow ) const;
98 size_t GetMergedLastRow( size_t nCol, size_t nRow ) const;
100 const Cell& GetMergedOriginCell( size_t nCol, size_t nRow ) const;
101 Cell& GetMergedOriginCellAcc( size_t nCol, size_t nRow );
103 bool IsMergedOverlappedLeft( size_t nCol, size_t nRow ) const;
104 bool IsMergedOverlappedRight( size_t nCol, size_t nRow ) const;
105 bool IsMergedOverlappedTop( size_t nCol, size_t nRow ) const;
106 bool IsMergedOverlappedBottom( size_t nCol, size_t nRow ) const;
108 bool IsInClipRange( size_t nCol, size_t nRow ) const;
109 bool IsColInClipRange( size_t nCol ) const;
110 bool IsRowInClipRange( size_t nRow ) const;
112 inline size_t GetMirrorCol( size_t nCol ) const { return mnWidth - nCol - 1; } in GetMirrorCol()
113 inline size_t GetMirrorRow( size_t nRow ) const { return mnHeight - nRow - 1; } in GetMirrorRow()
115 long GetColPosition( size_t nCol ) const;
116 long GetRowPosition( size_t nRow ) const;
118 long GetColWidth( size_t nFirstCol, size_t nLastCol ) const;
119 long GetRowHeight( size_t nFirstRow, size_t nLastRow ) const;
121 double GetHorDiagAngle( size_t nCol, size_t nRow, bool bSimple = false ) const;
122 double GetVerDiagAngle( size_t nCol, size_t nRow, bool bSimple = false ) const;
159 explicit Array( size_t nWidth, size_t nHeight );
167 void Initialize( size_t nWidth, size_t nHeight );
173 size_t GetColCount() const;
176 size_t GetRowCount() const;
179 size_t GetCellCount() const;
182 size_t GetColFromIndex( size_t nCellIndex ) const;
185 size_t GetRowFromIndex( size_t nCellIndex ) const;
188 size_t GetCellIndex( size_t nCol, size_t nRow, bool bRTL = false) const;
193 void SetCellStyleLeft( size_t nCol, size_t nRow, const Style& rStyle );
196 void SetCellStyleRight( size_t nCol, size_t nRow, const Style& rStyle );
199 void SetCellStyleTop( size_t nCol, size_t nRow, const Style& rStyle );
202 void SetCellStyleBottom( size_t nCol, size_t nRow, const Style& rStyle );
205 void SetCellStyleTLBR( size_t nCol, size_t nRow, const Style& rStyle );
208 void SetCellStyleBLTR( size_t nCol, size_t nRow, const Style& rStyle );
211 …void SetCellStyleDiag( size_t nCol, size_t nRow, const Style& rTLBR, const Style& r…
214 void SetColumnStyleLeft( size_t nCol, const Style& rStyle );
217 void SetColumnStyleRight( size_t nCol, const Style& rStyle );
220 void SetRowStyleTop( size_t nRow, const Style& rStyle );
223 void SetRowStyleBottom( size_t nRow, const Style& rStyle );
232 const Style& GetCellStyleLeft( size_t nCol, size_t nRow, bool bSimple = false ) const;
241 const Style& GetCellStyleRight( size_t nCol, size_t nRow, bool bSimple = false ) const;
250 const Style& GetCellStyleTop( size_t nCol, size_t nRow, bool bSimple = false ) const;
259 const Style& GetCellStyleBottom( size_t nCol, size_t nRow, bool bSimple = false ) const;
267 const Style& GetCellStyleTLBR( size_t nCol, size_t nRow, bool bSimple = false ) const;
275 const Style& GetCellStyleBLTR( size_t nCol, size_t nRow, bool bSimple = false ) const;
283 const Style& GetCellStyleTL( size_t nCol, size_t nRow ) const;
291 const Style& GetCellStyleBR( size_t nCol, size_t nRow ) const;
299 const Style& GetCellStyleBL( size_t nCol, size_t nRow ) const;
307 const Style& GetCellStyleTR( size_t nCol, size_t nRow ) const;
313 …void SetMergedRange( size_t nFirstCol, size_t nFirstRow, size_t nLastCol, size_t nL…
316 void RemoveMergedRange( size_t nCol, size_t nRow );
321 void SetAddMergedLeftSize( size_t nCol, size_t nRow, long nAddSize );
326 void SetAddMergedRightSize( size_t nCol, size_t nRow, long nAddSize );
331 void SetAddMergedTopSize( size_t nCol, size_t nRow, long nAddSize );
336 void SetAddMergedBottomSize( size_t nCol, size_t nRow, long nAddSize );
339 bool IsMerged( size_t nCol, size_t nRow ) const;
342 bool IsMergedOrigin( size_t nCol, size_t nRow ) const;
345 bool IsMergedOverlapped( size_t nCol, size_t nRow ) const;
348 bool IsMergedOverlappedLeft( size_t nCol, size_t nRow ) const;
351 bool IsMergedOverlappedRight( size_t nCol, size_t nRow ) const;
354 bool IsMergedOverlappedTop( size_t nCol, size_t nRow ) const;
357 bool IsMergedOverlappedBottom( size_t nCol, size_t nRow ) const;
360 …void GetMergedOrigin( size_t& rnFirstCol, size_t& rnFirstRow, size_t nCol, size_t n…
363 …void GetMergedSize( size_t& rnWidth, size_t& rnHeight, size_t nCol, size_t nRow ) c…
366 void GetMergedRange( size_t& rnFirstCol, size_t& rnFirstRow,
367 size_t& rnLastCol, size_t& rnLastRow, size_t nCol, size_t nRow ) const;
380 …void SetClipRange( size_t nFirstCol, size_t nFirstRow, size_t nLastCol, size_t nLas…
386 bool IsInClipRange( size_t nCol, size_t nRow ) const;
400 void SetColWidth( size_t nCol, long nWidth );
403 void SetRowHeight( size_t nRow, long nHeight );
414 long GetColPosition( size_t nCol ) const;
419 long GetRowPosition( size_t nRow ) const;
422 long GetColWidth( size_t nCol ) const;
425 long GetColWidth( size_t nFirstCol, size_t nLastCol ) const;
428 long GetRowHeight( size_t nRow ) const;
431 long GetRowHeight( size_t nFirstRow, size_t nLastRow ) const;
443 Point GetCellPosition( size_t nCol, size_t nRow, bool bSimple = false ) const;
449 Size GetCellSize( size_t nCol, size_t nRow, bool bSimple = false ) const;
455 Rectangle GetCellRect( size_t nCol, size_t nRow, bool bSimple = false ) const;
463 double GetHorDiagAngle( size_t nCol, size_t nRow, bool bSimple = false ) const;
469 double GetVerDiagAngle( size_t nCol, size_t nRow, bool bSimple = false ) const;
503 void DrawCell( OutputDevice& rDev, size_t nCol, size_t nRow,
510 size_t nFirstCol, size_t nFirstRow,
511 size_t nLastCol, size_t nLastRow,