Lines Matching defs:nCol

99     for( size_t nCol = nFirstCol; nCol <= nLastCol; ++nCol )  in lclSetMergedRange()  local
140 const Cell& ArrayImpl::GetCell( size_t nCol, size_t nRow ) const in GetCell()
145 Cell& ArrayImpl::GetCellAcc( size_t nCol, size_t nRow ) in GetCellAcc()
151 size_t ArrayImpl::GetMergedFirstCol( size_t nCol, size_t nRow ) const in GetMergedFirstCol()
158 size_t ArrayImpl::GetMergedFirstRow( size_t nCol, size_t nRow ) const in GetMergedFirstRow()
165 size_t ArrayImpl::GetMergedLastCol( size_t nCol, size_t nRow ) const in GetMergedLastCol()
172 size_t ArrayImpl::GetMergedLastRow( size_t nCol, size_t nRow ) const in GetMergedLastRow()
179 const Cell& ArrayImpl::GetMergedOriginCell( size_t nCol, size_t nRow ) const in GetMergedOriginCell()
184 Cell& ArrayImpl::GetMergedOriginCellAcc( size_t nCol, size_t nRow ) in GetMergedOriginCellAcc()
189 bool ArrayImpl::IsMergedOverlappedLeft( size_t nCol, size_t nRow ) const in IsMergedOverlappedLeft()
195 bool ArrayImpl::IsMergedOverlappedRight( size_t nCol, size_t nRow ) const in IsMergedOverlappedRight()
200 bool ArrayImpl::IsMergedOverlappedTop( size_t nCol, size_t nRow ) const in IsMergedOverlappedTop()
206 bool ArrayImpl::IsMergedOverlappedBottom( size_t nCol, size_t nRow ) const in IsMergedOverlappedBottom()
221 bool ArrayImpl::IsInClipRange( size_t nCol, size_t nRow ) const in IsInClipRange()
256 double ArrayImpl::GetHorDiagAngle( size_t nCol, size_t nRow, bool bSimple ) const in GetHorDiagAngle()
279 double ArrayImpl::GetVerDiagAngle( size_t nCol, size_t nRow, bool bSimple ) const in GetVerDiagAngle()
309 MergedCellIterator::MergedCellIterator( const Array& rArray, size_t nCol, size_t nRow ) in MergedCellIterator()
402 size_t Array::GetCellIndex( size_t nCol, size_t nRow, bool bRTL ) const in GetCellIndex()
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()
473 for( size_t nCol = 0; nCol < mxImpl->mnWidth; ++nCol ) in SetRowStyleTop() local
480 for( size_t nCol = 0; nCol < mxImpl->mnWidth; ++nCol ) in SetRowStyleBottom() local
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()
647 void Array::RemoveMergedRange( size_t nCol, size_t nRow ) in RemoveMergedRange()
658 void Array::SetAddMergedLeftSize( size_t nCol, size_t nRow, long nAddSize ) in SetAddMergedLeftSize()
666 void Array::SetAddMergedRightSize( size_t nCol, size_t nRow, long nAddSize ) in SetAddMergedRightSize()
674 void Array::SetAddMergedTopSize( size_t nCol, size_t nRow, long nAddSize ) in SetAddMergedTopSize()
682 void Array::SetAddMergedBottomSize( size_t nCol, size_t nRow, long nAddSize ) in SetAddMergedBottomSize()
690 bool Array::IsMerged( size_t nCol, size_t nRow ) const in IsMerged()
696 bool Array::IsMergedOrigin( size_t nCol, size_t nRow ) const in IsMergedOrigin()
702 bool Array::IsMergedOverlapped( size_t nCol, size_t nRow ) const in IsMergedOverlapped()
708 bool Array::IsMergedOverlappedLeft( size_t nCol, size_t nRow ) const in IsMergedOverlappedLeft()
714 bool Array::IsMergedOverlappedRight( size_t nCol, size_t nRow ) const in IsMergedOverlappedRight()
720 bool Array::IsMergedOverlappedTop( size_t nCol, size_t nRow ) const in IsMergedOverlappedTop()
726 bool Array::IsMergedOverlappedBottom( size_t nCol, size_t nRow ) const in IsMergedOverlappedBottom()
732 void Array::GetMergedOrigin( size_t& rnFirstCol, size_t& rnFirstRow, size_t nCol, size_t nRow ) con… in GetMergedOrigin()
739 void Array::GetMergedSize( size_t& rnWidth, size_t& rnHeight, size_t nCol, size_t nRow ) const in GetMergedSize()
748 size_t& rnLastCol, size_t& rnLastRow, size_t nCol, size_t nRow ) const in GetMergedRange()
773 bool Array::IsInClipRange( size_t nCol, size_t nRow ) const in IsInClipRange()
802 void Array::SetColWidth( size_t nCol, long nWidth ) in SetColWidth()
876 Point Array::GetCellPosition( size_t nCol, size_t nRow, bool bSimple ) const in GetCellPosition()
883 Size Array::GetCellSize( size_t nCol, size_t nRow, bool bSimple ) const in GetCellSize()
892 Rectangle Array::GetCellRect( size_t nCol, size_t nRow, bool bSimple ) const in GetCellRect()
910 double Array::GetHorDiagAngle( size_t nCol, size_t nRow, bool bSimple ) const in GetHorDiagAngle()
916 double Array::GetVerDiagAngle( size_t nCol, size_t nRow, bool bSimple ) const in GetVerDiagAngle()
939 size_t nCol, nRow; in MirrorSelfX() local
973 size_t nCol, nRow; in MirrorSelfY() local
1004 void Array::DrawCell( OutputDevice& rDev, size_t nCol, size_t nRow, const Color* pForceColor ) const in DrawCell()
1016 size_t nCol, nRow; in DrawRange() local