Searched refs:SetFonts (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/svtools/source/control/ |
H A D | scriptedtext.cxx | 87 void SetFonts( Font* _pLatinFont, Font* _pAsianFont, Font* _pCmplxFont ); 265 void SvtScriptedTextHelper_Impl::SetFonts( Font* _pLatinFont, Font* _pAsianFont, Font* _pCmplxFont ) in SetFonts() function in SvtScriptedTextHelper_Impl 346 void SvtScriptedTextHelper::SetFonts( Font* _pLatinFont, Font* _pAsianFont, Font* _pCmplxFont ) in SetFonts() function in SvtScriptedTextHelper 348 mpImpl->SetFonts( _pLatinFont, _pAsianFont, _pCmplxFont ); in SetFonts() 353 mpImpl->SetFonts( NULL, NULL, NULL ); in SetDefaultFont()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | scriptedtext.hxx | 86 void SetFonts( Font* _pLatinFont, Font* _pAsianFont, Font* _pCmplxFont );
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | autofmt.cxx | 697 aScriptedText.SetFonts( &aFont, &aCJKFont, &aCTLFont ); in DrawString()
|
/aoo41x/main/sw/source/ui/table/ |
H A D | tautofmt.cxx | 773 aScriptedText.SetFonts( &aFont, &aCJKFont, &aCTLFont ); in DrawString()
|
Completed in 31 milliseconds