Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx1115 sal_Int32 nTableCols = 0; in detectArguments() local
1238 nTableCols = pTable->GetTabLines().GetObject(0)->GetTabBoxes().Count(); in detectArguments()
1241 aMap[i].resize( nTableCols ); in detectArguments()
1249 nStartCol < 0 || nEndCol >= nTableCols) in detectArguments()
1271 nStartCol < 0 || nEndCol >= nTableCols) in detectArguments()
1322 for (sal_Int32 k = 0; k < nTableCols; ++k) in detectArguments()
1335 while (nColIndex1 < nTableCols && aMap[i][nColIndex1] != '\0' in detectArguments()

Completed in 29 milliseconds