Lines Matching refs:nRow

498 	void FixRowSpan( sal_uInt16 nRow, sal_uInt16 nCol, const HTMLTableCnts *pCnts );
501 void ProtectRowSpan( sal_uInt16 nRow, sal_uInt16 nCol, sal_uInt16 nRowSpan );
506 const SwStartNode* GetPrevBoxStartNode( sal_uInt16 nRow, sal_uInt16 nCell ) const;
508 sal_uInt16 GetTopCellSpace( sal_uInt16 nRow, sal_uInt16 nRowSpan,
510 sal_uInt16 GetBottomCellSpace( sal_uInt16 nRow, sal_uInt16 nRowSpan,
514 void FixFrameFmt( SwTableBox *pBox, sal_uInt16 nRow, sal_uInt16 nCol,
542 sal_uInt16 nRow, sal_uInt16 nCol,
575 inline HTMLTableCell *GetCell( sal_uInt16 nRow, sal_uInt16 nCell ) const;
1219 void HTMLTable::FixRowSpan( sal_uInt16 nRow, sal_uInt16 nCol, in FixRowSpan() argument
1224 while( ( pCell=GetCell(nRow,nCol), pCell->GetContents()==pCnts ) ) in FixRowSpan()
1228 pLayoutInfo->GetCell(nRow,nCol)->SetRowSpan( nRowSpan ); in FixRowSpan()
1230 if( !nRow ) break; in FixRowSpan()
1231 nRowSpan++; nRow--; in FixRowSpan()
1235 void HTMLTable::ProtectRowSpan( sal_uInt16 nRow, sal_uInt16 nCol, sal_uInt16 nRowSpan ) in ProtectRowSpan() argument
1239 GetCell(nRow+i,nCol)->SetProtected(); in ProtectRowSpan()
1241 pLayoutInfo->GetCell(nRow+i,nCol)->SetProtected(); in ProtectRowSpan()
1247 const SwStartNode* HTMLTable::GetPrevBoxStartNode( sal_uInt16 nRow, sal_uInt16 nCol ) const in GetPrevBoxStartNode() argument
1251 if( 0==nRow ) in GetPrevBoxStartNode()
1259 else if( USHRT_MAX==nRow && USHRT_MAX==nCol ) in GetPrevBoxStartNode()
1265 HTMLTableRow *pPrevRow = (*pRows)[nRow-1]; in GetPrevBoxStartNode()
1274 pPrevCnts = GetCell(nRow,i)->GetContents(); in GetPrevBoxStartNode()
1321 sal_uInt16 HTMLTable::GetTopCellSpace( sal_uInt16 nRow, sal_uInt16 nRowSpan, in GetTopCellSpace() argument
1326 if( nRow == 0 ) in GetTopCellSpace()
1337 else if( bSwBorders && ((*pRows)[nRow+nRowSpan-1])->bBottomBorder && in GetTopCellSpace()
1351 sal_uInt16 HTMLTable::GetBottomCellSpace( sal_uInt16 nRow, sal_uInt16 nRowSpan, in GetBottomCellSpace() argument
1356 if( nRow+nRowSpan == nRows ) in GetBottomCellSpace()
1370 if( ((*pRows)[nRow+nRowSpan+1])->bBottomBorder ) in GetBottomCellSpace()
1376 else if( nRow==0 && bTopBorder && nSpace < MIN_BORDER_DIST ) in GetBottomCellSpace()
1393 sal_uInt16 nRow, sal_uInt16 nCol, in FixFrameFmt() argument
1413 const HTMLTableCell *pCell = GetCell( nRow, nCol ); in FixFrameFmt()
1430 pBGBrushItem = ((*pRows)[nRow])->GetBGBrush(); in FixFrameFmt()
1440 bTopLine = 0==nRow && bTopBorder && bFirstPara; in FixFrameFmt()
1441 if( ((*pRows)[nRow+nRowSpan-1])->bBottomBorder && bLastPara ) in FixFrameFmt()
1443 nEmptyRows = ((*pRows)[nRow+nRowSpan-1])->GetEmptyRows(); in FixFrameFmt()
1444 if( nRow+nRowSpan == nRows ) in FixFrameFmt()
1937 sal_uInt16 nRow, sal_uInt16 nCol, in InheritBorders() argument
1953 if( 0==nRow && pParent->bTopBorder && bFirstPara ) in InheritBorders()
1959 if( ((*pParent->pRows)[nRow+nRowSpan-1])->bBottomBorder && bLastPara ) in InheritBorders()
1964 nRow+nRowSpan==pParent->nRows ? pParent->aBottomBorderLine in InheritBorders()
1974 (0==nRow || !((*pParent->pRows)[nRow-1])->bBottomBorder)) ); in InheritBorders()
1978 const SvxBrushItem *pInhBG = pParent->GetCell(nRow,nCol)->GetBGBrush(); in InheritBorders()
1980 pParent->GetCell(nRow,nCol)->GetRowSpan() == pParent->nRows ) in InheritBorders()
1986 pInhBG = ((*pParent->pRows)[nRow])->GetBGBrush(); in InheritBorders()
2106 inline HTMLTableCell *HTMLTable::GetCell( sal_uInt16 nRow, in GetCell() argument
2109 ASSERT( nRow<pRows->Count(), in GetCell()
2111 return ((*pRows)[nRow])->GetCell( nCell ); in GetCell()
2783 sal_uInt16 nRow = (*pDrawObjPrcWidths)[3*i]; in MakeTable() local
2788 pLayoutInfo->GetCell( nRow, nCol ); in MakeTable()