INTEGRATION: CWS nodirectxui (1.12.426); FILE MERGED

2005/02/21 13:16:22 fs 1.12.426.2: new strings for #i43061#
2005/02/18 15:08:41 fs 1.12.426.1: #i43061# option to enable or disable usage of DirectX (UI strings still preliminary)
This commit is contained in:
Vladimir Glazounov 2005-02-24 14:20:56 +00:00
parent c631ace348
commit f1dd4a90e9

View file

@ -2,9 +2,9 @@
*
* $RCSfile: optgdlg.hxx,v $
*
* $Revision: 1.12 $
* $Revision: 1.13 $
*
* last change: $Author: rt $ $Date: 2004-08-20 14:08:18 $
* last change: $Author: vg $ $Date: 2005-02-24 15:20:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -60,7 +60,6 @@
************************************************************************/
#ifndef _OFA_OPTGDLG_HXX
#define _OFA_OPTGDLG_HXX
#ifndef _SV_LSTBOX_HXX //autogen wg. ListBox
#include <vcl/lstbox.hxx>
#endif
@ -140,7 +139,7 @@ private:
ListBox aIconSizeLB;
CheckBox m_aSystemFont;
#if defined( UNX ) || defined ( FS_PRIV_DEBUG )
#if defined( UNX )
CheckBox aFontAntiAliasing;
FixedText aAAPointLimitLabel;
NumericField aAAPointLimit;
@ -154,6 +153,8 @@ private:
FixedLine aFontListsFL;
CheckBox aFontShowCB;
CheckBox aFontHistoryCB;
FixedLine aRenderingFL;
CheckBox aUseHardwareAccell;
FixedLine aWorkingSetBox;
CheckBox aDocViewBtn;
@ -177,7 +178,7 @@ private:
SvtTabAppearanceCfg* pAppearanceCfg;
DECL_LINK( OpenGLHdl, CheckBox* );
#if defined( UNX ) || defined ( FS_PRIV_DEBUG )
#if defined( UNX )
DECL_LINK( OnAntialiasingToggled, void* );
#endif
public: