- 01 Oct, 2008 40 commits
-
-
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
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-