Home
last modified time | relevance | path

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

12

/aoo42x/main/cui/source/tabpages/
H A Dtransfrm.cxx479 case RP_LT: aMtrAngle.SetUserValue( 13500, FUNIT_NONE ); break; in PointChanged()
480 case RP_MT: aMtrAngle.SetUserValue( 9000, FUNIT_NONE ); break; in PointChanged()
481 case RP_RT: aMtrAngle.SetUserValue( 4500, FUNIT_NONE ); break; in PointChanged()
1632 if(nHeight <= maMtrHeight.GetMax(FUNIT_NONE)) in IMPL_LINK()
1634 maMtrHeight.SetUserValue(nHeight, FUNIT_NONE); in IMPL_LINK()
1638 nHeight = maMtrHeight.GetMax(FUNIT_NONE); in IMPL_LINK()
1642 maMtrWidth.SetUserValue(nWidth, FUNIT_NONE); in IMPL_LINK()
1657 if(nWidth <= maMtrWidth.GetMax(FUNIT_NONE)) in IMPL_LINK()
1659 maMtrWidth.SetUserValue(nWidth, FUNIT_NONE); in IMPL_LINK()
1663 nWidth = maMtrWidth.GetMax(FUNIT_NONE); in IMPL_LINK()
[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()
/aoo42x/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);
/aoo42x/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()
/aoo42x/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;
/aoo42x/main/vcl/source/control/
H A Dfield.cxx1170 return FUNIT_NONE; in ImplStringToMetric()
1244 return FUNIT_NONE; in ImplMap2FieldUnit()
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()
1632 SetValue( nValue, FUNIT_NONE ); in SetValue()
1640 return GetValue( FUNIT_NONE ); in GetValue()
[all …]
/aoo42x/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx612 if( nHeight <= mpMtrHeight->GetMax( FUNIT_NONE ) )
614 mpMtrHeight->SetUserValue( nHeight, FUNIT_NONE );
618 nHeight = (long)mpMtrHeight->GetMax( FUNIT_NONE );
621 mpMtrWidth->SetUserValue( nWidth, FUNIT_NONE );
636 if( nWidth <= mpMtrWidth->GetMax( FUNIT_NONE ) ) in IMPL_LINK()
638 mpMtrWidth->SetUserValue( nWidth, FUNIT_NONE ); in IMPL_LINK()
642 nWidth = (long)mpMtrWidth->GetMax( FUNIT_NONE ); in IMPL_LINK()
645 mpMtrHeight->SetUserValue( nHeight, FUNIT_NONE ); in IMPL_LINK()
1252 FieldUnit eUnit = FUNIT_NONE; in GetCurrentUnit()
/aoo42x/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;
/aoo42x/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()
/aoo42x/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()
/aoo42x/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()
/aoo42x/main/svtools/source/misc/
H A Dunitconv.cxx283 return FUNIT_NONE; in MapToFieldUnit()
712 if ( aOld == FUNIT_NONE || aNew == FUNIT_NONE || in TransformMetric()
/aoo42x/main/svtools/source/filter/
H A Dexportdialog.src63 Unit = FUNIT_NONE ;
101 Unit = FUNIT_NONE ;
/aoo42x/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()
/aoo42x/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()
/aoo42x/main/tools/inc/tools/
H A Dfldunit.hxx31 enum FieldUnit { FUNIT_NONE, FUNIT_MM, FUNIT_CM, FUNIT_M, FUNIT_KM, enumerator
/aoo42x/main/svx/inc/svx/
H A Dsxmuitm.hxx36 …SdrMeasureUnitItem(FieldUnit eUnit=FUNIT_NONE): SfxEnumItem(SDRATTR_MEASUREUNIT,sal::static_int_ca… in SdrMeasureUnitItem()
/aoo42x/main/offapi/com/sun/star/awt/
H A DFieldUnit.idl39 const short FUNIT_NONE = 0;
/aoo42x/main/toolkit/source/helper/
H A Dvclunohelper.cxx494 { FUNIT_NONE, -1 , -1}, in convertMeasurementUnit()
531 return (sal_Int16)FUNIT_NONE; in convertMeasurementUnit()
/aoo42x/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()
/aoo42x/main/svx/source/stbctrls/
H A Dpszctrl.cxx86 if( FUNIT_NONE != eOutUnit ) in GetMetricStr_Impl()
/aoo42x/main/svtools/inc/svtools/
H A Dctrlbox.hxx492 void SetUserValue( sal_Int64 nNewValue ) { SetUserValue( nNewValue, FUNIT_NONE ); } in SetUserValue()

Completed in 174 milliseconds

12