filehandling/htmltorichtextconverter/inc/CHtmlToCrtConvActionProcessorCustom.h
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef __CHTMLTOCRTCONVACTIONPROCESSORCUSTOM_H__
       
    17 #define __CHTMLTOCRTCONVACTIONPROCESSORCUSTOM_H__
       
    18 
       
    19 #include <e32std.h>
       
    20 #include <e32base.h>
       
    21 #include <f32file.h>
       
    22 #include <txtrich.h> 
       
    23 #include <txtfrmat.h>
       
    24 
       
    25 #define KBulletCharacterCode TChar(0x2022)
       
    26 
       
    27 const TInt KBulletHeightInTwips = 300;
       
    28 const TInt KBlockquoteIndentSizeInTwips = 300;
       
    29 
       
    30 const TInt KH1SizeInTwips = 400;
       
    31 const TInt KH2SizeInTwips = 350;
       
    32 const TInt KH3SizeInTwips = 300;
       
    33 const TInt KH4SizeInTwips = 250;
       
    34 const TInt KH5SizeInTwips = 180;
       
    35 const TInt KH6SizeInTwips = 150;
       
    36 
       
    37 #endif