Searched refs:nTableRows (Results 1 – 2 of 2) sorted by relevance
1114 sal_Int32 nTableRows = 0; in detectArguments() local1237 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()
2697 SCROW nTableRows = static_cast< SCROW >( pTable->GetDocSize( tdRow ) ); in RecalcDocPos() local2709 pEntry->nRowOverlap = nTableRows; in RecalcDocPos()2712 aEntryDocPos.mnRow += nTableRows; in RecalcDocPos()
Completed in 53 milliseconds