Lines Matching refs:nCpyCnt
300 sal_uInt16 nCpyCnt, nInsPos; member
310 nCpyCnt(nCopies), nInsPos(0), in _CpyPara()
318 nMaxRight( rPara.nMaxRight ), nCpyCnt(rPara.nCpyCnt), nInsPos(0), in _CpyPara()
327 nCpyCnt(rPara.nCpyCnt), nInsPos(0), nLnIdx(rPara.nLnIdx), nBoxIdx(rPara.nBoxIdx), in _CpyPara()
343 if( pCpyPara->nCpyCnt ) in lcl_CopyCol()
371 nSz / ( pCpyPara->nCpyCnt + 1 ) ); in lcl_CopyCol()
373 aFrmSz.SetWidth( nSz / ( pCpyPara->nCpyCnt + 1 ) ); in lcl_CopyCol()
383 aFrmSz.SetWidth( aFrmSz.GetWidth() / ( pCpyPara->nCpyCnt + 1 ) ); in lcl_CopyCol()
456 if( !pCpyPara->nCpyCnt ) in lcl_CopyCol()
489 void lcl_InsCol( _FndLine* pFndLn, _CpyPara& rCpyPara, sal_uInt16 nCpyCnt, in lcl_InsCol() argument
500 lcl_InsCol( pFBox->GetLines()[ n ], rCpyPara, nCpyCnt, bBehind ); in lcl_InsCol()
511 for( sal_uInt16 n = 0; n < nCpyCnt; ++n ) in lcl_InsCol()
513 if( n + 1 == nCpyCnt && bBehind ) in lcl_InsCol()
655 for( sal_uInt16 nCpyCnt = 0; nCpyCnt < nCnt; ++nCpyCnt ) in _InsertRow() local
757 for( sal_uInt16 nCpyCnt = 0; nCpyCnt < nCnt; ++nCpyCnt ) in AppendRow() local