Update contrib.
2 * Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
19 #ifndef __TXTRTPFL_H__
20 #define __TXTRTPFL_H__
26 //#define __ETEXT_PROFILE
29 // Macros for enabling profiling.
31 #ifdef __ETEXT_PROFILE
32 #pragma message ("------------ N.B. profiling is enabled")
38 #define __ETEXT_WATCH(X) RDebug::ProfileStart(PROFILE_##X##);
39 #define __ETEXT_WATCH_END(X) RDebug::ProfileEnd(PROFILE_##X##);
41 #define FIRST_PROFILE_INDEX 10
42 #define PROFILE_APPLY_CHAR_FORMAT 10
43 #define PROFILE_REMOVE_PARA_FORMAT 11
44 #define PROFILE_APPEND_RICH_TEXT 12
45 #define PROFILE_GET_PARAGRAPH_FORMAT 13
46 #define PROFILE_INSERT_DESC 14
47 #define PROFILE_APPEND_PARAGRAPH 15
48 #define PROFILE_GET_SPECIFIC_CHARS 16
49 #define PROFILE_GET_CHARS 17
50 #define PROFILE_PICTURE_HANDLE 18
51 #define PROFILE_DETACH 19
52 #define PROFILE_DETACH_POS_LENGTH 20
53 #define PROFILE_RESTORE 21
54 #define PROFILE_COUNT 12
56 #define __ETEXT_WATCH(X)
57 #define __ETEXT_WATCH_END(X)