office-gobmx/chart2
Stephan Bergmann 369d95931f DeInitVCL at end of tests
This required some changes to the framework:

* Init-/DeInitVCL is no longer done per individual test in BootstrapFixture, but
  once per CppunitTest invocation in a new vclbootstrapprotector (similarly to
  the exisiting unobootstrapprotector).  CppunitTests that need VCL now need to
  declare gb_CppunitTest_use_vcl.

* For things to work properly, the UNO component context needs to be disposed
  from within DeInitVCL (cf. Desktop's Application::DeInit called from
  DeInitVCL).  The easiest solution was to introduce an
  Application::setDeInitHook (where the hook is called from DeInitVCL)
  specifically for vclbootstrapprotector to call.

* PythonTests don't (yet) call DeInitVCL; they still hook into
  BootstrapFixture's original test_init functionality (to call InitVCL), and do
  not make use of the vclbootstrapprotector.

Change-Id: I4f3a3c75db30b58c1cd49d81c51db14902ed68b2
2014-06-04 08:55:12 +02:00
..
inc fix refresh problem with 2D OpenGL chart and OpenGLWindow 2014-06-04 07:49:12 +02:00
opengl remove tab in shader 2014-05-28 23:10:18 +02:00
qa fdo#68849: Add header guards to all include files 2014-06-02 08:46:30 +00:00
source WaE: warning C4305: 'argument' : truncation from 'double' to 'GLfloat' 2014-06-04 08:30:26 +02:00
uiconfig Resolves: fdo#79506 Some numbers are marked as translatable 2014-06-01 22:34:03 +02:00
workbench/addin
AllLangResTarget_chartcontroller.mk
CppunitTest_chart2_export.mk DeInitVCL at end of tests 2014-06-04 08:55:12 +02:00
CppunitTest_chart2_import.mk DeInitVCL at end of tests 2014-06-04 08:55:12 +02:00
CppunitTest_chart2_xshape.mk DeInitVCL at end of tests 2014-06-04 08:55:12 +02:00
JunitTest_chart2_unoapi.mk
Library_chartcontroller.mk
Library_chartcore.mk
Library_chartopengl.mk
Makefile
Module_chart2.mk
Package_opengl.mk add batch render shader 2014-05-28 19:16:17 +02:00
README
UIConfig_chart2.mk

Chart implementation for LibreOffice Calc.

The chart2 denotes a second generation re-write done to rid us of the
foul and twisted legacy chart code.