|
LibreOffice Module reportdesign (master) 1
|
#include <ReportControlModel.hxx>
Public Member Functions | |
| OFormatProperties () | |
Public Attributes | |
| css::style::ParagraphAdjust | nAlign |
| css::awt::FontDescriptor | aFontDescriptor |
| css::awt::FontDescriptor | aAsianFontDescriptor |
| css::awt::FontDescriptor | aComplexFontDescriptor |
| css::lang::Locale | aCharLocale |
| css::lang::Locale | aCharLocaleAsian |
| css::lang::Locale | aCharLocaleComplex |
| ::sal_Int16 | nFontEmphasisMark |
| ::sal_Int16 | nFontRelief |
| ::sal_Int32 | nTextColor |
| ::sal_Int32 | nTextLineColor |
| ::sal_Int32 | nBackgroundColor |
| OUString | sCharCombinePrefix |
| OUString | sCharCombineSuffix |
| OUString | sHyperLinkURL |
| OUString | sHyperLinkTarget |
| OUString | sHyperLinkName |
| OUString | sVisitedCharStyleName |
| OUString | sUnvisitedCharStyleName |
| css::style::VerticalAlignment | aVerticalAlignment |
| ::sal_Int16 | nCharEscapement |
| ::sal_Int16 | nCharCaseMap |
| ::sal_Int16 | nCharKerning |
| ::sal_Int8 | nCharEscapementHeight |
| bool | m_bBackgroundTransparent |
| bool | bCharFlash |
| bool | bCharAutoKerning |
| bool | bCharCombineIsOn |
| bool | bCharHidden |
| bool | bCharShadowed |
| bool | bCharContoured |
Definition at line 35 of file ReportControlModel.hxx.
| reportdesign::OFormatProperties::OFormatProperties | ( | ) |
Definition at line 59 of file ReportComponent.cxx.
References aAsianFontDescriptor, aCharLocale, aCharLocaleAsian, aCharLocaleComplex, aComplexFontDescriptor, aFontDescriptor, ASIAN, COL_TRANSPARENT(), COMPLEX, LanguageTag::convertToLanguageType(), VCLUnoHelper::CreateFontDescriptor(), SvtLinguConfig::GetProperty(), LATIN, reportdesign::lcl_getDefaultFonts(), MsLangId::resolveSystemLanguageByScriptType(), and u.
| css::awt::FontDescriptor reportdesign::OFormatProperties::aAsianFontDescriptor |
Definition at line 39 of file ReportControlModel.hxx.
Referenced by OFormatProperties().
| css::lang::Locale reportdesign::OFormatProperties::aCharLocale |
Definition at line 41 of file ReportControlModel.hxx.
Referenced by OFormatProperties().
| css::lang::Locale reportdesign::OFormatProperties::aCharLocaleAsian |
Definition at line 42 of file ReportControlModel.hxx.
Referenced by OFormatProperties().
| css::lang::Locale reportdesign::OFormatProperties::aCharLocaleComplex |
Definition at line 43 of file ReportControlModel.hxx.
Referenced by OFormatProperties().
| css::awt::FontDescriptor reportdesign::OFormatProperties::aComplexFontDescriptor |
Definition at line 40 of file ReportControlModel.hxx.
Referenced by OFormatProperties().
| css::awt::FontDescriptor reportdesign::OFormatProperties::aFontDescriptor |
Definition at line 38 of file ReportControlModel.hxx.
Referenced by OFormatProperties().
| css::style::VerticalAlignment reportdesign::OFormatProperties::aVerticalAlignment |
Definition at line 56 of file ReportControlModel.hxx.
| bool reportdesign::OFormatProperties::bCharAutoKerning |
Definition at line 63 of file ReportControlModel.hxx.
| bool reportdesign::OFormatProperties::bCharCombineIsOn |
Definition at line 64 of file ReportControlModel.hxx.
| bool reportdesign::OFormatProperties::bCharContoured |
Definition at line 67 of file ReportControlModel.hxx.
| bool reportdesign::OFormatProperties::bCharFlash |
Definition at line 62 of file ReportControlModel.hxx.
| bool reportdesign::OFormatProperties::bCharHidden |
Definition at line 65 of file ReportControlModel.hxx.
| bool reportdesign::OFormatProperties::bCharShadowed |
Definition at line 66 of file ReportControlModel.hxx.
| bool reportdesign::OFormatProperties::m_bBackgroundTransparent |
Definition at line 61 of file ReportControlModel.hxx.
| css::style::ParagraphAdjust reportdesign::OFormatProperties::nAlign |
Definition at line 37 of file ReportControlModel.hxx.
| ::sal_Int32 reportdesign::OFormatProperties::nBackgroundColor |
Definition at line 48 of file ReportControlModel.hxx.
| ::sal_Int16 reportdesign::OFormatProperties::nCharCaseMap |
Definition at line 58 of file ReportControlModel.hxx.
| ::sal_Int16 reportdesign::OFormatProperties::nCharEscapement |
Definition at line 57 of file ReportControlModel.hxx.
| ::sal_Int8 reportdesign::OFormatProperties::nCharEscapementHeight |
Definition at line 60 of file ReportControlModel.hxx.
| ::sal_Int16 reportdesign::OFormatProperties::nCharKerning |
Definition at line 59 of file ReportControlModel.hxx.
| ::sal_Int16 reportdesign::OFormatProperties::nFontEmphasisMark |
Definition at line 44 of file ReportControlModel.hxx.
| ::sal_Int16 reportdesign::OFormatProperties::nFontRelief |
Definition at line 45 of file ReportControlModel.hxx.
| ::sal_Int32 reportdesign::OFormatProperties::nTextColor |
Definition at line 46 of file ReportControlModel.hxx.
| ::sal_Int32 reportdesign::OFormatProperties::nTextLineColor |
Definition at line 47 of file ReportControlModel.hxx.
| OUString reportdesign::OFormatProperties::sCharCombinePrefix |
Definition at line 49 of file ReportControlModel.hxx.
| OUString reportdesign::OFormatProperties::sCharCombineSuffix |
Definition at line 50 of file ReportControlModel.hxx.
| OUString reportdesign::OFormatProperties::sHyperLinkName |
Definition at line 53 of file ReportControlModel.hxx.
| OUString reportdesign::OFormatProperties::sHyperLinkTarget |
Definition at line 52 of file ReportControlModel.hxx.
| OUString reportdesign::OFormatProperties::sHyperLinkURL |
Definition at line 51 of file ReportControlModel.hxx.
| OUString reportdesign::OFormatProperties::sUnvisitedCharStyleName |
Definition at line 55 of file ReportControlModel.hxx.
| OUString reportdesign::OFormatProperties::sVisitedCharStyleName |
Definition at line 54 of file ReportControlModel.hxx.