Searched refs:rBoxFmt (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/sw/source/ui/table/ |
H A D | tautofmt.cxx | 651 const SwBoxAutoFmt& rBoxFmt = aCurData.GetBoxFmt( nIndex ); in MakeFonts() local 656 lcl_SetFontProperties( rFont, rBoxFmt.GetFont(), rBoxFmt.GetWeight(), rBoxFmt.GetPosture() ); in MakeFonts() 657 …lcl_SetFontProperties( rCJKFont, rBoxFmt.GetCJKFont(), rBoxFmt.GetCJKWeight(), rBoxFmt.GetCJKPostu… in MakeFonts() 658 …lcl_SetFontProperties( rCTLFont, rBoxFmt.GetCTLFont(), rBoxFmt.GetCTLWeight(), rBoxFmt.GetCTLPostu… in MakeFonts() 660 SETONALLFONTS( SetUnderline, (FontUnderline)rBoxFmt.GetUnderline().GetValue() ); in MakeFonts() 661 SETONALLFONTS( SetOverline, (FontUnderline)rBoxFmt.GetOverline().GetValue() ); in MakeFonts() 662 SETONALLFONTS( SetStrikeout, (FontStrikeout)rBoxFmt.GetCrossedOut().GetValue() ); in MakeFonts() 663 SETONALLFONTS( SetOutline, rBoxFmt.GetContour().GetValue() ); in MakeFonts() 664 SETONALLFONTS( SetShadow, rBoxFmt.GetShadowed().GetValue() ); in MakeFonts() 665 SETONALLFONTS( SetColor, rBoxFmt.GetColor().GetValue() ); in MakeFonts()
|
Completed in 9 milliseconds