/aoo41x/main/sw/source/core/doc/ |
H A D | htmltbl.cxx | 838 nMax += pColumn->GetMax(); in AutoLayoutPass1() 861 nColsMax += pColumn->GetMax(); in AutoLayoutPass1() 879 sal_uLong nColMax = pColumn->GetMax(); in AutoLayoutPass1() 931 nMax -= pColumn->GetMax(); in AutoLayoutPass1() 935 nMax += pColumn->GetMax(); in AutoLayoutPass1() 977 nMax -= pColumn->GetMax(); in AutoLayoutPass1() 1000 nMax += pColumn->GetMax(); in AutoLayoutPass1() 1023 nRelMax += pColumn->GetMax(); in AutoLayoutPass1() 1113 nMax += pColumn->GetMax(); in AutoLayoutPass1() 1394 nFixMax -= pColumn->GetMax(); in AutoLayoutPass2() [all …]
|
/aoo41x/main/idl/source/cmptools/ |
H A D | hash.cxx | 165 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()
|
/aoo41x/main/sw/source/ui/envelp/ |
H A D | labfmt.cxx | 461 aHDistField .SetLast (aHDistField .GetMax()); in IMPL_LINK_INLINE_END() 462 aVDistField .SetLast (aVDistField .GetMax()); in IMPL_LINK_INLINE_END() 467 aWidthField .SetLast (aWidthField .GetMax()); in IMPL_LINK_INLINE_END() 468 aHeightField.SetLast (aHeightField.GetMax()); in IMPL_LINK_INLINE_END() 470 aLeftField .SetLast (aLeftField .GetMax()); in IMPL_LINK_INLINE_END() 471 aUpperField .SetLast (aUpperField .GetMax()); in IMPL_LINK_INLINE_END() 473 aColsField .SetLast (aColsField .GetMax()); in IMPL_LINK_INLINE_END() 474 aRowsField .SetLast (aRowsField .GetMax()); in IMPL_LINK_INLINE_END()
|
H A D | envfmt.cxx | 519 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 D | labprt.cxx | 230 aColField.SetLast(aColField.GetMax()); in Reset() 231 aRowField.SetLast(aRowField.GetMax()); in Reset()
|
/aoo41x/main/svx/source/sidebar/text/ |
H A D | TextCharacterSpacingControl.cxx | 250 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()
|
/aoo41x/main/vcl/source/control/ |
H A D | field2.cxx | 1325 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 D | field.cxx | 1486 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()
|
/aoo41x/main/svx/source/dialog/ |
H A D | wrapfield.cxx | 44 SetValue( ((GetValue() + GetSpinSize() - GetMin()) % (GetMax() + 1)) + GetMin() ); in Up() 50 … SetValue( ((GetValue() - GetSpinSize() + GetMax() + 1 - GetMin()) % (GetMax() + 1)) + GetMin() ); in Down()
|
/aoo41x/main/svl/inc/svl/ |
H A D | cintitem.hxx | 77 virtual sal_uInt8 GetMax() const; 139 virtual sal_uInt16 GetMax() const; 201 virtual sal_Int32 GetMax() const; 263 virtual sal_uInt32 GetMax() const;
|
/aoo41x/main/vcl/source/app/ |
H A D | dbggui.cxx | 1651 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()
|
/aoo41x/main/svl/source/items/ |
H A D | cintitem.cxx | 145 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 D | intitem.cxx | 164 sal_Int16 SfxInt16Item::GetMax() const in GetMax() function in SfxInt16Item
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | field.hxx | 193 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 D | longcurr.hxx | 74 BigInt GetMax() const { return mnMax; } in GetMax() function in LongCurrencyFormatter
|
/aoo41x/main/sw/source/ui/utlui/ |
H A D | prcntfld.cxx | 50 nRefValue = DenormalizePercent(MetricField::GetMax(FUNIT_TWIP)); in PercentField() 90 nOldMax = GetMax(); in ShowPercent()
|
/aoo41x/main/sw/source/ui/frmdlg/ |
H A D | wrap.cxx | 687 if (nValue + nOpposite > Max(pEdit->GetMax(), pOpposite->GetMax())) in IMPL_LINK() 688 pOpposite->SetValue(pOpposite->GetMax() - nValue); in IMPL_LINK()
|
H A D | column.cxx | 640 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());
|
/aoo41x/main/svx/source/sidebar/possize/ |
H A D | PosSizePropertyPanel.cxx | 605 if( nHeight <= mpMtrHeight->GetMax( FUNIT_NONE ) ) 611 nHeight = (long)mpMtrHeight->GetMax( FUNIT_NONE ); 629 if( nWidth <= mpMtrWidth->GetMax( FUNIT_NONE ) ) in IMPL_LINK() 635 nWidth = (long)mpMtrWidth->GetMax( FUNIT_NONE ); in IMPL_LINK()
|
/aoo41x/main/sw/inc/ |
H A D | htmltbl.hxx | 172 sal_uLong GetMax() const { return nMax; } in GetMax() function in SwHTMLTableLayoutColumn 310 sal_uLong GetMax() const { return nMax; } in GetMax() function in SwHTMLTableLayout
|
/aoo41x/main/svtools/source/misc/ |
H A D | unitconv.cxx | 38 sal_Int64 nMax = rField.Denormalize( rField.GetMax( FUNIT_TWIP ) ); in SetFieldUnit() 93 sal_Int64 nMax = rBox.Denormalize( rBox.GetMax( FUNIT_TWIP ) ); in SetFieldUnit()
|
/aoo41x/main/cui/source/tabpages/ |
H A D | transfrm.cxx | 1632 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()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | filldlg.hxx | 71 double GetMax() const { return fEndVal; } in GetMax() function in ScFillSeriesDlg
|
/aoo41x/main/idl/inc/ |
H A D | hash.hxx | 50 sal_uInt32 GetMax() const { return nMax; } in GetMax() function in SvHashTable
|
/aoo41x/main/sw/source/ui/dbui/ |
H A D | createaddresslistdialog.cxx | 692 if(nValue < (sal_uInt32)m_aSetNoNF.GetMax()) in IMPL_LINK() 696 nValue = static_cast< sal_uInt32 >(m_aSetNoNF.GetMax()); in IMPL_LINK()
|