Searched refs:aFontStyle (Results 1 – 4 of 4) sorted by relevance
206 ::rtl::OUString aFontStyle; in implEmbedFont()217 aFontStyle = B2UCONST( "italic" ); in implEmbedFont()219 aFontStyle = B2UCONST( "normal" ); in implEmbedFont()224 mrExport.AddAttribute( XML_NAMESPACE_NONE, "font-style", aFontStyle ); in implEmbedFont()
323 ::rtl::OUString aFontStyle, aFontWeight, aTextDecoration; in SetFontAttr()340 aFontStyle = B2UCONST( "oblique" ); in SetFontAttr()342 aFontStyle = B2UCONST( "italic" ); in SetFontAttr()345 aFontStyle = B2UCONST( "normal" ); in SetFontAttr()347 mrExport.AddAttribute( XML_NAMESPACE_NONE, aXMLAttrFontStyle, aFontStyle ); in SetFontAttr()
603 OUStringBuffer aFontStyle; // current font style in parse() local755 aFontStyle.setLength( 0 ); in parse()793 convertFontStyle( aFontStyle.makeStringAndClear() ); in parse()797 aFontStyle.append( cChar ); in parse()
375 … void setFontStyle(const FontStyle aFontStyle = FontStyle_notset) { maFontStyle = aFontStyle; } in setFontStyle() argument
Completed in 40 milliseconds