Searched refs:SETONALLFONTS (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sc/source/ui/miscdlgs/ |
H A D | autofmt.cxx | 562 #define SETONALLFONTS( MethodName, Value ) \ in MakeFonts() macro 565 SETONALLFONTS( SetUnderline, (FontUnderline)pUnderlineItem->GetValue() ) in MakeFonts() 566 SETONALLFONTS( SetOverline, (FontUnderline)pOverlineItem->GetValue() ) in MakeFonts() 567 SETONALLFONTS( SetStrikeout, (FontStrikeout)pCrossedOutItem->GetValue() ) in MakeFonts() 568 SETONALLFONTS( SetOutline, pContourItem->GetValue() ) in MakeFonts() 569 SETONALLFONTS( SetShadow, pShadowedItem->GetValue() ) in MakeFonts() 570 SETONALLFONTS( SetColor, aColor ) in MakeFonts() 571 SETONALLFONTS( SetSize, aFontSize ) in MakeFonts() 572 SETONALLFONTS( SetTransparent, sal_True ) in MakeFonts() 574 #undef SETONALLFONTS in MakeFonts()
|
/aoo42x/main/sw/source/ui/table/ |
H A D | tautofmt.cxx | 644 #define SETONALLFONTS( MethodName, Value ) \ macro 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() 666 SETONALLFONTS( SetSize, aFontSize ); in MakeFonts() 667 SETONALLFONTS( SetTransparent, sal_True ); in MakeFonts()
|
Completed in 15 milliseconds