office-gobmx/sw/qa
Rajashri 07f90c89ef fdo#76635 : Table borders not preserved after RT
The document containing a custom table is getting crashed.
In the document the user has created his own costume table styles and
in the created custom table style the user has set  repeat first row as header property.
The corresponding tag for this property is 'tblHeader'
LO was adding this property as a part of cellProperties in DomainMapperTableHandler.cxx.
But it is a part of a Row Property. That is why there was a crash @ open.

In DomainMapperTableHandler.cxx : 'endTableGetCellProperties' tblHeader property is removed from
style as it is not allowed for a cell.

Change-Id: I83cd369aa4497ec3f4b567174f23ddee9be2864e
Reviewed-on: https://gerrit.libreoffice.org/8848
Tested-by: David Tardon <dtardon@redhat.com>
Reviewed-by: David Tardon <dtardon@redhat.com>
2014-04-11 12:30:45 +00:00
..
complex sw: still use SvxBrushItem for page style background 2014-03-31 12:16:49 +02:00
core sw: initialize FieldResult::m_eType 2014-04-08 15:47:51 +02:00
extras fdo#76635 : Table borders not preserved after RT 2014-04-11 12:30:45 +00:00
python
tiledrendering Second batch of adding SAL_OVERRIDE to overriding function declarations 2014-03-27 18:12:18 +01:00
unoapi SwXStyle::getPropertyValue: don't try to read a float into a sal_Int32 2014-04-01 16:29:32 +02:00
README

You can find different types of Writer tests here, the most interesting ones:

- core/filters-test: loads different file types (see SwFiltersTest::testCVEs()
  for the list of supported filter types), and only makes sure Writer does not
  crash. To add new tests, you just need to drop in the test files to the
  relevant directory, no code change is necessary.
- core/uwriter: this test has access to private Writer symbols, add new tests
  here if you need that.
- extras: see its own README -- executes import and export filters and asserts
  the UNO model to verify the resulting document is the expected one.