Lines Matching refs:sal_uInt16

69         sal_uInt16 mnColSpan;
91 sal_uInt16 mnStartCol;
92 sal_uInt16 mnAddLine;
93 void addLine( sal_uInt16 &rLine, const SwTableBoxes&, const SwSelBoxes*,
95 void addBox( sal_uInt16 nLine, const SwSelBoxes*, SwTableBox *pBox,
96 sal_uLong &rnB, sal_uInt16 &rnC, ColumnStructure::iterator& rpCl,
98 void incColSpan( sal_uInt16 nLine, sal_uInt16 nCol );
138 for( sal_uInt16 nLine = 0; nLine < rBox.GetTabLines().Count(); ++nLine ) in insertSubBox()
164 for( sal_uInt16 nBox = 0; nBox < rLine.GetTabBoxes().Count(); ++nBox ) in insertSubLine()
184 sal_uInt16 nCnt = 0; in TableStructure()
185 for( sal_uInt16 nLine = 0; nLine < rLines.Count(); ++nLine ) in TableStructure()
200 sal_uInt16 nStartLn = rTable.GetTabLines().C40_GETPOS( SwTableLine, pLine ); in TableStructure()
201 sal_uInt16 nEndLn = nStartLn; in TableStructure()
211 (sal_uInt16)nMinSize > nEndLn - nStartLn + 1 ) in TableStructure()
213 sal_uInt16 nNewEndLn = nStartLn + (sal_uInt16)nMinSize - 1; in TableStructure()
231 sal_uInt16 nCnt = 0; in TableStructure()
232 for( sal_uInt16 nLine = nStartLn; nLine <= nEndLn; ++nLine ) in TableStructure()
244 sal_uInt16 nIdx = mnStartCol; in TableStructure()
258 void TableStructure::addLine( sal_uInt16 &rLine, const SwTableBoxes& rBoxes, in addLine()
263 for( sal_uInt16 nBox = 0; !bComplex && nBox < rBoxes.Count(); ++nBox ) in addLine()
272 for( sal_uInt16 nBox = 0; nBox < rBoxes.Count(); ++nBox ) in addLine()
282 sal_uInt16 nCol = 0; in addLine()
303 sal_uInt16 nCol = 0; in addLine()
307 for( sal_uInt16 nBox = 0; nBox < rBoxes.Count(); ++nBox ) in addLine()
314 void TableStructure::addBox( sal_uInt16 nLine, const SwSelBoxes* pSelBoxes, in addBox()
315 SwTableBox *pBox, sal_uLong &rnBorder, sal_uInt16 &rnCol, in addBox()
326 mnStartCol = (sal_uInt16)maLines[nLine].size(); in addBox()
337 sal_uInt16 nLeftCol = rnCol; in addBox()
377 sal_uInt16 nLineCount = rLines.Count(); in moreLines()
380 sal_uInt16 nLine = (sal_uInt16)maLines.size(); in moreLines()
391 void TableStructure::incColSpan( sal_uInt16 nLineMax, sal_uInt16 nNewCol ) in incColSpan()
393 for( sal_uInt16 nLine = 0; nLine < nLineMax; ++nLine ) in incColSpan()
413 sal_uInt16 nFirstStartCol = 0; in assignBoxes()
424 sal_uInt16 nCurrStartCol = mnStartCol; in assignBoxes()
448 sal_uInt16 nCol = 0; in assignBoxes()
588 for( sal_uInt16 n = 0; n < pDoc->GetSpzFrmFmts()->Count(); ++n ) in lcl_CpyBox()
632 sal_uInt16 nPoolId = pTxtNd->GetTxtColl()->GetPoolFmtId(); in lcl_CpyBox()
641 static_cast<sal_uInt16>( in lcl_CpyBox()
791 for( sal_uInt16 nLines = 0; nLines < rCpyTbl.GetTabLines().Count(); ++nLines ) in InsTable()
819 sal_uInt16 nPos = GetTabLines().C40_GETPOS( SwTableLine, pNxtLine ); in InsTable()
858 sal_uInt16 nLn, nBx; in InsTable()
872 sal_uInt16 nSttBox = pSttLine->GetTabBoxes().C40_GETPOS( SwTableBox, pSttBox ); in InsTable()
873 sal_uInt16 nSttLine = GetTabLines().C40_GETPOS( SwTableLine, pSttLine ); in InsTable()
876 sal_uInt16 nFndCnt = aFndBox.GetLines().Count(); in InsTable()
881 sal_uInt16 nTstLns = 0; in InsTable()
898 sal_uInt16 nNewLns = rCpyTbl.GetTabLines().Count() - in InsTable()
906 for( sal_uInt16 n = rCpyTbl.GetTabLines().Count() - nNewLns; in InsTable()
1039 for( sal_uInt16 n = 0; n < rSelBoxes.Count(); ++n ) in InsTable()
1092 rBoxes.Remove( sal_uInt16(0), rBoxes.Count() ); in SelLineFromBox()