Home
last modified time | relevance | path

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

/aoo4110/main/forms/source/richtext/
H A Drtattributehandler.cxx393 const SvxFontHeightItem* pFontHeightItem = PTR_CAST( SvxFontHeightItem, pItem ); in getState() local
394 OSL_ENSURE( pFontHeightItem || !pItem, "FontSizeHandler::getState: invalid item!" ); in getState()
395 if ( pFontHeightItem ) in getState()
398 sal_uLong nHeight = pFontHeightItem->GetHeight(); in getState()
409 pNewItem->SetProp( pFontHeightItem->GetProp(), pFontHeightItem->GetPropUnit() ); in getState()
419 const SvxFontHeightItem* pFontHeightItem = PTR_CAST( SvxFontHeightItem, _pAdditionalArg ); in executeAttribute() local
420 OSL_ENSURE( pFontHeightItem, "FontSizeHandler::executeAttribute: need a FontHeightItem!" ); in executeAttribute()
422 if ( pFontHeightItem ) in executeAttribute()
425 SfxMapUnit eItemMapUnit = pFontHeightItem->GetPropUnit(); (void)eItemMapUnit; in executeAttribute()
426 sal_uLong nHeight = pFontHeightItem->GetHeight(); in executeAttribute()
[all …]

Completed in 11 milliseconds