Lines Matching refs:aFormat
1123 OUString aFormat( in importDateFormatProperty() local
1126 if (aFormat.getLength()) in importDateFormatProperty()
1129 if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("system_short") )) in importDateFormatProperty()
1133 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("system_short_YY") )) in importDateFormatProperty()
1137 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("system_short_YYYY") )) in importDateFormatProperty()
1141 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("system_long") )) in importDateFormatProperty()
1145 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("short_DDMMYY") )) in importDateFormatProperty()
1149 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("short_MMDDYY") )) in importDateFormatProperty()
1153 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("short_YYMMDD") )) in importDateFormatProperty()
1157 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("short_DDMMYYYY") )) in importDateFormatProperty()
1161 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("short_MMDDYYYY") )) in importDateFormatProperty()
1165 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("short_YYYYMMDD") )) in importDateFormatProperty()
1169 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("short_YYMMDD_DIN5008") )) in importDateFormatProperty()
1173 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("short_YYYYMMDD_DIN5008") )) in importDateFormatProperty()
1194 OUString aFormat( in importTimeFormatProperty() local
1197 if (aFormat.getLength()) in importTimeFormatProperty()
1200 if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("24h_short") )) in importTimeFormatProperty()
1204 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("24h_long") )) in importTimeFormatProperty()
1208 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("12h_short") )) in importTimeFormatProperty()
1212 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("12h_long") )) in importTimeFormatProperty()
1216 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Duration_short") )) in importTimeFormatProperty()
1220 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Duration_long") )) in importTimeFormatProperty()
1272 OUString aFormat( in importLineEndFormatProperty() local
1275 if (aFormat.getLength()) in importLineEndFormatProperty()
1278 if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("carriage-return") )) in importLineEndFormatProperty()
1282 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("line-feed") )) in importLineEndFormatProperty()
1286 else if (aFormat.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("carriage-return-line-feed") )) in importLineEndFormatProperty()