Lines Matching refs:nRow

111     sal_uInt8                GetFormatIndex( size_t nCol, size_t nRow ) const;
112 const SvxBoxItem& GetBoxItem( size_t nCol, size_t nRow ) const;
114 void DrawString( size_t nCol, size_t nRow );
672 sal_uInt8 AutoFmtPreview::GetFormatIndex( size_t nCol, size_t nRow ) const in GetFormatIndex()
682 return pnFmtMap[ maArray.GetCellIndex( nCol, nRow, mbRTL ) ]; in GetFormatIndex()
685 const SvxBoxItem& AutoFmtPreview::GetBoxItem( size_t nCol, size_t nRow ) const in GetBoxItem()
687 return aCurData.GetBoxFmt( GetFormatIndex( nCol, nRow ) ).GetBox(); in GetBoxItem()
692 void AutoFmtPreview::DrawString( size_t nCol, size_t nRow ) in DrawString() argument
700 sal_uInt8 nIndex = static_cast< sal_uInt8 >( maArray.GetCellIndex( nCol, nRow, mbRTL ) ); in DrawString()
759 sal_uInt8 nFmtIndex = GetFormatIndex( nCol, nRow ); in DrawString()
760 Rectangle cellRect = maArray.GetCellRect( nCol, nRow ); in DrawString()
876 for( size_t nRow = 0; nRow < 5; ++nRow ) in DrawStrings() local
878 DrawString( nCol, nRow ); in DrawStrings()
886 for( size_t nRow = 0; nRow < 5; ++nRow ) in DrawBackground() local
890 … SvxBrushItem aBrushItem( aCurData.GetBoxFmt( GetFormatIndex( nCol, nRow ) ).GetBackground() ); in DrawBackground()
895 aVD.DrawRect( maArray.GetCellRect( nCol, nRow ) ); in DrawBackground()
956 for( size_t nRow = 0; nRow < 5; ++nRow ) in CalcLineMap() local
962 const SvxBoxItem& rItem = GetBoxItem( nCol, nRow ); in CalcLineMap()
964 maArray.SetCellStyleLeft( nCol, nRow, aStyle ); in CalcLineMap()
966 maArray.SetCellStyleRight( nCol, nRow, aStyle ); in CalcLineMap()
968 maArray.SetCellStyleTop( nCol, nRow, aStyle ); in CalcLineMap()
970 maArray.SetCellStyleBottom( nCol, nRow, aStyle ); in CalcLineMap()