Searched refs:SetCJKFont (Results 1 – 6 of 6) sorted by relevance
62 void SetCJKFont( const SvxFont& rFont );
155 void SetCJKFont( const SvxFontItem& rNew ) { aCJKFont = rNew; } in SetCJKFont() function in SwBoxAutoFmt
159 void SetCJKFont( const SvxFontItem& rCJKFont ) { aCJKFont = rCJKFont; } in SetCJKFont() function in ScAutoFormatDataField
581 case ATTR_CJK_FONT: rField.SetCJKFont( (const SvxFontItem&)rItem ); break; in PutItem()764 rField.SetCJKFont ( (const SvxFontItem&) rItemSet.Get( ATTR_CJK_FONT ) ); in GetFromItemSet()
595 void SvxFontPrevWindow::SetCJKFont( const SvxFont &rCJKOutFont ) in SetCJKFont() function in SvxFontPrevWindow
634 pFmt->SetCJKFont( (SvxFontItem&)rSet.Get( RES_CHRATR_CJK_FONT ) ); in UpdateFromSet()
Completed in 24 milliseconds