Home
last modified time | relevance | path

Searched refs:aFontStyle (Results 1 – 4 of 4) sorted by relevance

/trunk/main/filter/source/svg/
H A Dsvgfontexport.cxx206 ::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()
H A Dsvgwriter.cxx323 ::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()
/trunk/main/oox/source/xls/
H A Dpagesettings.cxx603 OUStringBuffer aFontStyle; // current font style in parse() local
755 aFontStyle.setLength( 0 ); in parse()
793 convertFontStyle( aFontStyle.makeStringAndClear() ); in parse()
797 aFontStyle.append( cChar ); in parse()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgstyleattributes.hxx379 … void setFontStyle(const FontStyle aFontStyle = FontStyle_notset) { maFontStyle = aFontStyle; } in setFontStyle() argument

Completed in 45 milliseconds