Lines Matching refs:nCols

211 									sal_uInt16 nCols, sal_uInt8 nId )  in lcl_CreateDfltBoxFmt()  argument
216 if( USHRT_MAX != nCols ) in lcl_CreateDfltBoxFmt()
218 USHRT_MAX / nCols, 0 )); in lcl_CreateDfltBoxFmt()
227 sal_uInt16 nCols, sal_uInt8 nId ) in lcl_CreateAFmtBoxFmt() argument
235 if( USHRT_MAX != nCols ) in lcl_CreateAFmtBoxFmt()
237 USHRT_MAX / nCols, 0 )); in lcl_CreateAFmtBoxFmt()
361 sal_uInt16 nCols, sal_Int16 eAdjust, in InsertTable() argument
368 ASSERT( nCols, "Tabelle ohne Spalten?" ); in InsertTable()
378 (nCols + ( text::HoriOrientation::NONE == eAdjust ? 2 : 1 )) != pColArr->Count() ) in InsertTable()
387 new SwUndoInsTbl( rPos, nCols, nRows, static_cast<sal_uInt16>(eAdjust), in InsertTable()
416 nCols, in InsertTable()
460 else if( nCols ) in InsertTable()
462 nWidth /= nCols; in InsertTable()
463 nWidth *= nCols; // to avoid rounding problems in InsertTable()
502 pBoxFmt->SetFmtAttr( SwFmtFrmSize( ATT_VAR_SIZE, USHRT_MAX / nCols, 0 )); in InsertTable()
519 SwTableLine* pLine = new SwTableLine( pLineFmt, nCols, 0 ); in InsertTable()
522 for( sal_uInt16 i = 0; i < nCols; ++i ) in InsertTable()
530 ( i+1 == nCols ? 3 : (1 + ((i-1) & 1)))); in InsertTable()
532 nCols, nId ); in InsertTable()
547 sal_uInt8 nBoxId = (i < nCols - 1 ? 0 : 1) + (n ? 2 : 0 ); in InsertTable()
548 pBoxF = ::lcl_CreateDfltBoxFmt( *this, aBoxFmtArr, nCols, nBoxId); in InsertTable()
811 sal_uInt16 nCols = rBoxes.Count(); in TextToTable() local
812 for( sal_uInt16 i = 0; i < nCols; ++i ) in TextToTable()
822 ( i+1 == nCols ? 3 : (1 + ((i-1) & 1)))); in TextToTable()
861 sal_uInt8 nId = (i < nCols - 1 ? 0 : 1) + (n ? 2 : 0 ); in TextToTable()