LibreOffice Module filter (master) 1
|
Namespaces | |
namespace | rtfutil |
namespace | util |
Classes | |
struct | EncryptionStandardHeader |
struct | EncryptionVerifierAES |
struct | EncryptionVerifierRC4 |
class | MSCodec97 |
class | MSCodec_CryptoAPI |
class | MSCodec_Std97 |
Encodes and decodes data from protected MSO 97+ documents. More... | |
class | MSCodec_Xor95 |
Encodes and decodes data from protected MSO 95- documents. More... | |
class | MSCodec_XorWord95 |
Encodes and decodes data from protected MSO Word 95- documents. More... | |
class | MSCodec_XorXLS95 |
Encodes and decodes data from protected MSO XLS 95- documents. More... | |
struct | RC4EncryptionInfo |
struct | StandardEncryptionInfo |
Typedefs | |
typedef sal_uInt16 | CountryId |
Represents a Windows country ID. More... | |
Functions | |
CountryId | ConvertLanguageToCountry (LanguageType eLanguage) |
Converts a language type to a Windows country ID. More... | |
LanguageType | ConvertCountryToLanguage (CountryId eCountry) |
Converts a Windows country ID to a language type. More... | |
static void | lcl_PrintDigest (const sal_uInt8 *, const char *) |
typedef sal_uInt16 msfilter::CountryId |
Represents a Windows country ID.
The country IDs used in Windows are equal to the international calling code of each country, i.e. the code 353 represents Ireland (+353).
ATTENTION: These country codes are not supposed to be used anywhere in core structures! They shall ONLY be used in the import/export filters for Microsoft Office documents!
Definition at line 42 of file countryid.hxx.
MSFILTER_DLLPUBLIC LanguageType msfilter::ConvertCountryToLanguage | ( | CountryId | eCountry | ) |
Converts a Windows country ID to a language type.
The function returns the most used language for the passed country (hopefully), i.e. LANGUAGE_ENGLISH_EIRE for COUNTRY_IRELAND.
If the passed country ID is not valid, the value LANGUAGE_DONTKNOW will be returned.
eCountry | A Windows country ID, defined above. |
Definition at line 310 of file countryid.cxx.
References LANGUAGE_DONTKNOW.
MSFILTER_DLLPUBLIC CountryId msfilter::ConvertLanguageToCountry | ( | LanguageType | eLanguage | ) |
Converts a language type to a Windows country ID.
The function regards the sub type of the passed language, and tries to return the appropriate country, i.e. COUNTRY_IRELAND for LANGUAGE_ENGLISH_EIRE.
A few countries do not have an own associated country ID. Most of these countries are mapped to another related country, i.e. Kazakhstan is mapped to Russia.
If no country can be found, the value COUNTRY_DONTKNOW will be returned.
eLanguage | A language type, defined in tools/lang.hxx. |
Definition at line 286 of file countryid.cxx.
References COUNTRY_DONTKNOW.
|
static |
Definition at line 293 of file mscodec.cxx.
Referenced by msfilter::MSCodec_Std97::CreateSaltDigest(), msfilter::MSCodec97::InitCodec(), msfilter::MSCodec_Std97::InitKey(), msfilter::MSCodec_CryptoAPI::InitKey(), and msfilter::MSCodec97::VerifyKey().
const sal_uInt32 msfilter::AGILE_ENCRYPTION_RESERVED = 0x00000040 |
Definition at line 442 of file mscodec.hxx.
const CountryId msfilter::COUNTRY_AFGHANISTAN = 93 |
Definition at line 96 of file countryid.hxx.
const CountryId msfilter::COUNTRY_ALBANIA = 355 |
Definition at line 163 of file countryid.hxx.
const CountryId msfilter::COUNTRY_ALGERIA = 213 |
Definition at line 100 of file countryid.hxx.
const CountryId msfilter::COUNTRY_AMERICAN_SAMOA = 684 |
Definition at line 220 of file countryid.hxx.
const CountryId msfilter::COUNTRY_ANDORRA = 376 |
Definition at line 174 of file countryid.hxx.
const CountryId msfilter::COUNTRY_ANGOLA = 244 |
Definition at line 127 of file countryid.hxx.
const CountryId msfilter::COUNTRY_ANTARCTICA = 672 |
Definition at line 208 of file countryid.hxx.
const CountryId msfilter::COUNTRY_ARGENTINA = 54 |
Definition at line 76 of file countryid.hxx.
const CountryId msfilter::COUNTRY_ARMENIA = 374 |
Definition at line 172 of file countryid.hxx.
const CountryId msfilter::COUNTRY_ARUBA = 297 |
Definition at line 155 of file countryid.hxx.
const CountryId msfilter::COUNTRY_ASCENSION_ISLAND = 247 |
Definition at line 130 of file countryid.hxx.
const CountryId msfilter::COUNTRY_AUSTRALIA = 61 |
Definition at line 82 of file countryid.hxx.
const CountryId msfilter::COUNTRY_AUSTRIA = 43 |
Definition at line 66 of file countryid.hxx.
const CountryId msfilter::COUNTRY_AZERBAIJAN = 994 |
Definition at line 256 of file countryid.hxx.
const CountryId msfilter::COUNTRY_BAHRAIN = 973 |
Definition at line 248 of file countryid.hxx.
const CountryId msfilter::COUNTRY_BANGLADESH = 880 |
Definition at line 234 of file countryid.hxx.
const CountryId msfilter::COUNTRY_BELARUS = 375 |
Definition at line 173 of file countryid.hxx.
const CountryId msfilter::COUNTRY_BELGIUM = 32 |
Definition at line 59 of file countryid.hxx.
const CountryId msfilter::COUNTRY_BELIZE = 501 |
Definition at line 188 of file countryid.hxx.
const CountryId msfilter::COUNTRY_BENIN = 229 |
Definition at line 112 of file countryid.hxx.
const CountryId msfilter::COUNTRY_BHUTAN = 975 |
Definition at line 250 of file countryid.hxx.
const CountryId msfilter::COUNTRY_BOLIVIA = 591 |
Definition at line 198 of file countryid.hxx.
const CountryId msfilter::COUNTRY_BOSNIA = 387 |
Definition at line 182 of file countryid.hxx.
const CountryId msfilter::COUNTRY_BOTSWANA = 267 |
Definition at line 150 of file countryid.hxx.
const CountryId msfilter::COUNTRY_BRAZIL = 55 |
Definition at line 77 of file countryid.hxx.
const CountryId msfilter::COUNTRY_BRUNEI_DARUSSALAM = 673 |
Definition at line 209 of file countryid.hxx.
const CountryId msfilter::COUNTRY_BULGARIA = 359 |
Definition at line 167 of file countryid.hxx.
const CountryId msfilter::COUNTRY_BURKINA_FARSO = 226 |
Definition at line 109 of file countryid.hxx.
const CountryId msfilter::COUNTRY_BURUNDI = 257 |
Definition at line 140 of file countryid.hxx.
const CountryId msfilter::COUNTRY_CAMBODIA = 855 |
Definition at line 232 of file countryid.hxx.
const CountryId msfilter::COUNTRY_CAMEROON = 237 |
Definition at line 120 of file countryid.hxx.
const CountryId msfilter::COUNTRY_CANADA = 2 |
Definition at line 51 of file countryid.hxx.
const CountryId msfilter::COUNTRY_CAPE_VERDE = 238 |
Definition at line 121 of file countryid.hxx.
const CountryId msfilter::COUNTRY_CENTRAL_AFR_REP = 236 |
Definition at line 119 of file countryid.hxx.
const CountryId msfilter::COUNTRY_CHAD = 235 |
Definition at line 118 of file countryid.hxx.
const CountryId msfilter::COUNTRY_CHILE = 56 |
Definition at line 78 of file countryid.hxx.
const CountryId msfilter::COUNTRY_COLOMBIA = 57 |
Definition at line 79 of file countryid.hxx.
const CountryId msfilter::COUNTRY_COMOROS_MAYOTTE = 269 |
Definition at line 152 of file countryid.hxx.
const CountryId msfilter::COUNTRY_CONGO = 242 |
Definition at line 125 of file countryid.hxx.
const CountryId msfilter::COUNTRY_COOK_ISLANDS = 682 |
Definition at line 218 of file countryid.hxx.
const CountryId msfilter::COUNTRY_COSTA_RICA = 506 |
Definition at line 193 of file countryid.hxx.
const CountryId msfilter::COUNTRY_COTE_D_IVOIRE = 225 |
Definition at line 108 of file countryid.hxx.
const CountryId msfilter::COUNTRY_CROATIA = 385 |
Definition at line 180 of file countryid.hxx.
const CountryId msfilter::COUNTRY_CUBA = 53 |
Definition at line 75 of file countryid.hxx.
const CountryId msfilter::COUNTRY_CYPRUS = 357 |
Definition at line 165 of file countryid.hxx.
const CountryId msfilter::COUNTRY_CZECH = 420 |
Definition at line 184 of file countryid.hxx.
const CountryId msfilter::COUNTRY_DENMARK = 45 |
Definition at line 68 of file countryid.hxx.
const CountryId msfilter::COUNTRY_DIEGO_GARCIA = 246 |
Definition at line 129 of file countryid.hxx.
const CountryId msfilter::COUNTRY_DJIBOUTI = 253 |
Definition at line 136 of file countryid.hxx.
const CountryId msfilter::COUNTRY_DOMINICAN_REPUBLIC = 1 |
Definition at line 46 of file countryid.hxx.
const CountryId msfilter::COUNTRY_DONTKNOW = 0 |
Definition at line 44 of file countryid.hxx.
Referenced by ConvertLanguageToCountry().
const CountryId msfilter::COUNTRY_EAST_TIMOR = 670 |
Definition at line 207 of file countryid.hxx.
const CountryId msfilter::COUNTRY_ECUADOR = 593 |
Definition at line 200 of file countryid.hxx.
const CountryId msfilter::COUNTRY_EGYPT = 20 |
Definition at line 55 of file countryid.hxx.
const CountryId msfilter::COUNTRY_EL_SALVADOR = 503 |
Definition at line 190 of file countryid.hxx.
const CountryId msfilter::COUNTRY_EQUATORIAL_GUINEA = 240 |
Definition at line 123 of file countryid.hxx.
const CountryId msfilter::COUNTRY_ERITREA = 291 |
Definition at line 154 of file countryid.hxx.
const CountryId msfilter::COUNTRY_ESTONIA = 372 |
Definition at line 170 of file countryid.hxx.
const CountryId msfilter::COUNTRY_ETHIOPIA = 251 |
Definition at line 134 of file countryid.hxx.
const CountryId msfilter::COUNTRY_FAEROE_ISLANDS = 298 |
Definition at line 156 of file countryid.hxx.
const CountryId msfilter::COUNTRY_FALKLAND_ISLANDS = 500 |
Definition at line 187 of file countryid.hxx.
const CountryId msfilter::COUNTRY_FIJI = 679 |
Definition at line 215 of file countryid.hxx.
const CountryId msfilter::COUNTRY_FINLAND = 358 |
Definition at line 166 of file countryid.hxx.
const CountryId msfilter::COUNTRY_FRANCE = 33 |
Definition at line 60 of file countryid.hxx.
const CountryId msfilter::COUNTRY_FRENCH_GUIANA = 594 |
Definition at line 201 of file countryid.hxx.
const CountryId msfilter::COUNTRY_FRENCH_POLYNESIA = 689 |
Definition at line 225 of file countryid.hxx.
const CountryId msfilter::COUNTRY_GABON = 241 |
Definition at line 124 of file countryid.hxx.
const CountryId msfilter::COUNTRY_GAMBIA = 220 |
Definition at line 103 of file countryid.hxx.
const CountryId msfilter::COUNTRY_GEORGIA = 995 |
Definition at line 257 of file countryid.hxx.
const CountryId msfilter::COUNTRY_GERMANY = 49 |
Definition at line 72 of file countryid.hxx.
const CountryId msfilter::COUNTRY_GHANA = 233 |
Definition at line 116 of file countryid.hxx.
const CountryId msfilter::COUNTRY_GIBRALTAR = 350 |
Definition at line 158 of file countryid.hxx.
const CountryId msfilter::COUNTRY_GREECE = 30 |
Definition at line 57 of file countryid.hxx.
const CountryId msfilter::COUNTRY_GREEN_ISLAND = 299 |
Definition at line 157 of file countryid.hxx.
const CountryId msfilter::COUNTRY_GUADELOUPE = 590 |
Definition at line 197 of file countryid.hxx.
const CountryId msfilter::COUNTRY_GUAM = 1 |
Definition at line 47 of file countryid.hxx.
const CountryId msfilter::COUNTRY_GUATEMALA = 502 |
Definition at line 189 of file countryid.hxx.
const CountryId msfilter::COUNTRY_GUINEA = 224 |
Definition at line 107 of file countryid.hxx.
const CountryId msfilter::COUNTRY_GUINEA_BISSAU = 245 |
Definition at line 128 of file countryid.hxx.
const CountryId msfilter::COUNTRY_GUYANA = 592 |
Definition at line 199 of file countryid.hxx.
const CountryId msfilter::COUNTRY_HAITI = 509 |
Definition at line 196 of file countryid.hxx.
const CountryId msfilter::COUNTRY_HONDURAS = 504 |
Definition at line 191 of file countryid.hxx.
const CountryId msfilter::COUNTRY_HONG_KONG = 852 |
Definition at line 230 of file countryid.hxx.
const CountryId msfilter::COUNTRY_HUNGARY = 36 |
Definition at line 62 of file countryid.hxx.
const CountryId msfilter::COUNTRY_ICELAND = 354 |
Definition at line 162 of file countryid.hxx.
const CountryId msfilter::COUNTRY_INDIA = 91 |
Definition at line 94 of file countryid.hxx.
const CountryId msfilter::COUNTRY_INDONESIA = 62 |
Definition at line 83 of file countryid.hxx.
const CountryId msfilter::COUNTRY_IRAN = 981 |
Definition at line 253 of file countryid.hxx.
const CountryId msfilter::COUNTRY_IRAQ = 964 |
Definition at line 240 of file countryid.hxx.
const CountryId msfilter::COUNTRY_IRELAND = 353 |
Definition at line 161 of file countryid.hxx.
const CountryId msfilter::COUNTRY_ISRAEL = 972 |
Definition at line 247 of file countryid.hxx.
const CountryId msfilter::COUNTRY_ITALY = 39 |
Definition at line 63 of file countryid.hxx.
const CountryId msfilter::COUNTRY_JAMAICA = 1 |
Definition at line 48 of file countryid.hxx.
const CountryId msfilter::COUNTRY_JAPAN = 81 |
Definition at line 88 of file countryid.hxx.
const CountryId msfilter::COUNTRY_JORDAN = 962 |
Definition at line 238 of file countryid.hxx.
const CountryId msfilter::COUNTRY_KAZAKHSTAN = 7 |
Definition at line 53 of file countryid.hxx.
const CountryId msfilter::COUNTRY_KENYA = 254 |
Definition at line 137 of file countryid.hxx.
const CountryId msfilter::COUNTRY_KIRIBATI = 686 |
Definition at line 222 of file countryid.hxx.
const CountryId msfilter::COUNTRY_KUWAIT = 965 |
Definition at line 241 of file countryid.hxx.
const CountryId msfilter::COUNTRY_KYRGYZSTAN = 996 |
Definition at line 258 of file countryid.hxx.
const CountryId msfilter::COUNTRY_LAOS = 856 |
Definition at line 233 of file countryid.hxx.
const CountryId msfilter::COUNTRY_LATVIA = 371 |
Definition at line 169 of file countryid.hxx.
const CountryId msfilter::COUNTRY_LEBANON = 961 |
Definition at line 237 of file countryid.hxx.
const CountryId msfilter::COUNTRY_LESOTHO = 266 |
Definition at line 149 of file countryid.hxx.
const CountryId msfilter::COUNTRY_LIBERIA = 231 |
Definition at line 114 of file countryid.hxx.
const CountryId msfilter::COUNTRY_LIBYA = 218 |
Definition at line 102 of file countryid.hxx.
const CountryId msfilter::COUNTRY_LIECHTENSTEIN = 423 |
Definition at line 186 of file countryid.hxx.
const CountryId msfilter::COUNTRY_LITHUANIA = 370 |
Definition at line 168 of file countryid.hxx.
const CountryId msfilter::COUNTRY_LUXEMBOURG = 352 |
Definition at line 160 of file countryid.hxx.
const CountryId msfilter::COUNTRY_MACAU = 853 |
Definition at line 231 of file countryid.hxx.
const CountryId msfilter::COUNTRY_MACEDONIA = 389 |
Definition at line 183 of file countryid.hxx.
const CountryId msfilter::COUNTRY_MADAGASCAR = 261 |
Definition at line 144 of file countryid.hxx.
const CountryId msfilter::COUNTRY_MALAWI = 265 |
Definition at line 148 of file countryid.hxx.
const CountryId msfilter::COUNTRY_MALAYSIA = 60 |
Definition at line 81 of file countryid.hxx.
const CountryId msfilter::COUNTRY_MALDIVES = 960 |
Definition at line 236 of file countryid.hxx.
const CountryId msfilter::COUNTRY_MALI = 223 |
Definition at line 106 of file countryid.hxx.
const CountryId msfilter::COUNTRY_MALTA = 356 |
Definition at line 164 of file countryid.hxx.
const CountryId msfilter::COUNTRY_MARSHALL_ISLANDS = 692 |
Definition at line 228 of file countryid.hxx.
const CountryId msfilter::COUNTRY_MARTINIQUE = 596 |
Definition at line 203 of file countryid.hxx.
const CountryId msfilter::COUNTRY_MAURITANIA = 222 |
Definition at line 105 of file countryid.hxx.
const CountryId msfilter::COUNTRY_MAURITIUS = 230 |
Definition at line 113 of file countryid.hxx.
const CountryId msfilter::COUNTRY_MEXICO = 52 |
Definition at line 74 of file countryid.hxx.
const CountryId msfilter::COUNTRY_MICRONESIA = 691 |
Definition at line 227 of file countryid.hxx.
const CountryId msfilter::COUNTRY_MOLDOVA = 373 |
Definition at line 171 of file countryid.hxx.
const CountryId msfilter::COUNTRY_MONACO = 377 |
Definition at line 175 of file countryid.hxx.
const CountryId msfilter::COUNTRY_MONGOLIA = 976 |
Definition at line 251 of file countryid.hxx.
const CountryId msfilter::COUNTRY_MOROCCO = 212 |
Definition at line 99 of file countryid.hxx.
const CountryId msfilter::COUNTRY_MOZAMBIQUE = 258 |
Definition at line 141 of file countryid.hxx.
const CountryId msfilter::COUNTRY_MYANMAR = 95 |
Definition at line 98 of file countryid.hxx.
const CountryId msfilter::COUNTRY_NAMIBIA = 264 |
Definition at line 147 of file countryid.hxx.
const CountryId msfilter::COUNTRY_NARUPU = 674 |
Definition at line 210 of file countryid.hxx.
const CountryId msfilter::COUNTRY_NEPAL = 977 |
Definition at line 252 of file countryid.hxx.
const CountryId msfilter::COUNTRY_NETHERL_ANTILLES = 599 |
Definition at line 206 of file countryid.hxx.
const CountryId msfilter::COUNTRY_NETHERLANDS = 31 |
Definition at line 58 of file countryid.hxx.
const CountryId msfilter::COUNTRY_NEW_CALEDONIA = 687 |
Definition at line 223 of file countryid.hxx.
const CountryId msfilter::COUNTRY_NEW_ZEALAND = 64 |
Definition at line 85 of file countryid.hxx.
const CountryId msfilter::COUNTRY_NICARAGUA = 505 |
Definition at line 192 of file countryid.hxx.
const CountryId msfilter::COUNTRY_NIGER = 227 |
Definition at line 110 of file countryid.hxx.
const CountryId msfilter::COUNTRY_NIGERIA = 234 |
Definition at line 117 of file countryid.hxx.
const CountryId msfilter::COUNTRY_NIUE_ISLAND = 683 |
Definition at line 219 of file countryid.hxx.
const CountryId msfilter::COUNTRY_NORTH_KOREA = 850 |
Definition at line 229 of file countryid.hxx.
const CountryId msfilter::COUNTRY_NORWAY = 47 |
Definition at line 70 of file countryid.hxx.
const CountryId msfilter::COUNTRY_OMAN = 968 |
Definition at line 244 of file countryid.hxx.
const CountryId msfilter::COUNTRY_PAKISTAN = 92 |
Definition at line 95 of file countryid.hxx.
const CountryId msfilter::COUNTRY_PALAU = 680 |
Definition at line 216 of file countryid.hxx.
const CountryId msfilter::COUNTRY_PALESTINE = 970 |
Definition at line 245 of file countryid.hxx.
const CountryId msfilter::COUNTRY_PANAMA = 507 |
Definition at line 194 of file countryid.hxx.
const CountryId msfilter::COUNTRY_PAPUA_NEW_GUINEA = 675 |
Definition at line 211 of file countryid.hxx.
const CountryId msfilter::COUNTRY_PARAGUAY = 595 |
Definition at line 202 of file countryid.hxx.
const CountryId msfilter::COUNTRY_PERU = 51 |
Definition at line 73 of file countryid.hxx.
const CountryId msfilter::COUNTRY_PHILIPPINES = 63 |
Definition at line 84 of file countryid.hxx.
const CountryId msfilter::COUNTRY_POLAND = 48 |
Definition at line 71 of file countryid.hxx.
const CountryId msfilter::COUNTRY_PORTUGAL = 351 |
Definition at line 159 of file countryid.hxx.
const CountryId msfilter::COUNTRY_PR_CHINA = 86 |
Definition at line 91 of file countryid.hxx.
const CountryId msfilter::COUNTRY_PUERTO_RICO = 1 |
Definition at line 49 of file countryid.hxx.
const CountryId msfilter::COUNTRY_QATAR = 974 |
Definition at line 249 of file countryid.hxx.
const CountryId msfilter::COUNTRY_REUNION = 262 |
Definition at line 145 of file countryid.hxx.
const CountryId msfilter::COUNTRY_ROMANIA = 40 |
Definition at line 64 of file countryid.hxx.
const CountryId msfilter::COUNTRY_RUSSIA = 7 |
Definition at line 52 of file countryid.hxx.
const CountryId msfilter::COUNTRY_RWANDA = 250 |
Definition at line 133 of file countryid.hxx.
const CountryId msfilter::COUNTRY_SAN_MARINO = 378 |
Definition at line 176 of file countryid.hxx.
const CountryId msfilter::COUNTRY_SAO_TOME = 239 |
Definition at line 122 of file countryid.hxx.
const CountryId msfilter::COUNTRY_SAUDI_ARABIA = 966 |
Definition at line 242 of file countryid.hxx.
const CountryId msfilter::COUNTRY_SENEGAL = 221 |
Definition at line 104 of file countryid.hxx.
const CountryId msfilter::COUNTRY_SERBIA = 381 |
Definition at line 179 of file countryid.hxx.
const CountryId msfilter::COUNTRY_SEYCHELLES = 248 |
Definition at line 131 of file countryid.hxx.
const CountryId msfilter::COUNTRY_SIERRA_LEONE = 232 |
Definition at line 115 of file countryid.hxx.
const CountryId msfilter::COUNTRY_SINGAPORE = 65 |
Definition at line 86 of file countryid.hxx.
const CountryId msfilter::COUNTRY_SLOVAK = 421 |
Definition at line 185 of file countryid.hxx.
const CountryId msfilter::COUNTRY_SLOVENIA = 386 |
Definition at line 181 of file countryid.hxx.
const CountryId msfilter::COUNTRY_SOLOMON_ISLANDS = 677 |
Definition at line 213 of file countryid.hxx.
const CountryId msfilter::COUNTRY_SOMALIA = 252 |
Definition at line 135 of file countryid.hxx.
const CountryId msfilter::COUNTRY_SOUTH_AFRICA = 27 |
Definition at line 56 of file countryid.hxx.
const CountryId msfilter::COUNTRY_SOUTH_KOREA = 82 |
Definition at line 89 of file countryid.hxx.
const CountryId msfilter::COUNTRY_SPAIN = 34 |
Definition at line 61 of file countryid.hxx.
const CountryId msfilter::COUNTRY_SRI_LANKA = 94 |
Definition at line 97 of file countryid.hxx.
const CountryId msfilter::COUNTRY_ST_HELENA = 290 |
Definition at line 153 of file countryid.hxx.
const CountryId msfilter::COUNTRY_ST_PIERRE = 508 |
Definition at line 195 of file countryid.hxx.
const CountryId msfilter::COUNTRY_SUDAN = 249 |
Definition at line 132 of file countryid.hxx.
const CountryId msfilter::COUNTRY_SURINAME = 597 |
Definition at line 204 of file countryid.hxx.
const CountryId msfilter::COUNTRY_SWAZILAND = 268 |
Definition at line 151 of file countryid.hxx.
const CountryId msfilter::COUNTRY_SWEDEN = 46 |
Definition at line 69 of file countryid.hxx.
const CountryId msfilter::COUNTRY_SWITZERLAND = 41 |
Definition at line 65 of file countryid.hxx.
const CountryId msfilter::COUNTRY_SYRIA = 963 |
Definition at line 239 of file countryid.hxx.
const CountryId msfilter::COUNTRY_TAIWAN = 886 |
Definition at line 235 of file countryid.hxx.
const CountryId msfilter::COUNTRY_TAJIKISTAN = 992 |
Definition at line 254 of file countryid.hxx.
const CountryId msfilter::COUNTRY_TANZANIA = 255 |
Definition at line 138 of file countryid.hxx.
const CountryId msfilter::COUNTRY_TATARSTAN = 7 |
Definition at line 54 of file countryid.hxx.
const CountryId msfilter::COUNTRY_THAILAND = 66 |
Definition at line 87 of file countryid.hxx.
const CountryId msfilter::COUNTRY_TIBET = 86 |
Definition at line 92 of file countryid.hxx.
const CountryId msfilter::COUNTRY_TOGO = 228 |
Definition at line 111 of file countryid.hxx.
const CountryId msfilter::COUNTRY_TOKELAU = 690 |
Definition at line 226 of file countryid.hxx.
const CountryId msfilter::COUNTRY_TONGA = 676 |
Definition at line 212 of file countryid.hxx.
const CountryId msfilter::COUNTRY_TRINIDAD_Y_TOBAGO = 1 |
Definition at line 50 of file countryid.hxx.
const CountryId msfilter::COUNTRY_TUNISIA = 216 |
Definition at line 101 of file countryid.hxx.
const CountryId msfilter::COUNTRY_TURKEY = 90 |
Definition at line 93 of file countryid.hxx.
const CountryId msfilter::COUNTRY_TURKMENISTAN = 993 |
Definition at line 255 of file countryid.hxx.
const CountryId msfilter::COUNTRY_TUVALU = 688 |
Definition at line 224 of file countryid.hxx.
const CountryId msfilter::COUNTRY_UAE = 971 |
Definition at line 246 of file countryid.hxx.
const CountryId msfilter::COUNTRY_UGANDA = 256 |
Definition at line 139 of file countryid.hxx.
const CountryId msfilter::COUNTRY_UKRAINE = 380 |
Definition at line 178 of file countryid.hxx.
const CountryId msfilter::COUNTRY_UNITED_KINGDOM = 44 |
Definition at line 67 of file countryid.hxx.
const CountryId msfilter::COUNTRY_URUGUAY = 598 |
Definition at line 205 of file countryid.hxx.
const CountryId msfilter::COUNTRY_USA = 1 |
Definition at line 45 of file countryid.hxx.
const CountryId msfilter::COUNTRY_UZBEKISTAN = 998 |
Definition at line 259 of file countryid.hxx.
const CountryId msfilter::COUNTRY_VANUATU = 678 |
Definition at line 214 of file countryid.hxx.
const CountryId msfilter::COUNTRY_VATICAN_CITY = 379 |
Definition at line 177 of file countryid.hxx.
const CountryId msfilter::COUNTRY_VENEZUELA = 58 |
Definition at line 80 of file countryid.hxx.
const CountryId msfilter::COUNTRY_VIET_NAM = 84 |
Definition at line 90 of file countryid.hxx.
const CountryId msfilter::COUNTRY_WALLIS_AND_FUTUNA = 681 |
Definition at line 217 of file countryid.hxx.
const CountryId msfilter::COUNTRY_WESTERN_SAMOA = 685 |
Definition at line 221 of file countryid.hxx.
const CountryId msfilter::COUNTRY_YEMEN = 967 |
Definition at line 243 of file countryid.hxx.
const CountryId msfilter::COUNTRY_ZAIRE = 243 |
Definition at line 126 of file countryid.hxx.
const CountryId msfilter::COUNTRY_ZAMBIA = 260 |
Definition at line 143 of file countryid.hxx.
const CountryId msfilter::COUNTRY_ZANZIBAR = 259 |
Definition at line 142 of file countryid.hxx.
const CountryId msfilter::COUNTRY_ZIMBABWE = 263 |
Definition at line 146 of file countryid.hxx.
const sal_uInt32 msfilter::ENCRYPT_ALGO_AES128 = 0x0000660E |
Definition at line 418 of file mscodec.hxx.
const sal_uInt32 msfilter::ENCRYPT_ALGO_AES192 = 0x0000660F |
Definition at line 419 of file mscodec.hxx.
const sal_uInt32 msfilter::ENCRYPT_ALGO_AES256 = 0x00006610 |
Definition at line 420 of file mscodec.hxx.
const sal_uInt32 msfilter::ENCRYPT_ALGO_RC4 = 0x00006801 |
Definition at line 421 of file mscodec.hxx.
const sal_uInt32 msfilter::ENCRYPT_HASH_SHA1 = 0x00008004 |
Definition at line 423 of file mscodec.hxx.
const sal_uInt32 msfilter::ENCRYPT_KEY_SIZE_AES_128 = 0x00000080 |
Definition at line 425 of file mscodec.hxx.
Referenced by msfilter::MSCodec_CryptoAPI::InitCipher().
const sal_uInt32 msfilter::ENCRYPT_KEY_SIZE_AES_192 = 0x000000C0 |
Definition at line 426 of file mscodec.hxx.
const sal_uInt32 msfilter::ENCRYPT_KEY_SIZE_AES_256 = 0x00000100 |
Definition at line 427 of file mscodec.hxx.
const sal_uInt32 msfilter::ENCRYPT_PROVIDER_TYPE_AES = 0x00000018 |
Definition at line 429 of file mscodec.hxx.
const sal_uInt32 msfilter::ENCRYPT_PROVIDER_TYPE_RC4 = 0x00000001 |
Definition at line 430 of file mscodec.hxx.
const sal_uInt32 msfilter::ENCRYPTED_VERIFIER_LENGTH = 16 |
Definition at line 445 of file mscodec.hxx.
const sal_uInt32 msfilter::ENCRYPTINFO_AES = 0x00000020 |
Definition at line 416 of file mscodec.hxx.
const sal_uInt32 msfilter::ENCRYPTINFO_CRYPTOAPI = 0x00000004 |
Definition at line 413 of file mscodec.hxx.
const sal_uInt32 msfilter::ENCRYPTINFO_DOCPROPS = 0x00000008 |
Definition at line 414 of file mscodec.hxx.
const sal_uInt32 msfilter::ENCRYPTINFO_EXTERNAL = 0x00000010 |
Definition at line 415 of file mscodec.hxx.
const sal_uInt32 msfilter::SALT_LENGTH = 16 |
Definition at line 444 of file mscodec.hxx.
const sal_uInt32 msfilter::VERSION_INFO_1997_FORMAT = 0x00010001 |
Definition at line 433 of file mscodec.hxx.
const sal_uInt32 msfilter::VERSION_INFO_2007_FORMAT = 0x00020003 |
Definition at line 435 of file mscodec.hxx.
const sal_uInt32 msfilter::VERSION_INFO_2007_FORMAT_SP2 = 0x00020004 |
Definition at line 437 of file mscodec.hxx.
const sal_uInt32 msfilter::VERSION_INFO_AGILE = 0x00040004 |
Definition at line 440 of file mscodec.hxx.