epoc32/include/txtstyle.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
     1.1 --- a/epoc32/include/txtstyle.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/txtstyle.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -1,17 +1,20 @@
     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 -//
    1.18 +/*
    1.19 +* Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
    1.20 +* All rights reserved.
    1.21 +* This component and the accompanying materials are made available
    1.22 +* under the terms of "Eclipse Public License v1.0"
    1.23 +* which accompanies this distribution, and is available
    1.24 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.25 +*
    1.26 +* Initial Contributors:
    1.27 +* Nokia Corporation - initial contribution.
    1.28 +*
    1.29 +* Contributors:
    1.30 +*
    1.31 +* Description: 
    1.32 +*
    1.33 +*/
    1.34 +
    1.35  
    1.36  #ifndef __TXTSTYLE_H__
    1.37  #define __TXTSTYLE_H__
    1.38 @@ -20,6 +23,9 @@
    1.39  #include <e32base.h>
    1.40  #include <txtfmlyr.h>
    1.41  
    1.42 +#ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
    1.43 +#include <txtstyle_internal.h>
    1.44 +#endif
    1.45  
    1.46  // Classes declared in this file:
    1.47  class CParagraphStyle;
    1.48 @@ -30,25 +36,19 @@
    1.49  class RWriteStream;
    1.50  
    1.51  /** 
    1.52 -The maximum number of characters in a paragraph style name. 
    1.53 -@internalAll 
    1.54 +The maximum number of characters in a paragraph style name.
    1.55 +It should not be used by external developers.
    1.56  */
    1.57  const TInt KMaxParagraphStyleName=0x20;
    1.58  
    1.59  
    1.60  /** 
    1.61  The name of a paragraph style, with a maximum of 32 characters, to uniquely 
    1.62 -identify the style. 
    1.63 -@internalComponent 
    1.64 +identify the style.
    1.65 +It should not be used by external developers.
    1.66  */
    1.67  typedef TBuf<KMaxParagraphStyleName> TParagraphStyleName;
    1.68  
    1.69 -/**
    1.70 -@internalComponent 
    1.71 -*/
    1.72 -const TUid KUserDefinedParagraphStyleUid={268435535};
    1.73 -
    1.74 -
    1.75  //
    1.76  // Defines a paragraph style, and the paragraph style to use next.
    1.77  
    1.78 @@ -190,7 +190,7 @@
    1.79  
    1.80  /** 
    1.81  The number of entries by which a style list expands when its buffer is reallocated. 
    1.82 -@internalComponent 
    1.83 +It should not be used by external developers.
    1.84  */
    1.85  const TInt KMaxStyleListGranularity=0x04;
    1.86