Home
last modified time | relevance | path

Searched refs:GetMax (Results 1 – 25 of 52) sorted by relevance

123

/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx842 nMax += pColumn->GetMax(); in AutoLayoutPass1()
865 nColsMax += pColumn->GetMax(); in AutoLayoutPass1()
883 sal_uLong nColMax = pColumn->GetMax(); in AutoLayoutPass1()
935 nMax -= pColumn->GetMax(); in AutoLayoutPass1()
939 nMax += pColumn->GetMax(); in AutoLayoutPass1()
981 nMax -= pColumn->GetMax(); in AutoLayoutPass1()
1004 nMax += pColumn->GetMax(); in AutoLayoutPass1()
1027 nRelMax += pColumn->GetMax(); in AutoLayoutPass1()
1117 nMax += pColumn->GetMax(); in AutoLayoutPass1()
1398 nFixMax -= pColumn->GetMax(); in AutoLayoutPass2()
[all …]
/trunk/main/idl/source/cmptools/
H A Dhash.cxx165 pEnd = pEntries + GetMax(); in ~SvStringHashTable()
176 for ( sal_uInt16 n = 0; n < GetMax(); ++n ) in ~SvStringHashTable()
221 for( sal_uInt32 i = 0; i < GetMax(); i++ ) in GetNearString()
242 if( nIndex >= GetMax() ) in IsEntry()
317 for( sal_uInt32 n = 0; n < GetMax(); n++ ) in FillHashList()
/trunk/main/vcl/source/control/
H A Dfield2.cxx1325 aTempDate = GetMax(); in ImplDateReformat()
2049 maLast( GetMax() ) in DateField()
2062 maLast( GetMax() ) in DateField()
2338 if ( aDate > GetMax() ) in InsertDate()
2339 aDate = GetMax(); in InsertDate()
2654 aTempTime = GetMax() ; in ImplTimeReformat()
2957 aNewTime = GetMax(); in ImplSetUserTime()
3102 maLast( GetMax() ) in TimeField()
3114 maLast( GetMax() ) in TimeField()
3415 if ( aTime > GetMax() ) in InsertTime()
[all …]
H A Dfield.cxx1486 if ( nTempVal > GetMax() ) in ImplMetricReformat()
1487 nTempVal = (double)GetMax(); in ImplMetricReformat()
1672 sal_Int64 MetricFormatter::GetMax( FieldUnit eOutUnit ) const in GetMax() function in MetricFormatter
1675 return MetricField::ConvertValue( NumericFormatter::GetMax(), mnBaseValue, in GetMax()
2123 if ( nTempVal > GetMax() ) in ImplCurrencyReformat()
2124 nTempVal = (double)GetMax(); in ImplCurrencyReformat()
/trunk/main/svx/source/sidebar/text/
H A DTextCharacterSpacingControl.cxx250 maEditKerning.SetLast( maEditKerning.GetMax( maEditKerning.GetUnit() ) ); in Rearrange()
436 maEditKerning.SetLast( maEditKerning.GetMax( maEditKerning.GetUnit() ) ); in IMPL_LINK()
437 if(nTmp > maEditKerning.GetMax()) in IMPL_LINK()
438 nTmp = maEditKerning.GetMax(); in IMPL_LINK()
448 if(nTmp > maEditKerning.GetMax(FUNIT_TWIP)) in IMPL_LINK()
449 nTmp = maEditKerning.GetMax(FUNIT_TWIP); in IMPL_LINK()
/trunk/main/sw/source/ui/envelp/
H A Dlabfmt.cxx469 aHDistField .SetLast (aHDistField .GetMax()); in IMPL_LINK_INLINE_END()
470 aVDistField .SetLast (aVDistField .GetMax()); in IMPL_LINK_INLINE_END()
475 aWidthField .SetLast (aWidthField .GetMax()); in IMPL_LINK_INLINE_END()
476 aHeightField.SetLast (aHeightField.GetMax()); in IMPL_LINK_INLINE_END()
478 aLeftField .SetLast (aLeftField .GetMax()); in IMPL_LINK_INLINE_END()
479 aUpperField .SetLast (aUpperField .GetMax()); in IMPL_LINK_INLINE_END()
481 aColsField .SetLast (aColsField .GetMax()); in IMPL_LINK_INLINE_END()
482 aRowsField .SetLast (aRowsField .GetMax()); in IMPL_LINK_INLINE_END()
H A Denvfmt.cxx519 aAddrLeftField.SetLast (aAddrLeftField.GetMax()); in SetMinMax()
521 aAddrTopField .SetLast (aAddrTopField .GetMax()); in SetMinMax()
523 aSendLeftField.SetLast (aSendLeftField.GetMax()); in SetMinMax()
525 aSendTopField .SetLast (aSendTopField .GetMax()); in SetMinMax()
H A Dlabprt.cxx230 aColField.SetLast(aColField.GetMax()); in Reset()
231 aRowField.SetLast(aRowField.GetMax()); in Reset()
/trunk/main/svl/inc/svl/
H A Dcintitem.hxx77 virtual sal_uInt8 GetMax() const;
139 virtual sal_uInt16 GetMax() const;
201 virtual sal_Int32 GetMax() const;
263 virtual sal_uInt32 GetMax() const;
/trunk/main/svx/source/dialog/
H A Dwrapfield.cxx44 SetValue( ((GetValue() + GetSpinSize() - GetMin()) % (GetMax() + 1)) + GetMin() ); in Up()
50 … SetValue( ((GetValue() - GetSpinSize() + GetMax() + 1 - GetMin()) % (GetMax() + 1)) + GetMin() ); in Down()
/trunk/main/vcl/source/app/
H A Ddbggui.cxx1651 if ( pField->GetMax() == LONG_MAX ) in DbgDialogTest()
1657 if ( pField->GetMax() == LONG_MAX ) in DbgDialogTest()
1663 if ( pField->GetMax() == LONG_MAX ) in DbgDialogTest()
1669 if ( pField->GetMax() == Time( 23, 59, 59, 99 ) ) in DbgDialogTest()
1675 if ( pField->GetMax() == Date( 31, 12, 9999 ) ) in DbgDialogTest()
1681 if ( pBox->GetMax() == LONG_MAX ) in DbgDialogTest()
1687 if ( pBox->GetMax() == LONG_MAX ) in DbgDialogTest()
1693 if ( pBox->GetMax() == LONG_MAX ) in DbgDialogTest()
1699 if ( pBox->GetMax() == Time( 23, 59, 59, 99 ) ) in DbgDialogTest()
1705 if ( pBox->GetMax() == Date( 31, 12, 9999 ) ) in DbgDialogTest()
/trunk/main/svl/source/items/
H A Dcintitem.cxx145 sal_uInt8 CntByteItem::GetMax() const in GetMax() function in CntByteItem
279 sal_uInt16 CntUInt16Item::GetMax() const in GetMax() function in CntUInt16Item
410 sal_Int32 CntInt32Item::GetMax() const in GetMax() function in CntInt32Item
545 sal_uInt32 CntUInt32Item::GetMax() const in GetMax() function in CntUInt32Item
H A Dintitem.cxx164 sal_Int16 SfxInt16Item::GetMax() const in GetMax() function in SfxInt16Item
/trunk/main/vcl/inc/vcl/
H A Dfield.hxx193 sal_Int64 GetMax() const { return mnMax; } in GetMax() function in NumericFormatter
262 using NumericFormatter::GetMax;
263 sal_Int64 GetMax( FieldUnit eOutUnit ) const;
368 const Date& GetMax() const { return maMax; } in GetMax() function in DateFormatter
459 const Time& GetMax() const { return maMax; } in GetMax() function in TimeFormatter
H A Dlongcurr.hxx74 BigInt GetMax() const { return mnMax; } in GetMax() function in LongCurrencyFormatter
/trunk/main/sw/source/ui/utlui/
H A Dprcntfld.cxx50 nRefValue = DenormalizePercent(MetricField::GetMax(FUNIT_TWIP)); in PercentField()
90 nOldMax = GetMax(); in ShowPercent()
/trunk/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx612 if( nHeight <= mpMtrHeight->GetMax( FUNIT_NONE ) )
618 nHeight = (long)mpMtrHeight->GetMax( FUNIT_NONE );
636 if( nWidth <= mpMtrWidth->GetMax( FUNIT_NONE ) ) in IMPL_LINK()
642 nWidth = (long)mpMtrWidth->GetMax( FUNIT_NONE ); in IMPL_LINK()
/trunk/main/sw/source/ui/frmdlg/
H A Dwrap.cxx687 if (nValue + nOpposite > Max(pEdit->GetMax(), pOpposite->GetMax())) in IMPL_LINK()
688 pOpposite->SetValue(pOpposite->GetMax() - nValue); in IMPL_LINK()
H A Dcolumn.cxx640 aCLNrEdt.SetMax(Max((sal_uInt16)aCLNrEdt.GetMax(), (sal_uInt16)nCols)); in Reset()
641 aCLNrEdt.SetLast(Max(nCols,(sal_uInt16)aCLNrEdt.GetMax())); in Reset()
798 aCLNrEdt.SetLast(aCLNrEdt.GetMax());
/trunk/main/sw/inc/
H A Dhtmltbl.hxx172 sal_uLong GetMax() const { return nMax; } in GetMax() function in SwHTMLTableLayoutColumn
310 sal_uLong GetMax() const { return nMax; } in GetMax() function in SwHTMLTableLayout
/trunk/main/svtools/source/misc/
H A Dunitconv.cxx38 sal_Int64 nMax = rField.Denormalize( rField.GetMax( FUNIT_TWIP ) ); in SetFieldUnit()
93 sal_Int64 nMax = rBox.Denormalize( rBox.GetMax( FUNIT_TWIP ) ); in SetFieldUnit()
/trunk/main/cui/source/tabpages/
H A Dtransfrm.cxx1632 if(nHeight <= maMtrHeight.GetMax(FUNIT_NONE)) in IMPL_LINK()
1638 nHeight = maMtrHeight.GetMax(FUNIT_NONE); in IMPL_LINK()
1657 if(nWidth <= maMtrWidth.GetMax(FUNIT_NONE)) in IMPL_LINK()
1663 nWidth = maMtrWidth.GetMax(FUNIT_NONE); in IMPL_LINK()
/trunk/main/sc/source/ui/inc/
H A Dfilldlg.hxx71 double GetMax() const { return fEndVal; } in GetMax() function in ScFillSeriesDlg
/trunk/main/idl/inc/
H A Dhash.hxx50 sal_uInt32 GetMax() const { return nMax; } in GetMax() function in SvHashTable
/trunk/main/sw/source/ui/dbui/
H A Dcreateaddresslistdialog.cxx692 if(nValue < (sal_uInt32)m_aSetNoNF.GetMax()) in IMPL_LINK()
696 nValue = static_cast< sal_uInt32 >(m_aSetNoNF.GetMax()); in IMPL_LINK()

Completed in 217 milliseconds

123