Lines Matching refs:rStyle

412 void Array::SetCellStyleLeft( size_t nCol, size_t nRow, const Style& rStyle )  in SetCellStyleLeft()  argument
415 CELLACC( nCol, nRow ).maLeft = rStyle; in SetCellStyleLeft()
418 void Array::SetCellStyleRight( size_t nCol, size_t nRow, const Style& rStyle ) in SetCellStyleRight() argument
421 CELLACC( nCol, nRow ).maRight = rStyle; in SetCellStyleRight()
424 void Array::SetCellStyleTop( size_t nCol, size_t nRow, const Style& rStyle ) in SetCellStyleTop() argument
427 CELLACC( nCol, nRow ).maTop = rStyle; in SetCellStyleTop()
430 void Array::SetCellStyleBottom( size_t nCol, size_t nRow, const Style& rStyle ) in SetCellStyleBottom() argument
433 CELLACC( nCol, nRow ).maBottom = rStyle; in SetCellStyleBottom()
436 void Array::SetCellStyleTLBR( size_t nCol, size_t nRow, const Style& rStyle ) in SetCellStyleTLBR() argument
439 CELLACC( nCol, nRow ).maTLBR = rStyle; in SetCellStyleTLBR()
442 void Array::SetCellStyleBLTR( size_t nCol, size_t nRow, const Style& rStyle ) in SetCellStyleBLTR() argument
445 CELLACC( nCol, nRow ).maBLTR = rStyle; in SetCellStyleBLTR()
456 void Array::SetColumnStyleLeft( size_t nCol, const Style& rStyle ) in SetColumnStyleLeft() argument
460 SetCellStyleLeft( nCol, nRow, rStyle ); in SetColumnStyleLeft()
463 void Array::SetColumnStyleRight( size_t nCol, const Style& rStyle ) in SetColumnStyleRight() argument
467 SetCellStyleRight( nCol, nRow, rStyle ); in SetColumnStyleRight()
470 void Array::SetRowStyleTop( size_t nRow, const Style& rStyle ) in SetRowStyleTop() argument
474 SetCellStyleTop( nCol, nRow, rStyle ); in SetRowStyleTop()
477 void Array::SetRowStyleBottom( size_t nRow, const Style& rStyle ) in SetRowStyleBottom() argument
481 SetCellStyleBottom( nCol, nRow, rStyle ); in SetRowStyleBottom()