Home
last modified time | relevance | path

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

/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_import.cxx330 OUString( RTL_CONSTASCII_USTRINGPARAM("FontDescriptor") ), makeAny( _descr ) ); in setFontProperties()
356 &_descr.Name, OUString( RTL_CONSTASCII_USTRINGPARAM("font-name") ), in importFontStyle()
364 _descr.Height = (sal_Int16)toInt32( aValue ); in importFontStyle()
372 _descr.Width = (sal_Int16)toInt32( aValue ); in importFontStyle()
377 &_descr.StyleName, in importFontStyle()
388 _descr.Family = awt::FontFamily::DECORATIVE; in importFontStyle()
392 _descr.Family = awt::FontFamily::MODERN; in importFontStyle()
396 _descr.Family = awt::FontFamily::ROMAN; in importFontStyle()
400 _descr.Family = awt::FontFamily::SCRIPT; in importFontStyle()
404 _descr.Family = awt::FontFamily::SWISS; in importFontStyle()
[all …]
H A Dxmldlg_export.cxx180 if (def_descr.Name != _descr.Name) in createElement()
183 _descr.Name ); in createElement()
186 if (def_descr.Height != _descr.Height) in createElement()
189 OUString::valueOf( (sal_Int32)_descr.Height ) ); in createElement()
192 if (def_descr.Width != _descr.Width) in createElement()
195 OUString::valueOf( (sal_Int32)_descr.Width ) ); in createElement()
198 if (def_descr.StyleName != _descr.StyleName) in createElement()
201 _descr.StyleName ); in createElement()
204 if (def_descr.Family != _descr.Family) in createElement()
206 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()
1055 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("FillColor") ) ) >>= aStyle._descr) in readProgressBarModel()
H A Dimp_share.hxx267 css::awt::FontDescriptor _descr; member in xmlscript::StyleElement