Home
last modified time | relevance | path

Searched refs:nYValue (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/sd/source/ui/dlg/
H A Ddlgsnap.cxx131 nYValue = ((const SfxUInt32Item&) rInAttrs.Get(ATTR_SNAPLINE_Y)).GetValue(); in SdSnapLineDlg()
133 nYValue = Fraction(nYValue) / aUIScale; in SdSnapLineDlg()
135 SetMetricValue( aMtrFldY, nYValue, SFX_MAPUNIT_100TH_MM); in SdSnapLineDlg()
171 nYValue = Fraction( GetCoreValue( aMtrFldY, SFX_MAPUNIT_100TH_MM) ) * aUIScale; in GetAttr()
175 rOutAttrs.Put(SfxUInt32Item(ATTR_SNAPLINE_Y, nYValue)); in GetAttr()
217 aMtrFldY.SetValue(nYValue); in SetInputFields()
223 nYValue = static_cast<long>(aMtrFldY.GetValue()); in SetInputFields()
/aoo4110/main/editeng/source/editeng/
H A Dimpedit.hxx652 inline short GetYValue( short nYValue ) const;
653 inline sal_uInt16 GetYValue( sal_uInt16 nYValue ) const;
1170 inline short ImpEditEngine::GetYValue( short nYValue ) const in GetYValue()
1173 return nYValue; in GetYValue()
1175 return (short) ((long)nYValue*nStretchY/100); in GetYValue()
1178 inline sal_uInt16 ImpEditEngine::GetYValue( sal_uInt16 nYValue ) const in GetYValue()
1181 return nYValue; in GetYValue()
1183 return (sal_uInt16) ((long)nYValue*nStretchY/100); in GetYValue()
/aoo4110/main/sd/source/ui/inc/
H A Ddlgsnap.hxx79 long nYValue; member in SdSnapLineDlg

Completed in 27 milliseconds