contacts_plat/phonebook_2_presentation_api/inc/MPbk2ContactNameFormatter.h
branchRCL_3
changeset 32 2828b4d142c0
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
26:0d28c1c5b6dd 32:2828b4d142c0
    51             EUseSeparator               = 0x0002,
    51             EUseSeparator               = 0x0002,
    52             /// Formatter replaces all non-graphical
    52             /// Formatter replaces all non-graphical
    53             /// characters with space character
    53             /// characters with space character
    54             EReplaceNonGraphicChars     = 0x0004,
    54             EReplaceNonGraphicChars     = 0x0004,
    55             /// Formatter to retain all original space characters
    55             /// Formatter to retain all original space characters
    56             EPreserveAllOriginalSpaces  = 0x0008
    56             EPreserveAllOriginalSpaces  = 0x0008,
       
    57             /// Formatter by default uses coma separator
       
    58             /// for separating company name
       
    59             EDisableCompanyNameSeparator  = 0x0010
    57             };
    60             };
    58 
    61 
    59         /**
    62         /**
    60          * Destructor.
    63          * Destructor.
    61          */
    64          */