summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Collapse)Author
2004-06-04INTEGRATION: CWS sb18 (1.3.30); FILE MERGEDOliver Bolte
2004/05/18 09:55:22 sb 1.3.30.1: #i21150# Missing includes.
2004-06-04INTEGRATION: CWS sb18 (1.1.1.1.30); FILE MERGEDOliver Bolte
2004/05/18 09:55:22 sb 1.1.1.1.30.1: #i21150# Missing includes.
2004-06-04INTEGRATION: CWS sb18 (1.5.26); FILE MERGEDOliver Bolte
2004/05/18 09:56:52 sb 1.5.26.1: #i21150# javamaker now directly generates .class files instead of .java files.
2004-05-18INTEGRATION: CWS bmpres01 (1.4.14); FILE MERGEDKurt Zenker
2004/04/27 14:31:03 ka 1.4.14.1: using new resource structure for images
2004-05-18INTEGRATION: CWS bmpres01 (1.4.16); FILE MERGEDKurt Zenker
2004/04/27 14:31:03 ka 1.4.16.1: using new resource structure for images
2004-05-12#i10000#: wrong includesJens-Heiner Rechtien
2004-05-11#i10000#: castJens-Heiner Rechtien
2004-05-10INTEGRATION: CWS fwkbugfix02 (1.4.12); FILE MERGEDJens-Heiner Rechtien
2004/04/30 08:12:04 mav 1.4.12.2: #116056# interfaces review 2004/04/20 07:41:16 mav 1.4.12.1: #116056# interfaces review
2004-05-10INTEGRATION: CWS fwkbugfix02 (1.6.12); FILE MERGEDJens-Heiner Rechtien
2004/04/30 08:12:03 mav 1.6.12.2: #116056# interfaces review 2004/04/20 07:41:16 mav 1.6.12.1: #116056# interfaces review
2004-05-10INTEGRATION: CWS fwkbugfix02 (1.1.12); FILE MERGEDJens-Heiner Rechtien
2004/04/20 08:22:21 mav 1.1.12.1: #116056# interfaces review
2004-05-10INTEGRATION: CWS dialogdiet01 (1.10.12); FILE MERGEDJens-Heiner Rechtien
2004/04/08 01:44:52 mwu 1.10.12.1: DialogDiet 2004_04_08
2004-05-10INTEGRATION: CWS aw009 (1.7.24); FILE MERGEDJens-Heiner Rechtien
2004/04/27 17:00:45 aw 1.7.24.1: #114898# Issue number: Submitted by: Reviewed by:
2004-04-27INTEGRATION: CWS cso001 (1.1.1.1.10); FILE MERGEDOliver Bolte
2004/03/23 12:45:37 hjs 1.1.1.1.10.1: #116006# merge
2004-04-27INTEGRATION: CWS cso001 (1.1.1.1.10); FILE MERGEDOliver Bolte
2004/03/23 12:45:36 hjs 1.1.1.1.10.1: #116006# merge
2004-04-27INTEGRATION: CWS cso001 (1.2.10); FILE MERGEDOliver Bolte
2004/03/23 12:45:36 hjs 1.2.10.1: #116006# merge
2004-04-21INTEGRATION: CWS ooo20040329 (1.5.6); FILE MERGEDSander Vesik
2004/03/26 15:29:52 mh 1.5.6.1: add: comment for #i26518#
2004-04-21INTEGRATION: CWS ooo20040329 (1.4.4); FILE MERGEDSander Vesik
2004/03/26 15:28:56 mh 1.4.4.1: add: comment for #i26518#
2004-03-08Correct variable scoping in 'for' statements to be ISO C++ compliant. YouDan Williams
technically cannot declare a variable like 'for ( int i=0; ...; ...) {} i = 1' and then use it later outside of the for() statement.
2004-02-16#i10000# Correct list of needed modules (svtools instead of svtool, no such ↵Rüdiger Timm
module sv and tk).
2004-02-10necessary changes due to dialog restructuringBjörn Milcke
(see CWS SRC680/dialogdiet)
2004-02-04project apphelper no longer existsBjörn Milcke
2004-01-28static_cast from enum to different enum not allowed on SolarisBjörn Milcke
2004-01-28static_cast from enum to different enum not allowed on SolarisBjörn Milcke
2004-01-28+create default dataBjörn Milcke
2004-01-26drafts namespace of API removedBjörn Milcke
public API moved to offapi Calc as DataEditor - first integration
2004-01-26Helper for data series issues (e.g. getting a sequence with a specific role)Björn Milcke
2004-01-23don't create lines with only one pointIngrid Halama
2004-01-23correct clipping in case of logarithmic area chartIngrid Halama
2004-01-23integrated net chartIngrid Halama
2004-01-23no axes for pieIngrid Halama
2004-01-23no 3D polar gridIngrid Halama
2004-01-23only labels for first polar radius axisIngrid Halama
2004-01-23crash caused by shared pointerIngrid Halama
2004-01-22handle nullIngrid Halama
2004-01-22restructure of cartesian axis, integrate polar axisIngrid Halama
2004-01-22Edit Chart Data menu item is handled here (pops up the embedded Calc document)Björn Milcke
2004-01-21API changed (drafts removed)Björn Milcke
2004-01-20no longer deliver API -- it is private now. The public part is in offapi.Björn Milcke
2004-01-19check if source and destination are validBjörn Milcke
2004-01-19iterate through existing axesIngrid Halama
2004-01-19use straight lines for net chartBjörn Milcke
2004-01-19change default back to columnBjörn Milcke
2004-01-19deliver DevChartConfig to use from other apps. Note: No libs are needed, theBjörn Milcke
header contains everything necessary.
2004-01-19New behaviour of activation of the new chartBjörn Milcke
2004-01-17introduced polarcoordinate system + axis + grids + some cleanupIngrid Halama
2004-01-12changed matching: first category (index 0) matches with real number 1.0Ingrid Halama
2004-01-12model classes for net (radar) chartBjörn Milcke
2004-01-12template for net (radar) chartsBjörn Milcke
2004-01-12GPF if series for splines (both cubic, or b-splines) contain only one valueBjörn Milcke
2004-01-08paint axes above gridsIngrid Halama