calendarui/organizerplugin/aiagendaplugin2/inc/aicalendarplugin2constants.hrh
branchRCL_3
changeset 5 42814f902fe6
parent 0 f979ecb2b13e
equal deleted inserted replaced
0:f979ecb2b13e 5:42814f902fe6
    87 const TInt KAIRangeTomorrowOnly = 1;
    87 const TInt KAIRangeTomorrowOnly = 1;
    88 
    88 
    89 const TInt KAICal2DefaultBufferLen = 35;
    89 const TInt KAICal2DefaultBufferLen = 35;
    90 
    90 
    91 _LIT( KAICal2WesternSummaryLocationSeparator, ", " );
    91 _LIT( KAICal2WesternSummaryLocationSeparator, ", " );
    92 _LIT( KAICal2ArabicSummaryLocationSeparator, " /x060c" );
    92 _LIT( KAICal2ArabicSummaryLocationSeparator, " \x060c" );
    93 /**
    93 /**
    94  * KReplaceWhitespaceChars contains some characters that should be replaced by space
    94  * KReplaceWhitespaceChars contains some characters that should be replaced by space
    95  * in Calendar popup, day view etc. 
    95  * in Calendar popup, day view etc. 
    96  * Following characters are replaced with space
    96  * Following characters are replaced with space
    97  * /x0009 horizontal tab
    97  * \x0009 horizontal tab
    98  * /x000a new line
    98  * \x000a new line
    99  * /x000b line tabulation (vertical
    99  * \x000b line tabulation (vertical
   100  * /x000c form feed
   100  * \x000c form feed
   101  * /x000d carriage return
   101  * \x000d carriage return
   102  * /x2028 line separator
   102  * \x2028 line separator
   103  * /x2029 paragraph separator
   103  * \x2029 paragraph separator
   104  */
   104  */
   105 _LIT( KAICal2ReplaceWhitespaceChars,
   105 _LIT( KAICal2ReplaceWhitespaceChars,
   106 "/x0009/x000A/x000B/x000C/x000D/x2028/x2029" );
   106 "\x0009\x000A\x000B\x000C\x000D\x2028\x2029" );
   107 
   107 
   108 _LIT16( KAICal2CmdTODAY, "TODAY" ); // Calendar command parameter
   108 _LIT16( KAICal2CmdTODAY, "TODAY" ); // Calendar command parameter
   109 _LIT16( KAICal2CmdDAY, "DAY " ); // Calendar command parameter
   109 _LIT16( KAICal2CmdDAY, "DAY " ); // Calendar command parameter
   110 _LIT16( KAICal2CmdDATE, "DATE " ); // Calendar command parameter
   110 _LIT16( KAICal2CmdDATE, "DATE " ); // Calendar command parameter
   111 _LIT16( KAICal2CmdLUID, "LUID " ); // Calendar command parameter
   111 _LIT16( KAICal2CmdLUID, "LUID " ); // Calendar command parameter