Searched refs:nColMin (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/sw/source/core/doc/ |
| H A D | htmltbl.cxx | 879 sal_uLong nColMin = pColumn->GetMin(); in AutoLayoutPass1() local 882 nMin -= nColMin; in AutoLayoutPass1() 883 sal_uLong nAdd = ic<nEndCol-1 ? (nColMin * nMinD) / nColsMin in AutoLayoutPass1() 885 nColMin += nAdd; in AutoLayoutPass1() 886 nMin += nColMin; in AutoLayoutPass1() 890 if( nColMax < nColMin ) in AutoLayoutPass1() 894 nColMax = nColMin; in AutoLayoutPass1() 899 pColumn->SetMinMax( nColMin, nColMax ); in AutoLayoutPass1() 1298 sal_uLong nColMin = pColumn->GetMin(); in AutoLayoutPass2() local 1299 if( nColMin <= USHRT_MAX ) in AutoLayoutPass2() [all …]
|
| /AOO42X/main/svtools/source/contnr/ |
| H A D | imivctl2.cxx | 446 sal_uInt16 nColMin = nX; in GoUpDown() local 450 …SvxIconChoiceCtrlEntry* pEntry = SearchRow((sal_uInt16)nCurRow,nColMin,nColMax,nX,sal_True, sal_Fa… in GoUpDown() 453 if( nColMin ) in GoUpDown() 454 nColMin--; in GoUpDown()
|
| H A D | svimpicn.cxx | 3497 sal_uInt16 nColMin = nX; in GoUpDown() local 3501 SvLBoxEntry* pEntry = SearchRow((sal_uInt16)nCurRow,nColMin,nColMax,nX,sal_True, sal_False); in GoUpDown() 3504 if( nColMin ) in GoUpDown() 3505 nColMin--; in GoUpDown()
|