Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/main/
H A DChartTransferable.cxx131 const SvxFontHeightItem& rDefaultFontHeight = static_cast< const SvxFontHeightItem& >( in WriteObject() local
143 if ( rItem.GetHeight() == rDefaultFontHeight.GetHeight() ) in WriteObject()
145 pObj->SetMergedItem( rDefaultFontHeight ); in WriteObject()
/trunk/main/sc/source/ui/app/
H A Ddrwtrans.cxx507 …const SvxFontHeightItem& rDefaultFontHeight = (const SvxFontHeightItem&)rItemPool.GetDefaultItem(E… in WriteObject() local
522 if(rItem.GetHeight() == rDefaultFontHeight.GetHeight()) in WriteObject()
524 pObj->SetMergedItem(rDefaultFontHeight); in WriteObject()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx615 …const SvxFontHeightItem& rDefaultFontHeight = (const SvxFontHeightItem&)rItemPool.GetDefaultItem(E… in WriteObject() local
630 if(rItem.GetHeight() == rDefaultFontHeight.GetHeight()) in WriteObject()
632 pObj->SetMergedItem(rDefaultFontHeight); in WriteObject()

Completed in 36 milliseconds