Home
last modified time | relevance | path

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

/trunk/main/svtools/source/contnr/
H A Dimivctl2.cxx328 sal_uInt16 nRowMax = nY; in GoLeftRight() local
331 …SvxIconChoiceCtrlEntry* pEntry = SearchCol((sal_uInt16)nCurCol,nRowMin,nRowMax,nY,sal_True, sal_Fa… in GoLeftRight()
336 if( nRowMax < (nRows-1)) in GoLeftRight()
337 nRowMax++; in GoLeftRight()
H A Dsvimpicn.cxx3448 sal_uInt16 nRowMax = nY; in GoLeftRight() local
3451 SvLBoxEntry* pEntry = SearchCol((sal_uInt16)nCurCol,nRowMin,nRowMax,nY,sal_True, sal_False); in GoLeftRight()
3456 if( nRowMax < (nRows-1)) in GoLeftRight()
3457 nRowMax++; in GoLeftRight()
/trunk/main/sc/source/filter/inc/
H A Deeparser.hxx128 SCROW nRowMax; member in ScEEParser
139 { nCols = nColMax; nRows = nRowMax; } in GetDimensions()
/trunk/main/sc/source/filter/rtf/
H A Drtfparse.cxx121 if ( nRowMax < ++nRowCnt ) in NextRow()
122 nRowMax = nRowCnt; in NextRow()
H A Deeimpars.cxx599 nRowMax(0) in ScEEParser()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx237 if ( nRowMax < ++nRowCnt ) in NextRow()
238 nRowMax = nRowCnt; in NextRow()
494 if ( nRowMax < nRowTmp ) in Adjust()
495 nRowMax = nRowTmp; in Adjust()
2819 nRowMax = static_cast< SCROW >( mxGlobTable->GetDocSize( tdRow ) - 1 ); in Read()

Completed in 59 milliseconds