office-gobmx/chart2
Michael Stahl c923f7d2c2 gbuild: "use" vs. "add":
Naming convention for gbuild methods:
- "add" is used for stuff that is logically a part of the target
  (i.e. not registered at the Module, but defined in the target's makefile)
- "use" is used for stuff that is logically a different target
  (i.e. it is registered at the Module, has it's own makefile, may be
  in a different module than the target)
2012-04-08 01:05:52 +02:00
..
prj chmod -x 2012-03-21 13:00:45 +02:00
qa move chart regression test data files to chart2 2012-04-01 23:58:49 +02:00
source Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 20:03:42 +02:00
uiconfig Add chart insert X errorbar toolbar and popup menu entries. 2012-03-23 02:55:29 +01:00
workbench/addin Remove component_getImplementationEnvironment 2011-07-12 17:58:44 +02:00
AllLangResTarget_chartcontroller.mk gbuild: get rid of realpath in gb_Foo_set_include 2012-03-10 21:23:20 +01:00
JunitTest_chart2_unoapi.mk gbuild: "use" vs. "add": 2012-04-08 01:05:52 +02:00
Library_chartcontroller.mk gbuild: "use" vs. "add": 2012-04-08 01:05:52 +02:00
Library_chartmodel.mk gbuild: "use" vs. "add": 2012-04-08 01:05:52 +02:00
Library_charttools.mk gbuild: "use" vs. "add": 2012-04-08 01:05:52 +02:00
Library_chartview.mk gbuild: "use" vs. "add": 2012-04-08 01:05:52 +02:00
Makefile switch to include-based build rather than sourced-based build 2012-02-05 19:34:05 -06:00
Module_chart2.mk prefer makefile-gmake-mode to plain makefile-mode 2011-08-10 02:12:48 +09:00
Package_uiconfig.mk normalize Red Hat, Inc. spellings, and bump to latest template 2011-12-06 21:24:37 +00:00
README more idle code documentation improvement 2012-03-06 14:41:45 +00:00

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.