Lines Matching refs:Style

42     Style               maLeft;
43 Style maRight;
44 Style maTop;
45 Style maBottom;
46 Style maTLBR;
47 Style maBLTR;
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;