Searched refs:nColMin (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sw/source/core/doc/ |
H A D | htmltbl.cxx | 881 nMin -= nColMin; in AutoLayoutPass1() 884 nColMin += nAdd; in AutoLayoutPass1() 885 nMin += nColMin; in AutoLayoutPass1() 889 if( nColMax < nColMin ) in AutoLayoutPass1() 893 nColMax = nColMin; in AutoLayoutPass1() 1297 sal_uLong nColMin = pColumn->GetMin(); in AutoLayoutPass2() local 1298 if( nColMin <= USHRT_MAX ) in AutoLayoutPass2() 1307 double nColMinD = nColMin; in AutoLayoutPass2() 1331 sal_uLong nColMin = pColumn->GetMin(); in AutoLayoutPass2() local 1335 if( nColMin <= USHRT_MAX ) in AutoLayoutPass2() [all …]
|
/aoo41x/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()
|
Completed in 61 milliseconds