Home
last modified time | relevance | path

Searched refs:_descr (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_import.cxx329 OUString( RTL_CONSTASCII_USTRINGPARAM("FontDescriptor") ), makeAny( _descr ) ); in setFontProperties()
355 &_descr.Name, OUString( RTL_CONSTASCII_USTRINGPARAM("font-name") ), in importFontStyle()
363 _descr.Height = (sal_Int16)toInt32( aValue ); in importFontStyle()
371 _descr.Width = (sal_Int16)toInt32( aValue ); in importFontStyle()
376 &_descr.StyleName, in importFontStyle()
387 _descr.Family = awt::FontFamily::DECORATIVE; in importFontStyle()
391 _descr.Family = awt::FontFamily::MODERN; in importFontStyle()
395 _descr.Family = awt::FontFamily::ROMAN; in importFontStyle()
399 _descr.Family = awt::FontFamily::SCRIPT; in importFontStyle()
403 _descr.Family = awt::FontFamily::SWISS; in importFontStyle()
[all …]
H A Dxmldlg_export.cxx179 if (def_descr.Name != _descr.Name) in createElement()
182 _descr.Name ); in createElement()
185 if (def_descr.Height != _descr.Height) in createElement()
188 OUString::valueOf( (sal_Int32)_descr.Height ) ); in createElement()
191 if (def_descr.Width != _descr.Width) in createElement()
194 OUString::valueOf( (sal_Int32)_descr.Width ) ); in createElement()
197 if (def_descr.StyleName != _descr.StyleName) in createElement()
200 _descr.StyleName ); in createElement()
203 if (def_descr.Family != _descr.Family) in createElement()
205 switch (_descr.Family) in createElement()
[all …]
H A Dexp_share.hxx50 css::awt::FontDescriptor _descr; member
H A Dxmldlg_expmodels.cxx55 &style._descr, OUSTR("FontDescriptor") ); in readFontProps()
1053 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("FillColor") ) ) >>= aStyle._descr) in readProgressBarModel()
H A Dimp_share.hxx267 css::awt::FontDescriptor _descr; member in xmlscript::StyleElement