- 02 Oct, 2008 8 commits
-
-
Rob Shearman authored
The typeof keyword isn't available on all compilers so avoid it if at all possible.
-
Lei Zhang authored
-
Lei Zhang authored
-
Jeff Zaroyko authored
-
Juan Lang authored
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
-
Huw Davies authored
-
- 01 Oct, 2008 32 commits
-
-
Aric Stewart authored
mlang/tests: windows 2008's version of mlang E_FAILs when you pass in a rgelt in IEnumCodePage::Next.
-
Aric Stewart authored
mlang/tests: Skip testing a codepage returning the buggy, legacy unicodeFEFF charset (only appears to exist on windows 2008).
-
Aric Stewart authored
mlang/tests: GetLastError may not be set if Japanese conversions fail with S_FAIL so do not require that to skip the Japanese tests.
-
Aric Stewart authored
mlang/tests: Some versions of native mlang return E_FAIL when source string is NULL and a source length is supplied.
-
Aric Stewart authored
mlang/tests: IMultiLanguage2_GetRfc1766FromLcid can return S_FALSE on partial name matching so deal with this properly.
-
Aric Stewart authored
imm32: ImmConfigureIME should return 0 when the type is IME_CONFIG_REGISTERWORD and the data is NULL.
-
Rob Shearman authored
Use the _HRESULT_TYPEDEF_ macro to ensure that the error codes get the correct type.
-
Rob Shearman authored
-
Rob Shearman authored
MSVC requires that calling conventions appear inside the brackets.
-
Rob Shearman authored
Use ARRAYSIZE() on the constant string arrays instead.
-
Rob Shearman authored
winedos: Compare HRESULT value explicitly against S_OK instead of using an implicit != 0 comparison.
-
Rob Shearman authored
wininet: Compare HRESULT values explicitly against S_OK instead of using an implicit != 0 comparison.
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
Add define for DD_FALSE.
-
Rob Shearman authored
Check that the data will fit into the fixed sized buffer CAB(outbuf) and return an error if not before copying.
-
Alistair Leslie-Hughes authored
-
James Hawkins authored
-
James Hawkins authored
-
James Hawkins authored
-
James Hawkins authored
-
James Hawkins authored
-
James Hawkins authored
-
Dylan Smith authored
-
Dylan Smith authored
-
Dylan Smith authored
This code was simply missing, since the table border properties are already stored and displayed.
-
Dylan Smith authored
The table properties are streamed out at the start of the table for non-nested tables, and at the end of the table for nested tables. The assertion caught the fact that I didn't get the start of the table row for nested tables before trying to stream out the properties. The call to ME_GetTableRowStart will handle both of these cases by getting the table row start paragraph and asserting that it is found. This call was also the reason for removing the const qualifier on one of the parameters.
-
Dylan Smith authored
Static sized buffers are used for storing the colours and fonts, so there needs to be a check to prevent these buffer from overflowing.
-
Dylan Smith authored
Previously the paragraph and cell border properties were lost when deleting the text, then undoing the deletion. This would cause tables to lose the colour and width of the table border.
-
Jacek Caban authored
-
Jacek Caban authored
-