Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx883 sal_uLong nColMax = pColumn->GetMax(); in AutoLayoutPass1() local
893 if( nColMax < nColMin ) in AutoLayoutPass1()
895 nMax -= nColMax; in AutoLayoutPass1()
896 nColsMax -= nColMax; in AutoLayoutPass1()
897 nColMax = nColMin; in AutoLayoutPass1()
898 nMax += nColMax; in AutoLayoutPass1()
899 nColsMax += nColMax; in AutoLayoutPass1()
1425 sal_uLong nColMax = pColumn->GetMax(); in AutoLayoutPass2() local
1432 if( nChkWidth < nColMax ) in AutoLayoutPass2()
1434 else if( nChkWidth > nColMax ) in AutoLayoutPass2()
[all …]
/trunk/main/sc/source/filter/rtf/
H A Drtfparse.cxx171 if ( nCol > nColMax ) in ColAdjust()
172 nColMax = nCol; in ColAdjust()
326 if ( ++nColCnt > nColMax ) in ProcToken()
327 nColMax = nColCnt; in ProcToken()
H A Deeimpars.cxx598 nColMax(0), in ScEEParser()
/trunk/main/svtools/source/contnr/
H A Dimivctl2.cxx447 sal_uInt16 nColMax = nX; in GoUpDown() local
450 …SvxIconChoiceCtrlEntry* pEntry = SearchRow((sal_uInt16)nCurRow,nColMin,nColMax,nX,sal_True, sal_Fa… in GoUpDown()
455 if( nColMax < (nCols-1)) in GoUpDown()
456 nColMax++; in GoUpDown()
H A Dsvimpicn.cxx3498 sal_uInt16 nColMax = nX; in GoUpDown() local
3501 SvLBoxEntry* pEntry = SearchRow((sal_uInt16)nCurRow,nColMin,nColMax,nX,sal_True, sal_False); in GoUpDown()
3506 if( nColMax < (nCols-1)) in GoUpDown()
3507 nColMax++; in GoUpDown()
/trunk/main/sc/source/filter/inc/
H A Deeparser.hxx127 SCCOL nColMax; member in ScEEParser
139 { nCols = nColMax; nRows = nRowMax; } in GetDimensions()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx491 if ( nColMax < nColTmp ) in Adjust()
492 nColMax = nColTmp; in Adjust()
721 if ( nColMax < nColCnt ) in CloseEntry()
722 nColMax = nColCnt; // globales MaxCol fuer ScEEParser GetDimensions! in CloseEntry()
2818 nColMax = static_cast< SCCOL >( mxGlobTable->GetDocSize( tdCol ) - 1 ); in Read()

Completed in 67 milliseconds