Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/unocore/
H A Dunochart.cxx1114 sal_Int32 nTableRows = 0; in detectArguments() local
1237 nTableRows = pTable->GetTabLines().Count(); in detectArguments()
1239 aMap.resize( nTableRows ); in detectArguments()
1240 for (sal_Int32 i = 0; i < nTableRows; ++i) in detectArguments()
1248 if (nStartRow < 0 || nEndRow >= nTableRows || in detectArguments()
1270 if (nStartRow < 0 || nEndRow >= nTableRows || in detectArguments()
1320 for (sal_Int32 i = 0; i < nTableRows; ++i) in detectArguments()
1331 while (nRowIndex1 < nTableRows && aMap[nRowIndex1++][k] != '\0') in detectArguments()
/aoo4110/main/sc/source/filter/html/
H A Dhtmlpars.cxx2697 SCROW nTableRows = static_cast< SCROW >( pTable->GetDocSize( tdRow ) ); in RecalcDocPos() local
2709 pEntry->nRowOverlap = nTableRows; in RecalcDocPos()
2712 aEntryDocPos.mnRow += nTableRows; in RecalcDocPos()

Completed in 45 milliseconds