INTEGRATION: CWS rptchart02 (1.3.2); FILE MERGED
2008/06/05 10:40:24 oj 1.3.2.1: #i90298# impl asian and complex
This commit is contained in:
parent
01da194d0d
commit
dabdd85c24
1 changed files with 5 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: ReportControlModel.hxx,v $
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -56,7 +56,11 @@ namespace reportdesign
|
|||
{
|
||||
::sal_Int16 nAlign;
|
||||
::com::sun::star::awt::FontDescriptor aFontDescriptor;
|
||||
::com::sun::star::awt::FontDescriptor aAsianFontDescriptor;
|
||||
::com::sun::star::awt::FontDescriptor aComplexFontDescriptor;
|
||||
::com::sun::star::lang::Locale aCharLocale;
|
||||
::com::sun::star::lang::Locale aCharLocaleAsian;
|
||||
::com::sun::star::lang::Locale aCharLocaleComplex;
|
||||
::sal_Int16 nFontEmphasisMark;
|
||||
::sal_Int16 nFontRelief;
|
||||
::sal_Int32 nTextColor;
|
||||
|
|
Loading…
Reference in a new issue