Lines Matching refs:aFormat

1122     OUString aFormat(  in importDateFormatProperty()  local
1125 if (aFormat.getLength()) in importDateFormatProperty()
1128 if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("system_short") )) in importDateFormatProperty()
1132 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("system_short_YY") )) in importDateFormatProperty()
1136 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("system_short_YYYY") )) in importDateFormatProperty()
1140 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("system_long") )) in importDateFormatProperty()
1144 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("short_DDMMYY") )) in importDateFormatProperty()
1148 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("short_MMDDYY") )) in importDateFormatProperty()
1152 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("short_YYMMDD") )) in importDateFormatProperty()
1156 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("short_DDMMYYYY") )) in importDateFormatProperty()
1160 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("short_MMDDYYYY") )) in importDateFormatProperty()
1164 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("short_YYYYMMDD") )) in importDateFormatProperty()
1168 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("short_YYMMDD_DIN5008") )) in importDateFormatProperty()
1172 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("short_YYYYMMDD_DIN5008") )) in importDateFormatProperty()
1193 OUString aFormat( in importTimeFormatProperty() local
1196 if (aFormat.getLength()) in importTimeFormatProperty()
1199 if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("24h_short") )) in importTimeFormatProperty()
1203 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("24h_long") )) in importTimeFormatProperty()
1207 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("12h_short") )) in importTimeFormatProperty()
1211 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("12h_long") )) in importTimeFormatProperty()
1215 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Duration_short") )) in importTimeFormatProperty()
1219 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Duration_long") )) in importTimeFormatProperty()
1271 OUString aFormat( in importLineEndFormatProperty() local
1274 if (aFormat.getLength()) in importLineEndFormatProperty()
1277 if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("carriage-return") )) in importLineEndFormatProperty()
1281 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("line-feed") )) in importLineEndFormatProperty()
1285 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("carriage-return-line-feed") )) in importLineEndFormatProperty()