Home
last modified time | relevance | path

Searched refs:FUNIT_NONE (Results 1 – 25 of 33) sorted by relevance

12

/AOO41X/main/cui/source/tabpages/
H A Dtransfrm.cxx421 aMtrPosX.SetUserValue( basegfx::fround64(maRange.getMinX()), FUNIT_NONE ); in PointChanged()
422 aMtrPosY.SetUserValue( basegfx::fround64(maRange.getMinY()), FUNIT_NONE ); in PointChanged()
427 aMtrPosX.SetUserValue( basegfx::fround64(maRange.getCenter().getX()), FUNIT_NONE ); in PointChanged()
428 aMtrPosY.SetUserValue( basegfx::fround64(maRange.getMinY()), FUNIT_NONE ); in PointChanged()
433 aMtrPosX.SetUserValue( basegfx::fround64(maRange.getMaxX()), FUNIT_NONE ); in PointChanged()
434 aMtrPosY.SetUserValue( basegfx::fround64(maRange.getMinY()), FUNIT_NONE ); in PointChanged()
439 aMtrPosX.SetUserValue( basegfx::fround64(maRange.getMinX()), FUNIT_NONE ); in PointChanged()
440 aMtrPosY.SetUserValue( basegfx::fround64(maRange.getCenter().getY()), FUNIT_NONE ); in PointChanged()
445 aMtrPosX.SetUserValue( basegfx::fround64(maRange.getCenter().getX()), FUNIT_NONE ); in PointChanged()
446 aMtrPosY.SetUserValue( basegfx::fround64(maRange.getCenter().getY()), FUNIT_NONE ); in PointChanged()
[all …]
H A Dtpcolor.cxx1071 aMtrFldColorModel1.SetUnit(FUNIT_NONE); in IMPL_LINK()
1076 aMtrFldColorModel2.SetUnit(FUNIT_NONE); in IMPL_LINK()
1081 aMtrFldColorModel3.SetUnit(FUNIT_NONE); in IMPL_LINK()
/AOO41X/main/sw/source/ui/inc/
H A Dprcntfld.hxx57 virtual void SetValue(sal_Int64 nNewValue, FieldUnit eInUnit = FUNIT_NONE);
61 void SetPrcntValue(sal_Int64 nNewValue, FieldUnit eInUnit = FUNIT_NONE);
63 void SetUserValue(sal_Int64 nNewValue, FieldUnit eInUnit = FUNIT_NONE);
65 void SetBaseValue(sal_Int64 nNewValue, FieldUnit eInUnit = FUNIT_NONE);
67 sal_Int64 GetValue(FieldUnit eOutUnit = FUNIT_NONE);
72 void SetMax(sal_Int64 nNewMax, FieldUnit eInUnit = FUNIT_NONE);
75 void SetMin(sal_Int64 nNewMin, FieldUnit eInUnit = FUNIT_NONE);
82 sal_Int64 GetRealValue(FieldUnit eOutUnit = FUNIT_NONE);
/AOO41X/main/sw/source/ui/utlui/
H A Dprcntfld.cxx45 eOldUnit (FUNIT_NONE), in PercentField()
180 MetricField::SetUserValue(Convert(nNewValue, eInUnit, GetUnit()),FUNIT_NONE); in SetUserValue()
196 MetricField::SetUserValue(nPercent,FUNIT_NONE); in SetUserValue()
232 if (eInUnit == FUNIT_NONE) in SetMin()
251 if (eInUnit == FUNIT_NONE) in SetMax()
334 (eInUnit == FUNIT_NONE && eOutUnit == GetUnit()) || in Convert()
335 (eOutUnit == FUNIT_NONE && eInUnit == GetUnit())) in Convert()
/AOO41X/main/vcl/inc/vcl/
H A Dfield.hxx268 void SetBaseValue( sal_Int64 nNewBase, FieldUnit eInUnit = FUNIT_NONE );
269 sal_Int64 GetBaseValue( FieldUnit eOutUnit = FUNIT_NONE ) const;
569 inline void SetFirst(sal_Int64 first) { SetFirst(first, FUNIT_NONE); } in SetFirst()
571 inline sal_Int64 GetFirst() const { return GetFirst(FUNIT_NONE); } in GetFirst()
573 inline void SetLast(sal_Int64 last) { SetLast(last, FUNIT_NONE); } in SetLast()
575 inline sal_Int64 GetLast() const { return GetLast(FUNIT_NONE); } in GetLast()
785 void InsertValue( sal_Int64 nValue, FieldUnit eInUnit = FUNIT_NONE,
787 void RemoveValue( sal_Int64 nValue, FieldUnit eInUnit = FUNIT_NONE );
788 sal_Int64 GetValue( sal_uInt16 nPos, FieldUnit eOutUnit = FUNIT_NONE ) const;
790 FieldUnit eInUnit = FUNIT_NONE ) const;
/AOO41X/main/vcl/source/control/
H A Dfield.cxx1170 return FUNIT_NONE; in ImplStringToMetric()
1206 static FieldUnit eDefaultUnit = FUNIT_NONE;
1244 return FUNIT_NONE; in ImplMap2FieldUnit()
1314 eOutUnit == FUNIT_NONE || in ConvertDoubleValue()
1316 eInUnit == FUNIT_NONE ) in ConvertDoubleValue()
1321 eOutUnit = FUNIT_NONE; in ConvertDoubleValue()
1323 eInUnit = FUNIT_NONE; in ConvertDoubleValue()
1351 eOutUnit == FUNIT_NONE || in ConvertDoubleValue()
1408 eInUnit == FUNIT_NONE || in ConvertDoubleValue()
1589 if ( meUnit != FUNIT_NONE ) in CreateFieldText()
[all …]
/AOO41X/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx605 if( nHeight <= mpMtrHeight->GetMax( FUNIT_NONE ) )
607 mpMtrHeight->SetUserValue( nHeight, FUNIT_NONE );
611 nHeight = (long)mpMtrHeight->GetMax( FUNIT_NONE );
614 mpMtrWidth->SetUserValue( nWidth, FUNIT_NONE );
629 if( nWidth <= mpMtrWidth->GetMax( FUNIT_NONE ) ) in IMPL_LINK()
631 mpMtrWidth->SetUserValue( nWidth, FUNIT_NONE ); in IMPL_LINK()
635 nWidth = (long)mpMtrWidth->GetMax( FUNIT_NONE ); in IMPL_LINK()
638 mpMtrHeight->SetUserValue( nHeight, FUNIT_NONE ); in IMPL_LINK()
1236 FieldUnit eUnit = FUNIT_NONE; in GetCurrentUnit()
/AOO41X/main/toolkit/inc/layout/
H A Dlayout.hxx462 void SetMin( sal_Int64 nNewMin, FieldUnit nUnit=FUNIT_NONE );
463 void SetMax( sal_Int64 nNewMax, FieldUnit nUnit=FUNIT_NONE );
464 void SetFirst( sal_Int64 nNewFirst, FieldUnit nUnit=FUNIT_NONE );
465 void SetLast( sal_Int64 nNewLast, FieldUnit nUnit=FUNIT_NONE );
466 void SetValue( sal_Int64 nNewValue, FieldUnit nUnit=FUNIT_NONE );
467 sal_Int64 GetValue( FieldUnit nUnit=FUNIT_NONE ) const;
/AOO41X/main/extensions/source/propctrlr/
H A Dpropertyhandler.cxx379 FieldUnit eUnit = FUNIT_NONE; in impl_getDocumentMeasurementUnit_throw()
419 sal_Int32 nUnitAsInt = (sal_Int32)FUNIT_NONE; in impl_getDocumentMeasurementUnit_throw()
423 if ( ( nUnitAsInt > FUNIT_NONE ) && ( nUnitAsInt <= FUNIT_100TH_MM ) ) in impl_getDocumentMeasurementUnit_throw()
428 if ( FUNIT_NONE == eUnit ) in impl_getDocumentMeasurementUnit_throw()
H A Dstandardcontrol.cxx496 ,m_eValueUnit( FUNIT_NONE ) in ONumericControl()
499 getTypedControlWindow()->SetDefaultUnit( FUNIT_NONE ); in ONumericControl()
/AOO41X/main/svx/source/sidebar/text/
H A DTextPropertyPanel.cxx700 int iPos = maFontSizeBox.GetValuePos(iValue, FUNIT_NONE); in IMPL_LINK()
703 nSize = maFontSizeBox.GetValue(iPos+1 , FUNIT_NONE); in IMPL_LINK()
711 while(maFontSizeBox.GetValuePos(nSize, FUNIT_NONE) == LISTBOX_ENTRY_NOTFOUND) in IMPL_LINK()
733 int iPos = maFontSizeBox.GetValuePos(iValue, FUNIT_NONE); in IMPL_LINK()
736 nSize = maFontSizeBox.GetValue(iPos-1 , FUNIT_NONE); in IMPL_LINK()
748 while(maFontSizeBox.GetValuePos(nSize, FUNIT_NONE) == LISTBOX_ENTRY_NOTFOUND) in IMPL_LINK()
/AOO41X/main/svtools/source/misc/
H A Dunitconv.cxx283 return FUNIT_NONE; in MapToFieldUnit()
712 if ( aOld == FUNIT_NONE || aNew == FUNIT_NONE || in TransformMetric()
/AOO41X/main/sw/source/ui/frmdlg/
H A Dwrap.cxx663 aRightMarginED.SetUserValue(nValue, FUNIT_NONE); in IMPL_LINK()
665 aLeftMarginED.SetUserValue(nValue, FUNIT_NONE); in IMPL_LINK()
667 aBottomMarginED.SetUserValue(nValue, FUNIT_NONE); in IMPL_LINK()
669 aTopMarginED.SetUserValue(nValue, FUNIT_NONE); in IMPL_LINK()
/AOO41X/main/svtools/source/filter/
H A Dexportdialog.src63 Unit = FUNIT_NONE;
101 Unit = FUNIT_NONE;
/AOO41X/main/tools/inc/tools/
H A Dfldunit.hxx31 enum FieldUnit { FUNIT_NONE, FUNIT_MM, FUNIT_CM, FUNIT_M, FUNIT_KM, enumerator
/AOO41X/main/svtools/source/control/
H A Dctrlbox.cxx1321 InsertValue( *pTempAry, FUNIT_NONE, nPos ); in Fill()
1455 SetValue( nNewValue, FUNIT_NONE ); in SetValue()
1497 return GetValue( FUNIT_NONE ); in GetValue()
/AOO41X/main/svx/source/svdraw/
H A Dsvdomeas.cxx80 FieldUnit eMeasureUnit(FUNIT_NONE); in TakeRepresentation()
81 FieldUnit eModUIUnit(FUNIT_NONE); in TakeRepresentation()
100 if(eMeasureUnit == FUNIT_NONE) in TakeRepresentation()
170 if(eMeasureUnit == FUNIT_NONE) in TakeRepresentation()
H A Dsvdmodel.cxx1015 case FUNIT_NONE : break; in ImpSetUIUnit()
1160 case FUNIT_NONE : in TakeUnitStr()
/AOO41X/main/svx/inc/svx/
H A Dsxmuitm.hxx36 …SdrMeasureUnitItem(FieldUnit eUnit=FUNIT_NONE): SfxEnumItem(SDRATTR_MEASUREUNIT,sal::static_int_ca… in SdrMeasureUnitItem()
/AOO41X/main/offapi/com/sun/star/awt/
H A DFieldUnit.idl39 const short FUNIT_NONE = 0;
/AOO41X/main/toolkit/source/helper/
H A Dvclunohelper.cxx494 { FUNIT_NONE, -1 , -1}, in convertMeasurementUnit()
531 return (sal_Int16)FUNIT_NONE; in convertMeasurementUnit()
/AOO41X/main/sfx2/inc/sfx2/
H A Ditemconnect.hxx364 … FieldUnit eItemUnit = FUNIT_NONE, ItemConnFlags nFlags = ITEMCONN_DEFAULT );
H A Dcontrolwrapper.hxx336 inline explicit MetricFieldWrapper( MetricField& rField, FieldUnit eUnit = FUNIT_NONE ) : in MetricFieldWrapper()
/AOO41X/main/svx/source/stbctrls/
H A Dpszctrl.cxx87 if( FUNIT_NONE != eOutUnit ) in GetMetricStr_Impl()
/AOO41X/main/svtools/inc/svtools/
H A Dctrlbox.hxx492 void SetUserValue( sal_Int64 nNewValue ) { SetUserValue( nNewValue, FUNIT_NONE ); } in SetUserValue()

12