1.1 --- a/epoc32/include/frmconst.h Wed Mar 31 12:27:01 2010 +0100
1.2 +++ b/epoc32/include/frmconst.h Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -1,45 +1,27 @@
1.4 -// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 -// All rights reserved.
1.6 -// This component and the accompanying materials are made available
1.7 -// under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
1.8 -// which accompanies this distribution, and is available
1.9 -// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
1.10 -//
1.11 -// Initial Contributors:
1.12 -// Nokia Corporation - initial contribution.
1.13 -//
1.14 -// Contributors:
1.15 -//
1.16 -// Description:
1.17 -// FOR INFORMATION ONLY (CONTAINS PANIC NUMBERS, ETC.) - NOT PART OF INTERFACE
1.18 -//
1.19 -//
1.20 +/*
1.21 +* Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
1.22 +* All rights reserved.
1.23 +* This component and the accompanying materials are made available
1.24 +* under the terms of "Eclipse Public License v1.0"
1.25 +* which accompanies this distribution, and is available
1.26 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.27 +*
1.28 +* Initial Contributors:
1.29 +* Nokia Corporation - initial contribution.
1.30 +*
1.31 +* Contributors:
1.32 +*
1.33 +* Description:
1.34 +* FOR INFORMATION ONLY (CONTAINS PANIC NUMBERS, ETC.) - NOT PART OF INTERFACE
1.35 +*
1.36 +*/
1.37 +
1.38
1.39 #ifndef __FRMCONST_H__
1.40 #define __FRMCONST_H__
1.41
1.42 #include <w32std.h>
1.43
1.44 -/**
1.45 -Visible versions of control characters.
1.46 -@internalComponent
1.47 -*/
1.48 -const TText KVisibleParagraphBreak = 0x00B6; // paragraph sign (pilcrow)
1.49 -const TText KVisibleLineBreak = 0x2193; // down arrow
1.50 -const TText KVisibleNonBreakSpace = 0x00B0; // degree sign
1.51 -const TText KVisiblePotentialHyphen = 0x00AC; // not sign
1.52 -const TText KVisibleNonBreakHyphen = 0x007E; // spacing tilde
1.53 -const TText KVisibleSpace = 0x00B7; // middle dot
1.54 -const TText KVisibleTab = 0x2192; // right arrow
1.55 -const TText KVisiblePicture = 0x25A3; // white square containing small black square
1.56 -
1.57 -/**
1.58 -Control characters to allow or inhibit line breaks.
1.59 -@internalComponent
1.60 -*/
1.61 -const TText KZeroWidthSpace = 0x200B;
1.62 -const TText KZeroWidthNoBreakSpace = 0xFEFF;
1.63 -
1.64 /**
1.65 @publishedAll
1.66 @released
1.67 @@ -202,46 +184,9 @@
1.68 EFSystemConstantsChanged
1.69 };
1.70
1.71 -/**
1.72 -@internalComponent
1.73 -*/
1.74 -void FormPanic(TFormPanic aPanic);
1.75 -
1.76 -
1.77 -enum TCursorMove
1.78 -/**
1.79 -This enum holds all the allowed movements of the document cursor by this
1.80 -cursor positioning framework.
1.81 -@publishedPartner
1.82 -@released
1.83 -*/
1.84 - {
1.85 - /** No cursor movement
1.86 - */
1.87 - ECursNoMovement,
1.88 - /** Single character cursor movement to the left
1.89 - */
1.90 - ECursLeft,
1.91 - /** Single character cursor movement to the right
1.92 - */
1.93 - ECursRight,
1.94 - /** Line up cursor movement
1.95 - */
1.96 - ECursLineUp,
1.97 - /** Line down cursor movement
1.98 - */
1.99 - ECursLineDown,
1.100 - /** Not used, present for backwards compatibility for page movement
1.101 - */
1.102 - ECursReserved1,
1.103 - ECursReserved2,
1.104 - /** Cursor movement to line start
1.105 - */
1.106 - ECursLineBegin,
1.107 - /** Cursor movement to line end
1.108 - */
1.109 - ECursLineEnd
1.110 - };
1.111 -
1.112 +#ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
1.113 +#include <frmconst_internal.h>
1.114 +#include <frmconst_partner.h>
1.115 +#endif
1.116
1.117 #endif // __FRMCONST_H__