Lines Matching refs:Style

114 static const Style OBJ_STYLE_NONE;
412 void Array::SetCellStyleLeft( size_t nCol, size_t nRow, const Style& rStyle ) in SetCellStyleLeft()
418 void Array::SetCellStyleRight( size_t nCol, size_t nRow, const Style& rStyle ) in SetCellStyleRight()
424 void Array::SetCellStyleTop( size_t nCol, size_t nRow, const Style& rStyle ) in SetCellStyleTop()
430 void Array::SetCellStyleBottom( size_t nCol, size_t nRow, const Style& rStyle ) in SetCellStyleBottom()
436 void Array::SetCellStyleTLBR( size_t nCol, size_t nRow, const Style& rStyle ) in SetCellStyleTLBR()
442 void Array::SetCellStyleBLTR( size_t nCol, size_t nRow, const Style& rStyle ) in SetCellStyleBLTR()
448 void Array::SetCellStyleDiag( size_t nCol, size_t nRow, const Style& rTLBR, const Style& rBLTR ) in SetCellStyleDiag()
456 void Array::SetColumnStyleLeft( size_t nCol, const Style& rStyle ) in SetColumnStyleLeft()
463 void Array::SetColumnStyleRight( size_t nCol, const Style& rStyle ) in SetColumnStyleRight()
470 void Array::SetRowStyleTop( size_t nRow, const Style& rStyle ) in SetRowStyleTop()
477 void Array::SetRowStyleBottom( size_t nRow, const Style& rStyle ) in SetRowStyleBottom()
484 const Style& Array::GetCellStyleLeft( size_t nCol, size_t nRow, bool bSimple ) const in GetCellStyleLeft()
505 const Style& Array::GetCellStyleRight( size_t nCol, size_t nRow, bool bSimple ) const in GetCellStyleRight()
526 const Style& Array::GetCellStyleTop( size_t nCol, size_t nRow, bool bSimple ) const in GetCellStyleTop()
547 const Style& Array::GetCellStyleBottom( size_t nCol, size_t nRow, bool bSimple ) const in GetCellStyleBottom()
568 const Style& Array::GetCellStyleTLBR( size_t nCol, size_t nRow, bool bSimple ) const in GetCellStyleTLBR()
574 const Style& Array::GetCellStyleBLTR( size_t nCol, size_t nRow, bool bSimple ) const in GetCellStyleBLTR()
580 const Style& Array::GetCellStyleTL( size_t nCol, size_t nRow ) const in GetCellStyleTL()
592 const Style& Array::GetCellStyleBR( size_t nCol, size_t nRow ) const in GetCellStyleBR()
604 const Style& Array::GetCellStyleBL( size_t nCol, size_t nRow ) const in GetCellStyleBL()
616 const Style& Array::GetCellStyleTR( size_t nCol, size_t nRow ) const in GetCellStyleTR()
1065 const Style* pStart = &GetCellStyleTop( nFirstCol, nRow ); in DrawRange()
1067 const Style* pStartLFromT = &GetCellStyleLeft( nFirstCol, nRow - 1 ); in DrawRange()
1068 const Style* pStartLFromL = &GetCellStyleTop( nFirstCol - 1, nRow ); in DrawRange()
1069 const Style* pStartLFromB = &GetCellStyleLeft( nFirstCol, nRow ); in DrawRange()
1074 const Style* pEndRFromT = &GetCellStyleRight( nFirstCol, nRow - 1 ); in DrawRange()
1075 const Style* pEndRFromR = &GetCellStyleTop( nFirstCol + 1, nRow ); in DrawRange()
1076 const Style* pEndRFromB = &GetCellStyleRight( nFirstCol, nRow ); in DrawRange()
1084 const Style& rCurr = *pEndRFromR; in DrawRange()
1087 const Style& rLFromT = *pEndRFromT; in DrawRange()
1088 const Style& rLFromL = *pStart; in DrawRange()
1089 const Style& rLFromB = *pEndRFromB; in DrawRange()
1093 const Style& rRFromT = GetCellStyleRight( nCol, nRow - 1 ); in DrawRange()
1094 const Style& rRFromR = GetCellStyleTop( nCol + 1, nRow ); in DrawRange()
1095 const Style& rRFromB = GetCellStyleRight( nCol, nRow ); in DrawRange()
1144 const Style* pStart = &GetCellStyleLeft( nCol, nFirstRow ); in DrawRange()
1146 const Style* pStartTFromL = &GetCellStyleTop( nCol - 1, nFirstRow ); in DrawRange()
1147 const Style* pStartTFromT = &GetCellStyleLeft( nCol, nFirstRow - 1 ); in DrawRange()
1148 const Style* pStartTFromR = &GetCellStyleTop( nCol, nFirstRow ); in DrawRange()
1153 const Style* pEndBFromL = &GetCellStyleBottom( nCol - 1, nFirstRow ); in DrawRange()
1154 const Style* pEndBFromB = &GetCellStyleLeft( nCol, nFirstRow + 1 ); in DrawRange()
1155 const Style* pEndBFromR = &GetCellStyleBottom( nCol, nFirstRow ); in DrawRange()
1163 const Style& rCurr = *pEndBFromB; in DrawRange()
1166 const Style& rTFromL = *pEndBFromL; in DrawRange()
1167 const Style& rTFromT = *pStart; in DrawRange()
1168 const Style& rTFromR = *pEndBFromR; in DrawRange()
1172 const Style& rBFromL = GetCellStyleBottom( nCol - 1, nRow ); in DrawRange()
1173 const Style& rBFromB = GetCellStyleLeft( nCol, nRow + 1 ); in DrawRange()
1174 const Style& rBFromR = GetCellStyleBottom( nCol, nRow ); in DrawRange()