Searched refs:SetCTLFont (Results 1 – 6 of 6) sorted by relevance
63 void SetCTLFont( const SvxFont& rFont );
160 void SetCTLFont( const SvxFontItem& rNew ) { aCTLFont = rNew; } in SetCTLFont() function in SwBoxAutoFmt
163 void SetCTLFont( const SvxFontItem& rCTLFont ) { aCTLFont = rCTLFont; } in SetCTLFont() function in ScAutoFormatDataField
585 case ATTR_CTL_FONT: rField.SetCTLFont( (const SvxFontItem&)rItem ); break; in PutItem()768 rField.SetCTLFont ( (const SvxFontItem&) rItemSet.Get( ATTR_CTL_FONT ) ); in GetFromItemSet()
603 void SvxFontPrevWindow::SetCTLFont( const SvxFont &rCTLOutFont ) in SetCTLFont() function in SvxFontPrevWindow
636 pFmt->SetCTLFont( (SvxFontItem&)rSet.Get( RES_CHRATR_CTL_FONT ) ); in UpdateFromSet()
Completed in 60 milliseconds