Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/richtext/
H A Drtattributehandler.cxx318 const SvxFontHeightItem* pFontHeightItem = dynamic_cast<const SvxFontHeightItem*>( pItem ); in getState() local
319 OSL_ENSURE( pFontHeightItem || !pItem, "FontSizeHandler::getState: invalid item!" ); in getState()
320 if ( pFontHeightItem ) in getState()
323 sal_uLong nHeight = pFontHeightItem->GetHeight(); in getState()
334 pNewItem->SetProp( pFontHeightItem->GetProp(), pFontHeightItem->GetPropUnit() ); in getState()
344 …const SvxFontHeightItem* pFontHeightItem = dynamic_cast<const SvxFontHeightItem*>( _pAdditionalArg… in executeAttribute() local
345 OSL_ENSURE( pFontHeightItem, "FontSizeHandler::executeAttribute: need a FontHeightItem!" ); in executeAttribute()
347 if ( !pFontHeightItem ) in executeAttribute()
350 sal_uLong nHeight = pFontHeightItem->GetHeight(); in executeAttribute()
361 aNewItem.SetProp( pFontHeightItem->GetProp(), pFontHeightItem->GetPropUnit() ); in executeAttribute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/richtext/
H A Drtattributehandler.cxx319 const SvxFontHeightItem* pFontHeightItem = dynamic_cast<const SvxFontHeightItem*>( pItem ); in getState() local
320 OSL_ENSURE( pFontHeightItem || !pItem, "FontSizeHandler::getState: invalid item!" ); in getState()
321 if ( pFontHeightItem ) in getState()
324 sal_uLong nHeight = pFontHeightItem->GetHeight(); in getState()
335 pNewItem->SetProp( pFontHeightItem->GetProp(), pFontHeightItem->GetPropUnit() ); in getState()
345 …const SvxFontHeightItem* pFontHeightItem = dynamic_cast<const SvxFontHeightItem*>( _pAdditionalArg… in executeAttribute() local
346 OSL_ENSURE( pFontHeightItem, "FontSizeHandler::executeAttribute: need a FontHeightItem!" ); in executeAttribute()
348 if ( pFontHeightItem ) in executeAttribute()
350 sal_uLong nHeight = pFontHeightItem->GetHeight(); in executeAttribute()
361 aNewItem.SetProp( pFontHeightItem->GetProp(), pFontHeightItem->GetPropUnit() ); in executeAttribute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/styles/
H A DCommonStylePreviewRenderer.cxx152 const SvxFontHeightItem* pFontHeightItem = static_cast<const SvxFontHeightItem*>(pItem); in recalculate() local
153 Size aFontSize(0, pFontHeightItem->GetHeight()); in recalculate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/styles/
H A DCommonStylePreviewRenderer.cxx150 const SvxFontHeightItem* pFontHeightItem = static_cast<const SvxFontHeightItem*>(pItem); in recalculate() local
151 Size aFontSize(0, pFontHeightItem->GetHeight()); in recalculate()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/tbxctrls/
H A DStylesPreviewWindow.cxx270 const SvxFontHeightItem* const pFontHeightItem in DrawEntry() local
273 if (pFontItem && pFontHeightItem) in DrawEntry()
275 Size aFontSize(0, pFontHeightItem->GetHeight()); in DrawEntry()
H A Dtbcontrl.cxx1176 const SvxFontHeightItem * const pFontHeightItem = in SetupEntry() local
1179 if ( !(pFontItem && pFontHeightItem) ) in SetupEntry()
1182 Size aFontSize( 0, pFontHeightItem->GetHeight() ); in SetupEntry()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/tbxctrls/
H A Dtbcontrl.cxx1019 const SvxFontHeightItem * const pFontHeightItem = in SetupEntry() local
1022 if ( pFontItem && pFontHeightItem ) in SetupEntry()
1024 Size aFontSize( 0, pFontHeightItem->GetHeight() ); in SetupEntry()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/
H A Dsubsequent_filters-test.cxx2930 const SvxFontHeightItem* pFontHeightItem= static_cast<const SvxFontHeightItem*>(pItem); in testOrcusODSStyleInterface() local
2931 …"Style Name6 :Error with Font Height", static_cast<sal_uInt32>(480), pFontHeightItem->GetHeight()); in testOrcusODSStyleInterface()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/
H A Dsubsequent_filters-test.cxx2662 const SvxFontHeightItem* pFontHeightItem= static_cast<const SvxFontHeightItem*>(pItem); in testOrcusODSStyleInterface() local
2663 …"Style Name6 :Error with Font Height", static_cast<sal_uInt32>(480), pFontHeightItem->GetHeight()); in testOrcusODSStyleInterface()