Searched refs:rDefaultFontHeight (Results 1 – 3 of 3) sorted by relevance
131 const SvxFontHeightItem& rDefaultFontHeight = static_cast< const SvxFontHeightItem& >( in WriteObject() local143 if ( rItem.GetHeight() == rDefaultFontHeight.GetHeight() ) in WriteObject()145 pObj->SetMergedItem( rDefaultFontHeight ); in WriteObject()
507 …const SvxFontHeightItem& rDefaultFontHeight = (const SvxFontHeightItem&)rItemPool.GetDefaultItem(E… in WriteObject() local522 if(rItem.GetHeight() == rDefaultFontHeight.GetHeight()) in WriteObject()524 pObj->SetMergedItem(rDefaultFontHeight); in WriteObject()
615 …const SvxFontHeightItem& rDefaultFontHeight = (const SvxFontHeightItem&)rItemPool.GetDefaultItem(E… in WriteObject() local630 if(rItem.GetHeight() == rDefaultFontHeight.GetHeight()) in WriteObject()632 pObj->SetMergedItem(rDefaultFontHeight); in WriteObject()
Completed in 92 milliseconds