Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx311 SCROW nSmallestValueRowIndex = nAllRowCount; in Chart2PositionMap() local
320 for (SCROW nRow = 0; !bFoundValues && nRow < nSmallestValueRowIndex; ++nRow) in Chart2PositionMap()
338 nSmallestValueRowIndex = std::min( nSmallestValueRowIndex, nRow ); in Chart2PositionMap()
358 nHeaderRowCount = nSmallestValueRowIndex; in Chart2PositionMap()

Completed in 25 milliseconds