Lines Matching refs:pRows

1282 	return (*pRows)[(sal_uInt16)nRow]->GetCell( (sal_uInt16)nCol );  in SV_IMPL_PTRARR()
1293 pRows( new SwXMLTableRows_Impl ), in SwXMLTableContext()
1437 pRows( new SwXMLTableRows_Impl ), in SwXMLTableContext()
1460 delete pRows; in ~SwXMLTableContext()
1619 SwXMLTableRow_Impl *pCurRow = (*pRows)[(sal_uInt16)nCurRow]; in InsertCell()
1651 for( i=0; i<pRows->Count(); i++ ) in InsertCell()
1652 (*pRows)[(sal_uInt16)i]->Expand( nColsReq, i<nCurRow ); in InsertCell()
1656 if( pRows->Count() < nRowsReq ) in InsertCell()
1659 for( i = pRows->Count(); i < nRowsReq; ++i ) in InsertCell()
1660 pRows->Insert( new SwXMLTableRow_Impl(aStyleName2, GetColumnCount()), in InsertCell()
1661 pRows->Count() ); in InsertCell()
1667 sStyleName = ((*pRows)[(sal_uInt16)nCurRow])->GetDefaultCellStyleName(); in InsertCell()
1709 if( nCurRow < pRows->Count() ) in InsertRow()
1713 (*pRows)[(sal_uInt16)nCurRow]->Set( in InsertRow()
1719 pRows->Insert( new SwXMLTableRow_Impl( rStyleName, GetColumnCount(), in InsertRow()
1721 pRows->Count() ); in InsertRow()
1737 const SwXMLTableRow_Impl *pSrcRow = (*pRows)[(sal_uInt16)nCurRow-1]; in InsertRepRows()
1784 pPrevCell = GetCell( pRows->Count()-1U, GetColumnCount()-1UL ); in GetPrevStartNode()
1797 const SwXMLTableRow_Impl *pPrevRow = (*pRows)[(sal_uInt16)nRow-1U]; in GetPrevStartNode()
1857 SwXMLTableRow_Impl *pRow = (*pRows)[(sal_uInt16)i]; in ReplaceWithEmptyCell()
1980 SwXMLTableRow_Impl *pRow = (*pRows)[(sal_uInt16)i]; in MakeTableBox()
2008 SwXMLTableRow_Impl *pStartRow = (*pRows)[(sal_uInt16)nStartRow]; in MakeTableBox()
2019 (*pRows)[(sal_uInt16)nStartRow-1U]; in MakeTableBox()
2233 const OUString& rStyleName = (*pRows)[(sal_uInt16)nTopRow]->GetStyleName(); in MakeTableLine()
2249 (*pRows)[(sal_uInt16)nRow]->SetSplitable( sal_True ); in MakeTableLine()
2274 sal_Bool bHoriSplit = (*pRows)[(sal_uInt16)nRow]->IsSplitable() && in MakeTableLine()
2277 (*pRows)[(sal_uInt16)nRow]->SetSplitable( bHoriSplit ); in MakeTableLine()
2421 if( pRows->Count() > nCurRow ) in _MakeTable()
2423 SwXMLTableRow_Impl *pPrevRow = (*pRows)[(sal_uInt16)nCurRow-1U]; in _MakeTable()
2432 for( i=(sal_uInt32)pRows->Count()-1UL; i>=nCurRow; i-- ) in _MakeTable()
2433 pRows->DeleteAndDestroy( (sal_uInt16)i ); in _MakeTable()
2436 if( 0UL == pRows->Count() ) in _MakeTable()
2647 sal_uInt32 nRows = pRows->Count(); in _MakeTable()
2654 SwXMLTableRow_Impl *pRow = (*pRows)[(sal_uInt16)i]; in _MakeTable()
2682 if (!pRows || !pRows->Count() || !GetColumnCount()) in MakeTable()
2825 for( sal_uInt16 i=0; i<pRows->Count(); i++ ) in MakeTable()
2826 (*pRows)[i]->Dispose(); in MakeTable()
2866 …for( sal_uInt16 i=0; i<pRows->Count(); i++ ) // i113600, to break the cyclic reference to SwXMLTab… in MakeTable()
2867 (*pRows)[i]->Dispose(); in MakeTable()