/trunk/main/sw/source/ui/utlui/ |
H A D | prcntfld.cxx | 75 if ((bPercent && GetUnit() == FUNIT_CUSTOM) || in ShowPercent() 76 (!bPercent && GetUnit() != FUNIT_CUSTOM)) in ShowPercent() 87 eOldUnit = GetUnit(); in ShowPercent() 207 if (GetUnit() == FUNIT_CUSTOM) in SetBaseValue() 228 if (GetUnit() != FUNIT_CUSTOM) in SetMin() 247 if (GetUnit() != FUNIT_CUSTOM) in SetMax() 263 if (GetUnit() != FUNIT_CUSTOM) in NormalizePercent() 277 if (GetUnit() != FUNIT_CUSTOM) in DenormalizePercent() 294 if (GetUnit() == FUNIT_CUSTOM) in IsValueModified() 321 if (GetUnit() != FUNIT_CUSTOM) in GetRealValue() [all …]
|
/trunk/main/svl/inc/svl/ |
H A D | cintitem.hxx | 79 virtual SfxFieldUnit GetUnit() const; 141 virtual SfxFieldUnit GetUnit() const; 203 virtual SfxFieldUnit GetUnit() const; 265 virtual SfxFieldUnit GetUnit() const;
|
H A D | intitem.hxx | 97 virtual SfxFieldUnit GetUnit() const;
|
/trunk/main/svl/source/items/ |
H A D | cintitem.cxx | 153 SfxFieldUnit CntByteItem::GetUnit() const in GetUnit() function in CntByteItem 287 SfxFieldUnit CntUInt16Item::GetUnit() const in GetUnit() function in CntUInt16Item 418 SfxFieldUnit CntInt32Item::GetUnit() const in GetUnit() function in CntInt32Item 553 SfxFieldUnit CntUInt32Item::GetUnit() const in GetUnit() function in CntUInt32Item
|
H A D | intitem.cxx | 171 SfxFieldUnit SfxInt16Item::GetUnit() const in GetUnit() function in SfxInt16Item
|
/trunk/main/sw/source/ui/uiview/ |
H A D | viewmdi.cxx | 567 if(pHRuler->GetUnit() != eUnit ) in ChangeTabMetric() 576 if(pVRuler->GetUnit() != eUnit) in ChangeVLinealMetric() 587 eToFill = pVRuler->GetUnit(); in GetVLinealMetric() 594 eToFill = pHRuler->GetUnit(); in GetHLinealMetric()
|
/trunk/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()
|
/trunk/main/svtools/source/control/ |
H A D | ctrlbox.cxx | 1433 …e = MetricField::ConvertValue( nNewValue, GetBaseValue(), GetDecimalDigits(), eInUnit, GetUnit() ); in SetValue() 1486 …return MetricField::ConvertValue( nValue, GetBaseValue(), GetDecimalDigits(), GetUnit(), eOutUnit … in GetValue() 1506 …e = MetricField::ConvertValue( nNewValue, GetBaseValue(), GetDecimalDigits(), eInUnit, GetUnit() ); in SetUserValue()
|
/trunk/main/svx/source/dialog/ |
H A D | fontwork.cxx | 839 if( eDlgUnit != aMtrFldDistance.GetUnit() ) in IMPL_LINK_INLINE_END() 846 if( eDlgUnit != aMtrFldShadowX.GetUnit() && in IMPL_LINK_INLINE_END()
|
H A D | optgrid.cxx | 346 if( eFUnit != aMtrFldDrawX.GetUnit() ) in ActivatePage()
|
H A D | svxruler.cxx | 3775 FieldUnit eUnit = GetUnit(); in Command()
|
/trunk/main/cui/source/tabpages/ |
H A D | tplnedef.cxx | 481 if( !aCbxSynchronize.IsChecked() && aMtrLength1.GetUnit() != eFUnit ) in IMPL_LINK() 511 else if( aCbxSynchronize.IsChecked() && aMtrLength1.GetUnit() != FUNIT_PERCENT ) in IMPL_LINK()
|
H A D | grfpage.cxx | 663 eUnit, aLeftMF.GetUnit()); in GraphicHasChanged() 691 eUnit, aLeftMF.GetUnit() ); in GraphicHasChanged()
|
H A D | chardlg.cxx | 3202 m_aKerningEdit.SetLast( m_aKerningEdit.GetMax( m_aKerningEdit.GetUnit() ) ); in IMPL_LINK() 3305 m_aKerningEdit.SetLast( m_aKerningEdit.GetMax( m_aKerningEdit.GetUnit() ) ); in ActivatePage()
|
/trunk/main/svx/inc/svx/ |
H A D | chrtitem.hxx | 340 virtual SfxFieldUnit GetUnit() const;
|
/trunk/main/svx/source/items/ |
H A D | chrtitem.cxx | 351 SfxFieldUnit SvxDoubleItem::GetUnit() const in GetUnit() function in SvxDoubleItem
|
/trunk/main/svtools/inc/svtools/ |
H A D | ctrlbox.hxx | 289 inline FieldUnit GetUnit() const { return eUnit; } in GetUnit() function in LineListBox
|
H A D | ruler.hxx | 785 FieldUnit GetUnit() const { return meUnit; } in GetUnit() function in Ruler
|
/trunk/main/svx/source/engine3d/ |
H A D | float3d.cxx | 769 if( eFUnit != aMtrDepth.GetUnit() ) in Update() 1029 if( eFUnit != aMtrDistance.GetUnit() ) in Update() 1053 if( eFUnit != aMtrFocalLength.GetUnit() ) in Update()
|
/trunk/main/vcl/inc/vcl/ |
H A D | field.hxx | 255 FieldUnit GetUnit() const { return meUnit; } in GetUnit() function in MetricFormatter
|
/trunk/main/sd/source/ui/dlg/ |
H A D | tpoption.cxx | 364 if( eFUnit != aMtrFldOriginalWidth.GetUnit() ) in ActivatePage()
|
/trunk/main/extensions/source/propctrlr/ |
H A D | standardcontrol.cxx | 569 return VCLUnoHelper::ConvertToMeasurementUnit( getTypedControlWindow()->GetUnit(), 1 ); in getDisplayUnit()
|
/trunk/main/toolkit/source/awt/ |
H A D | vclxwindows.cxx | 5710 aProp <<= (sal_uInt16) ((MetricField*)GetWindow())->GetUnit(); in getProperty()
|