Home
last modified time | relevance | path

Searched refs:GetPropUnit (Results 1 – 5 of 5) sorted by relevance

/trunk/main/forms/source/richtext/
H A Drtattributehandler.cxx409 pNewItem->SetProp( pFontHeightItem->GetProp(), pFontHeightItem->GetPropUnit() ); in getState()
425 SfxMapUnit eItemMapUnit = pFontHeightItem->GetPropUnit(); (void)eItemMapUnit; in executeAttribute()
437 aNewItem.SetProp( pFontHeightItem->GetProp(), pFontHeightItem->GetPropUnit() ); in executeAttribute()
/trunk/main/sw/source/core/doc/
H A Dfmtcol.cxx316 SFX_MAPUNIT_RELATIVE == pOldFSize->GetPropUnit() ) in Modify()
329 pOldFSize->GetPropUnit() ); in Modify()
/trunk/main/editeng/inc/editeng/
H A Dfhgtitem.hxx108 SfxMapUnit GetPropUnit() const { return ePropUnit; } // Percent, Twip, ... in GetPropUnit() function in SvxFontHeightItem
/trunk/main/editeng/source/items/
H A Dtextitem.cxx814 rStrm << GetProp() << (sal_uInt16)GetPropUnit(); in Store()
820 if( SFX_MAPUNIT_RELATIVE != GetPropUnit() ) in Store()
860 GetPropUnit() == ((SvxFontHeightItem&)rItem).GetPropUnit(); in operator ==()
/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx1114 if( rItem.GetProp() != 100 || SFX_MAPUNIT_RELATIVE != rItem.GetPropUnit() ) in Reset_Impl()
1116 sal_Bool bPtRel = SFX_MAPUNIT_POINT == rItem.GetPropUnit(); in Reset_Impl()
1401 … bRel != ( SFX_MAPUNIT_RELATIVE != pOldHeight->GetPropUnit() || 100 != pOldHeight->GetProp() ) ) in FillItemSet_Impl()