Home
last modified time | relevance | path

Searched refs:aLastRowEnds (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A DWW8TableInfo.cxx612 RowEndInners_t aLastRowEnds; in processSwTable() local
616 pPrev = processSwTableByLayout(pTable, aLastRowEnds); in processSwTable()
629 … pPrev = processTableLine(pTable, pLine, static_cast<sal_uInt32>(n), 1, pPrev, aLastRowEnds); in processSwTable()
639 assert(!aLastRowEnds.empty()); in processSwTable()
640 for (auto &a : aLastRowEnds) in processSwTable()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A DWW8TableInfo.cxx614 RowEndInners_t aLastRowEnds; in processSwTable() local
618 pPrev = processSwTableByLayout(pTable, aLastRowEnds); in processSwTable()
631 … pPrev = processTableLine(pTable, pLine, static_cast<sal_uInt32>(n), 1, pPrev, aLastRowEnds); in processSwTable()
641 assert(!aLastRowEnds.empty()); in processSwTable()
642 for (auto &a : aLastRowEnds) in processSwTable()