Searched refs:SetFontHeight (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/unotools/source/config/ |
H A D | sourceviewconfig.cxx | 71 void SetFontHeight(sal_Int16 nHeight) in SetFontHeight() function in utl::SourceViewConfig_Impl 245 void SourceViewConfig::SetFontHeight(sal_Int16 nHeight) in SetFontHeight() function in utl::SourceViewConfig 247 m_pImplConfig->SetFontHeight(nHeight); in SetFontHeight()
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | sourceviewconfig.hxx | 52 void SetFontHeight(sal_Int16 nHeight);
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | fontcfg.hxx | 106 void SetFontHeight( sal_Int32 nHeight, sal_uInt8 nFont, sal_uInt8 nScriptType ) in SetFontHeight() function in SwStdFontConfig
|
/aoo41x/main/sw/source/ui/config/ |
H A D | optpage.cxx | 777 … pFontConfig->SetFontHeight( CalcToUnit( fSize, SFX_MAPUNIT_TWIP ), FONT_STANDARD, nFontGroup ); in FillItemSet() 782 … pFontConfig->SetFontHeight( CalcToUnit( fSize, SFX_MAPUNIT_TWIP ), FONT_OUTLINE, nFontGroup ); in FillItemSet() 787 … pFontConfig->SetFontHeight( CalcToUnit( fSize, SFX_MAPUNIT_TWIP ), FONT_LIST, nFontGroup ); in FillItemSet() 792 … pFontConfig->SetFontHeight( CalcToUnit( fSize, SFX_MAPUNIT_TWIP ), FONT_CAPTION, nFontGroup ); in FillItemSet() 797 … pFontConfig->SetFontHeight( CalcToUnit( fSize, SFX_MAPUNIT_TWIP ), FONT_INDEX, nFontGroup ); in FillItemSet()
|
/aoo41x/main/svx/inc/svx/ |
H A D | svdetc.hxx | 95 static void SetFontHeight(sal_uIntPtr nHeight) { GetDefaults().nFontHeight=nHeight; } in SetFontHeight() function in SdrEngineDefaults
|
/aoo41x/main/cui/source/options/ |
H A D | fontsubs.cxx | 232 pSourceViewConfig->SetFontHeight((sal_Int16)aFontHeightLB.GetSelectEntry().ToInt32()); in FillItemSet()
|
Completed in 37 milliseconds