Searched refs:nBoxCnt (Results 1 – 4 of 4) sorted by relevance
224 size_t nBoxCnt = aMergeBoxes.size()-1; in ReadTable() local291 if (nBoxCnt != 0) in ReadTable()345 ++nBoxCnt; in ReadTable()533 if ((m_nCurrentBox == nBoxCnt) || ( bReadNewCell && !pTableNode )) in ReadTable()
1858 sal_uInt16 nBoxCnt = rBoxes.Count(); in ExpandColumnSelection() local1860 for( sal_uInt16 nRow = 0; nRow < nLineCnt && nBox < nBoxCnt; ++nRow ) in ExpandColumnSelection()1872 if( ++nBox >= nBoxCnt ) in ExpandColumnSelection()
3525 sal_uInt16 nBoxCnt = rTbl.GetTabLines()[ nLineIdx ]->GetTabBoxes().Count(); in SplitTable() local3526 for (sal_uInt16 j = 0; j < nBoxCnt; ++j) in SplitTable()3528 sal_uInt16 nIdx = nBoxCnt - 1 - j; in SplitTable()
967 sal_uInt16 nBoxCnt = pLine->GetTabBoxes().Count(); in lcl_FndNxtPrvDelBox() local970 for( sal_uInt16 n = 0; 0 < nFndWidth && n < nBoxCnt; ++n ) in lcl_FndNxtPrvDelBox()
Completed in 97 milliseconds