Home
last modified time | relevance | path

Searched refs:nBoxCnt (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/filter/rtf/
H A Drtftbl.cxx224 size_t nBoxCnt = aMergeBoxes.size()-1; in ReadTable() local
291 if (nBoxCnt != 0) in ReadTable()
345 ++nBoxCnt; in ReadTable()
533 if ((m_nCurrentBox == nBoxCnt) || ( bReadNewCell && !pTableNode )) in ReadTable()
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx1858 sal_uInt16 nBoxCnt = rBoxes.Count(); in ExpandColumnSelection() local
1860 for( sal_uInt16 nRow = 0; nRow < nLineCnt && nBox < nBoxCnt; ++nRow ) in ExpandColumnSelection()
1872 if( ++nBox >= nBoxCnt ) in ExpandColumnSelection()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx3525 sal_uInt16 nBoxCnt = rTbl.GetTabLines()[ nLineIdx ]->GetTabBoxes().Count(); in SplitTable() local
3526 for (sal_uInt16 j = 0; j < nBoxCnt; ++j) in SplitTable()
3528 sal_uInt16 nIdx = nBoxCnt - 1 - j; in SplitTable()
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx967 sal_uInt16 nBoxCnt = pLine->GetTabBoxes().Count(); in lcl_FndNxtPrvDelBox() local
970 for( sal_uInt16 n = 0; 0 < nFndWidth && n < nBoxCnt; ++n ) in lcl_FndNxtPrvDelBox()

Completed in 83 milliseconds