Searched refs:nNewMax (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/sw/source/core/doc/ |
H A D | acmplwrd.cxx | 352 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 D | htmltbl.cxx | 1080 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()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | ftnboss.hxx | 73 inline void SetMaxFtnHeight( const SwTwips nNewMax ) { nMaxFtnHeight = nNewMax; } in SetMaxFtnHeight() argument
|
/aoo42x/main/sw/source/ui/utlui/ |
H A D | prcntfld.cxx | 245 void PercentField::SetMax(sal_Int64 nNewMax, FieldUnit eInUnit) in SetMax() argument 248 MetricField::SetMax(nNewMax, eInUnit); in SetMax()
|
/aoo42x/main/chart2/qa/ |
H A D | TestCaseOldAPI.java | 384 double nNewMax = 12.3; in testAxis() local 387 xProp.setPropertyValue( "Max", new Double( nNewMax )); in testAxis() 393 nNewMax )); in testAxis()
|
/aoo42x/main/vcl/source/control/ |
H A D | field.cxx | 558 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 D | longcurr.cxx | 494 void LongCurrencyFormatter::SetMax( BigInt nNewMax ) in SetMax() argument 496 mnMax = nNewMax; in SetMax()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | field.hxx | 192 void SetMax( sal_Int64 nNewMax ); 261 void SetMax( sal_Int64 nNewMax, FieldUnit eInUnit );
|
H A D | longcurr.hxx | 73 void SetMax( BigInt nNewMax );
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | prcntfld.hxx | 72 void SetMax(sal_Int64 nNewMax, FieldUnit eInUnit = FUNIT_NONE);
|
/aoo42x/main/toolkit/inc/layout/ |
H A D | layout.hxx | 436 void SetMax( sal_Int64 nNewMax ); 463 void SetMax( sal_Int64 nNewMax, FieldUnit nUnit=FUNIT_NONE );
|
/aoo42x/main/basctl/source/basicide/ |
H A D | baside2b.cxx | 2203 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 121 milliseconds