Lines Matching refs:nCols

97 	sal_uInt16 nCols;  member
425 sal_uInt16 nCols; // Anzahl Spalten member in HTMLTable
1125 nCols( pOptions->nCols ), in HTMLTable()
1136 bFixedCols( pOptions->nCols>0 ), in HTMLTable()
1152 for( sal_uInt16 i=0; i<nCols; i++ ) in HTMLTable()
1187 nRows, nCols, bFixedCols, bColSpec, in CreateLayoutInfo()
1199 for( sal_uInt16 j=0; j<nCols; j++ ) in CreateLayoutInfo()
1219 for( i=0; i<nCols; i++ ) in CreateLayoutInfo()
1273 pPrevCnts = GetCell( nRows-1, nCols-1 )->GetContents(); in GetPrevBoxStartNode()
1294 i = nCols; in GetPrevBoxStartNode()
1535 if( nCol+nColSpan == nCols && bRightBorder ) in FixFrameFmt()
1953 ASSERT( nRows>0 && nCols>0 && nCurRow==nRows, in InheritBorders()
2014 if( nCol+nColSpan==pParent->nCols && pParent->bRightBorder ) in InheritVertBorders()
2039 (nCol+nColSpan==pParent->nCols || in InheritVertBorders()
2046 for( i=1; i<nCols; i++ ) in SetBorders()
2073 for( sal_uInt16 j=0; j<nCols; j++ ) in SetBorders()
2130 SvxAdjust eAdjust = (nCurCol<nCols ? ((*pColumns)[nCurCol])->GetAdjust() in GetInheritedAdjust()
2142 if( text::VertOrientation::TOP==eVOri && nCurCol<nCols ) in GetInheritedVertOri()
2170 if( nCols < nColsReq ) in InsertCell()
2172 for( i=nCols; i<nColsReq; i++ ) in InsertCell()
2176 nCols = nColsReq; in InsertCell()
2177 ASSERT( pColumns->Count()==nCols, in InsertCell()
2188 pRows->Insert( new HTMLTableRow(nCols), pRows->Count() ); in InsertCell()
2266 while( nCurCol<nCols && GetCell(nCurRow,nCurCol)->IsUsed() ) in InsertCell()
2290 pRows->Insert( new HTMLTableRow(nCols), pRows->Count() ); in OpenRow()
2306 while( nCurCol<nCols && GetCell(nCurRow,nCurCol)->IsUsed() ) in OpenRow()
2328 sal_uInt16 i=nCols; in CloseRow()
2334 sal_uInt16 nColSpan = nCols-i; in CloseRow()
2353 ASSERT( nCurCol<=nCols, "ungueltige Spalte" ); in CloseColGroup()
2354 if( nCurCol>0 && nCurCol<=nCols ) in CloseColGroup()
2373 if( nCols < nColsReq ) in InsertCol()
2375 for( i=nCols; i<nColsReq; i++ ) in InsertCol()
2377 nCols = nColsReq; in InsertCol()
2415 for( i=0; i<nCols; i++ ) in CloseTable()
2427 if( 0==nCols ) in CloseTable()
2432 nCols = 1; in CloseTable()
2439 pRows->Insert( new HTMLTableRow(nCols), pRows->Count() ); in CloseTable()
2444 if( nFilledCols < nCols ) in CloseTable()
2446 pColumns->DeleteAndDestroy( nFilledCols, nCols-nFilledCols ); in CloseTable()
2449 nCols = nFilledCols; in CloseTable()
2462 SwTableLine *pLine = MakeTableLine( pBox, i, 0, i+1, nCols ); in _MakeTable()
2502 ASSERT( nRows>0 && nCols>0 && nCurRow==nRows, in MakeTable()
5154 nCols( 0 ), in HTMLTableOptions()
5178 nCols = (sal_uInt16)pOption->GetNumber(); in HTMLTableOptions()
5269 if( nCols && !nWidth ) in HTMLTableOptions()