Searched refs:nRowMax (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/svtools/source/contnr/ |
H A D | imivctl2.cxx | 328 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 D | svimpicn.cxx | 3448 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()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | eeparser.hxx | 128 SCROW nRowMax; member in ScEEParser 139 { nCols = nColMax; nRows = nRowMax; } in GetDimensions()
|
/aoo4110/main/sc/source/filter/rtf/ |
H A D | rtfparse.cxx | 121 if ( nRowMax < ++nRowCnt ) in NextRow() 122 nRowMax = nRowCnt; in NextRow()
|
H A D | eeimpars.cxx | 599 nRowMax(0) in ScEEParser()
|
/aoo4110/main/sc/source/filter/html/ |
H A D | htmlpars.cxx | 237 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 61 milliseconds