Lines Matching refs:nCnt

268 						sal_uInt16 nCnt )  in InsBoxen()  argument
270 if( !nCnt ) in InsBoxen()
320 for( sal_uInt16 n = 0; n < nCnt; ++n ) in InsBoxen()
668 sal_uLong nCnt = pStt->nNode.GetIndex(); in TextToTable() local
669 for( ; nCnt <= pEnd->nNode.GetIndex(); ++nCnt ) in TextToTable()
670 if( !GetNodes()[ nCnt ]->IsTxtNode() ) in TextToTable()
1737 sal_Bool SwDoc::InsertCol( const SwCursor& rCursor, sal_uInt16 nCnt, sal_Bool bBehind ) in InsertCol() argument
1739 if( !::CheckSplitCells( rCursor, nCnt + 1, nsSwTblSearchType::TBLSEARCH_COL ) ) in InsertCol()
1748 bRet = InsertCol( aBoxes, nCnt, bBehind ); in InsertCol()
1752 sal_Bool SwDoc::InsertCol( const SwSelBoxes& rBoxes, sal_uInt16 nCnt, sal_Bool bBehind ) in InsertCol() argument
1773 0, 0, nCnt, bBehind, sal_False ); in InsertCol()
1785 bRet = rTbl.InsertCol( this, rBoxes, nCnt, bBehind ); in InsertCol()
1807 sal_Bool SwDoc::InsertRow( const SwCursor& rCursor, sal_uInt16 nCnt, sal_Bool bBehind ) in InsertRow() argument
1815 bRet = InsertRow( aBoxes, nCnt, bBehind ); in InsertRow()
1819 sal_Bool SwDoc::InsertRow( const SwSelBoxes& rBoxes, sal_uInt16 nCnt, sal_Bool bBehind ) in InsertRow() argument
1840 0, 0, nCnt, bBehind, sal_False ); in InsertRow()
1852 bRet = rTbl.InsertRow( this, rBoxes, nCnt, bBehind ); in InsertRow()
2230 sal_Bool SwDoc::SplitTbl( const SwSelBoxes& rBoxes, sal_Bool bVert, sal_uInt16 nCnt, in SplitTbl() argument
2234 ASSERT( rBoxes.Count() && nCnt, "keine gueltige Box-Liste" ); in SplitTbl()
2253 nCnt, bVert, bSameHeight ); in SplitTbl()
2276 bRet = rTbl.SplitCol( this, rBoxes, nCnt ); in SplitTbl()
2278 bRet = rTbl.SplitRow( this, rBoxes, nCnt, bSameHeight ); in SplitTbl()