Lines Matching refs:nCols

96 	sal_uInt16 nCols;  member
418 sal_uInt16 nCols; // Anzahl Spalten member in HTMLTable
1113 nCols( pOptions->nCols ), in HTMLTable()
1124 bFixedCols( pOptions->nCols>0 ), in HTMLTable()
1140 for( sal_uInt16 i=0; i<nCols; i++ ) in HTMLTable()
1175 nRows, nCols, bFixedCols, bColSpec, in CreateLayoutInfo()
1187 for( sal_uInt16 j=0; j<nCols; j++ ) in CreateLayoutInfo()
1207 for( i=0; i<nCols; i++ ) in CreateLayoutInfo()
1261 pPrevCnts = GetCell( nRows-1, nCols-1 )->GetContents(); in GetPrevBoxStartNode()
1282 i = nCols; in GetPrevBoxStartNode()
1523 if( nCol+nColSpan == nCols && bRightBorder ) in FixFrameFmt()
1941 ASSERT( nRows>0 && nCols>0 && nCurRow==nRows, in InheritBorders()
2002 if( nCol+nColSpan==pParent->nCols && pParent->bRightBorder ) in InheritVertBorders()
2027 (nCol+nColSpan==pParent->nCols || in InheritVertBorders()
2034 for( i=1; i<nCols; i++ ) in SetBorders()
2061 for( sal_uInt16 j=0; j<nCols; j++ ) in SetBorders()
2118 SvxAdjust eAdjust = (nCurCol<nCols ? ((*pColumns)[nCurCol])->GetAdjust() in GetInheritedAdjust()
2130 if( text::VertOrientation::TOP==eVOri && nCurCol<nCols ) in GetInheritedVertOri()
2158 if( nCols < nColsReq ) in InsertCell()
2160 for( i=nCols; i<nColsReq; i++ ) in InsertCell()
2164 nCols = nColsReq; in InsertCell()
2165 ASSERT( pColumns->Count()==nCols, in InsertCell()
2176 pRows->Insert( new HTMLTableRow(nCols), pRows->Count() ); in InsertCell()
2254 while( nCurCol<nCols && GetCell(nCurRow,nCurCol)->IsUsed() ) in InsertCell()
2278 pRows->Insert( new HTMLTableRow(nCols), pRows->Count() ); in OpenRow()
2294 while( nCurCol<nCols && GetCell(nCurRow,nCurCol)->IsUsed() ) in OpenRow()
2316 sal_uInt16 i=nCols; in CloseRow()
2322 sal_uInt16 nColSpan = nCols-i; in CloseRow()
2341 ASSERT( nCurCol<=nCols, "ungueltige Spalte" ); in CloseColGroup()
2342 if( nCurCol>0 && nCurCol<=nCols ) in CloseColGroup()
2361 if( nCols < nColsReq ) in InsertCol()
2363 for( i=nCols; i<nColsReq; i++ ) in InsertCol()
2365 nCols = nColsReq; in InsertCol()
2403 for( i=0; i<nCols; i++ ) in CloseTable()
2415 if( 0==nCols ) in CloseTable()
2420 nCols = 1; in CloseTable()
2427 pRows->Insert( new HTMLTableRow(nCols), pRows->Count() ); in CloseTable()
2432 if( nFilledCols < nCols ) in CloseTable()
2434 pColumns->DeleteAndDestroy( nFilledCols, nCols-nFilledCols ); in CloseTable()
2437 nCols = nFilledCols; in CloseTable()
2450 SwTableLine *pLine = MakeTableLine( pBox, i, 0, i+1, nCols ); in _MakeTable()
2490 ASSERT( nRows>0 && nCols>0 && nCurRow==nRows, in MakeTable()
5139 nCols( 0 ), in HTMLTableOptions()
5163 nCols = (sal_uInt16)pOption->GetNumber(); in HTMLTableOptions()
5254 if( nCols && !nWidth ) in HTMLTableOptions()