office-gobmx/sw/qa
Justin Luth 875793d841 related tdf#99602 writerfilter TODO: subscript - use ParaStyle fontsize
The existing code handled two situations:
1.) if both position(escapement) and fontsize set via direct properties
2.) if fontsize came from the document default properties.

That misses both paragraph style fontsize (very common)
and character style fontsize.  This patch adds checking for
the paragraph style's fontsize.

Change-Id: I25312cd4544cfd1be09b21c96a270cb05e4f5b8f
Reviewed-on: https://gerrit.libreoffice.org/80179
Reviewed-by: Justin Luth <justin_luth@sil.org>
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2019-10-07 09:28:25 +02:00
..
api loplugin:unusedfields 2019-10-03 12:16:38 +02:00
complex/indeterminateState
core
extras related tdf#99602 writerfilter TODO: subscript - use ParaStyle fontsize 2019-10-07 09:28:25 +02:00
python
uitest QR Code Dialog Test Writer and Calc 2019-09-30 07:35:04 +02:00
unit
unoapi
README

You can find different types of Writer tests here, the following directories
are available:

- 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.
  - 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.
  - also, any new C++ test that links to libsw (but does not need access to
    private Writer symbols) should go in this directory, whether using the UNO
    API or the internal one.
- complex: JUnit-based tests using the UNO API
- unoapi: JUnit-based test trying to get/set every UNO property, etc.