Home
last modified time | relevance | path

Searched refs:nNewMax (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Dacmplwrd.cxx352 void SwAutoCompleteWord::SetMaxCount( sal_uInt16 nNewMax ) in SetMaxCount() argument
354 if( nNewMax < nMaxCount && aLRULst.Count() > nNewMax ) in SetMaxCount()
357 sal_uInt16 nLRUIndex = nNewMax-1; in SetMaxCount()
358 while( nNewMax < aWordLst.Count() && nLRUIndex < aLRULst.Count()) in SetMaxCount()
366 aLRULst.Remove( nNewMax-1, aLRULst.Count() - nNewMax ); in SetMaxCount()
368 nMaxCount = nNewMax; in SetMaxCount()
H A Dhtmltbl.cxx1080 sal_uLong nNewMax; in AutoLayoutPass1() local
1084 nNewMax = nOldMax * pColumn->GetWidthOption(); in AutoLayoutPass1()
1085 nColQuotMax = nNewMax / pColumn->GetMax(); in AutoLayoutPass1()
1089 nNewMax = nMin * pColumn->GetWidthOption(); in AutoLayoutPass1()
1090 nColQuotMax = nNewMax / pColumn->GetMin(); in AutoLayoutPass1()
1092 pColumn->SetMax( nNewMax ); in AutoLayoutPass1()
/trunk/main/sw/source/core/inc/
H A Dftnboss.hxx73 inline void SetMaxFtnHeight( const SwTwips nNewMax ) { nMaxFtnHeight = nNewMax; } in SetMaxFtnHeight() argument
/trunk/main/sw/source/ui/utlui/
H A Dprcntfld.cxx245 void PercentField::SetMax(sal_Int64 nNewMax, FieldUnit eInUnit) in SetMax() argument
248 MetricField::SetMax(nNewMax, eInUnit); in SetMax()
/trunk/main/chart2/qa/
H A DTestCaseOldAPI.java384 double nNewMax = 12.3; in testAxis() local
387 xProp.setPropertyValue( "Max", new Double( nNewMax )); in testAxis()
393 nNewMax )); in testAxis()
/trunk/main/vcl/source/control/
H A Dfield.cxx558 void NumericFormatter::SetMax( sal_Int64 nNewMax ) in SetMax() argument
560 mnMax = nNewMax; in SetMax()
1663 void MetricFormatter::SetMax( sal_Int64 nNewMax, FieldUnit eInUnit ) in SetMax() argument
1666 NumericFormatter::SetMax( MetricField::ConvertValue( nNewMax, mnBaseValue, GetDecimalDigits(), in SetMax()
H A Dlongcurr.cxx494 void LongCurrencyFormatter::SetMax( BigInt nNewMax ) in SetMax() argument
496 mnMax = nNewMax; in SetMax()
/trunk/main/vcl/inc/vcl/
H A Dfield.hxx192 void SetMax( sal_Int64 nNewMax );
261 void SetMax( sal_Int64 nNewMax, FieldUnit eInUnit );
H A Dlongcurr.hxx73 void SetMax( BigInt nNewMax );
/trunk/main/sw/source/ui/inc/
H A Dprcntfld.hxx72 void SetMax(sal_Int64 nNewMax, FieldUnit eInUnit = FUNIT_NONE);
/trunk/main/toolkit/inc/layout/
H A Dlayout.hxx436 void SetMax( sal_Int64 nNewMax );
463 void SetMax( sal_Int64 nNewMax, FieldUnit nUnit=FUNIT_NONE );
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx2203 short nNewMin, nNewMax; in UpdateWatches() local
2206 pNewArray->GetDim( sal::static_int_cast<short>( i+1 ), nNewMin, nNewMax ); in UpdateWatches()
2207 if( nOldMin != nNewMin || nOldMax != nNewMax ) in UpdateWatches()

Completed in 86 milliseconds