Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dtblafmt.hxx157 void SetCJKHeight( const SvxFontHeightItem& rNew ) { aCJKHeight = rNew; } in SetCJKHeight() function in SwBoxAutoFmt
/trunk/main/sc/inc/
H A Dautoform.hxx160 void SetCJKHeight( const SvxFontHeightItem& rCJKHeight ) { aCJKHeight = rCJKHeight; } in SetCJKHeight() function in ScAutoFormatDataField
/trunk/main/sc/source/core/tool/
H A Dautoform.cxx582 case ATTR_CJK_FONT_HEIGHT: rField.SetCJKHeight( (const SvxFontHeightItem&)rItem ); break; in PutItem()
765 rField.SetCJKHeight ( (const SvxFontHeightItem&) rItemSet.Get( ATTR_CJK_FONT_HEIGHT ) ); in GetFromItemSet()
/trunk/main/sw/source/core/doc/
H A Dtblafmt.cxx633 pFmt->SetCJKHeight( (SvxFontHeightItem&)rSet.Get( RES_CHRATR_CJK_FONTSIZE ) ); in UpdateFromSet()

Completed in 33 milliseconds