Searched refs:ePropUnit (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/editeng/inc/editeng/ |
| H A D | fhgtitem.hxx | 53 SfxMapUnit ePropUnit; // Percent, Twip, ... member in SvxFontHeightItem 80 SetProp( rSize.GetProp(), ePropUnit ); in operator =() 103 ePropUnit = eUnit; in SetProp() 108 SfxMapUnit GetPropUnit() const { return ePropUnit; } // Percent, Twip, ... in GetPropUnit()
|
| /trunk/main/editeng/source/items/ |
| H A D | textitem.cxx | 894 aFontHeight.Prop = (sal_Int16)(SFX_MAPUNIT_RELATIVE == ePropUnit ? nProp : 100); in QueryValue() 897 switch( ePropUnit ) in QueryValue() 937 rVal <<= (sal_Int16)(SFX_MAPUNIT_RELATIVE == ePropUnit ? nProp : 100); in QueryValue() 942 switch( ePropUnit ) in QueryValue() 1016 ePropUnit = SFX_MAPUNIT_RELATIVE; in PutValue() 1034 ePropUnit = SFX_MAPUNIT_RELATIVE; in PutValue() 1058 nHeight = lcl_GetRealHeight_Impl(nHeight, nProp, ePropUnit, bConvert); in PutValue() 1063 ePropUnit = SFX_MAPUNIT_RELATIVE; in PutValue() 1068 nHeight = lcl_GetRealHeight_Impl(nHeight, nProp, ePropUnit, bConvert); in PutValue() 1080 ePropUnit = SFX_MAPUNIT_POINT; in PutValue() [all …]
|