Lines Matching refs:pRows

421 	HTMLTableRows *pRows;			// die Zeilen der Tabelle  member in HTMLTable
1005 pRows = new HTMLTableRows; in InitCtor()
1162 delete pRows; in ~HTMLTable()
1198 HTMLTableRow *pRow = (*pRows)[i]; in CreateLayoutInfo()
1277 HTMLTableRow *pPrevRow = (*pRows)[nRow-1]; in GetPrevBoxStartNode()
1349 else if( bSwBorders && ((*pRows)[nRow+nRowSpan-1])->bBottomBorder && in GetTopCellSpace()
1382 if( ((*pRows)[nRow+nRowSpan+1])->bBottomBorder ) in GetBottomCellSpace()
1442 pBGBrushItem = ((*pRows)[nRow])->GetBGBrush(); in FixFrameFmt()
1453 if( ((*pRows)[nRow+nRowSpan-1])->bBottomBorder && bLastPara ) in FixFrameFmt()
1455 nEmptyRows = ((*pRows)[nRow+nRowSpan-1])->GetEmptyRows(); in FixFrameFmt()
1714 HTMLTableRow *pTopRow = (*pRows)[nTopRow]; in MakeTableLine()
1971 if( ((*pParent->pRows)[nRow+nRowSpan-1])->bBottomBorder && bLastPara ) in InheritBorders()
1973 ((*pRows)[nRows-1])->bBottomBorder = sal_True; in InheritBorders()
1986 (0==nRow || !((*pParent->pRows)[nRow-1])->bBottomBorder)) ); in InheritBorders()
1998 pInhBG = ((*pParent->pRows)[nRow])->GetBGBrush(); in InheritBorders()
2055 ((*pRows)[i])->IsEndOfGroup()) ) in SetBorders()
2056 ((*pRows)[i])->bBottomBorder = sal_True; in SetBorders()
2063 ((*pRows)[nRows-1])->bBottomBorder = sal_True; in SetBorders()
2072 HTMLTableRow *pRow = (*pRows)[i]; in SetBorders()
2121 ASSERT( nRow<pRows->Count(), in GetCell()
2123 return ((*pRows)[nRow])->GetCell( nCell ); in GetCell()
2133 eAdjust = ((*pRows)[nCurRow])->GetAdjust(); in GetInheritedAdjust()
2141 sal_Int16 eVOri = ((*pRows)[nCurRow])->GetVertOri(); in GetInheritedVertOri()
2175 ((*pRows)[i])->Expand( nColsReq, i<nCurRow ); in InsertCell()
2188 pRows->Insert( new HTMLTableRow(nCols), pRows->Count() ); in InsertCell()
2190 ASSERT( nRows==pRows->Count(), "Zeilenzahl in Insert stimmt nicht" ); in InsertCell()
2198 HTMLTableRow *pCurRow = (*pRows)[nCurRow]; in InsertCell()
2257 ((*pRows)[nCurRow])->SetHeight( (sal_uInt16)aTwipSz.Height() ); in InsertCell()
2275 ((*pRows)[nCurRow-1])->SetEndOfGroup(); in CloseSection()
2290 pRows->Insert( new HTMLTableRow(nCols), pRows->Count() ); in OpenRow()
2292 ASSERT( nRows==pRows->Count(), in OpenRow()
2296 HTMLTableRow *pCurRow = ((*pRows)[nCurRow]); in OpenRow()
2300 ((*pRows)[nCurRow])->SetBGBrush( pBGBrushItem ); in OpenRow()
2318 ((*pRows)[nCurRow-1])->IncEmptyRows(); in CloseRow()
2322 HTMLTableRow *pRow = (*pRows)[nCurRow]; in CloseRow()
2413 HTMLTableRow *pPrevRow = (*pRows)[nCurRow-1]; in CloseTable()
2419 ProtectRowSpan( nCurRow, i, (*pRows)[nCurRow]->GetCell(i)->GetRowSpan() ); in CloseTable()
2422 pRows->DeleteAndDestroy(i); in CloseTable()
2431 ((*pRows)[i])->Expand(1); in CloseTable()
2439 pRows->Insert( new HTMLTableRow(nCols), pRows->Count() ); in CloseTable()
2448 ((*pRows)[i])->Shrink( nFilledCols ); in CloseTable()