Commit Graph

18 Commits

Author SHA1 Message Date
dd9c97d587 fdo#62475 removed pointless comments
Change-Id: I3f5e86dba2df950aeb12c895f52d99274c0959aa
Reviewed-on: https://gerrit.libreoffice.org/5148
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-07-29 11:34:33 +00:00
ecf943247f re-base on ALv2 code.
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-22 09:51:05 +01:00
6da8379e14 remove include of pch header in chart2 2011-11-27 12:59:19 -06:00
12343c1556 Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 2011-03-10 20:21:13 -05:00
b83d973a49 emoved lines of code that were commented out. 2011-01-25 15:04:20 +00:00
edaa216847 chart46: #i25706# implement date axis 2010-11-30 01:45:03 +01:00
63bb42ab7d Add vim/emacs modelines to all source files
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com)

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-13 10:57:18 +02:00
4573ccfffd changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
fef4b656fc INTEGRATION: CWS changefileheader (1.9.94); FILE MERGED
2008/03/28 16:44:35 rt 1.9.94.1: #i87441# Change license header to LPGL v3.
2008-04-10 21:30:22 +00:00
a6d91a0b20 INTEGRATION: CWS chart07 (1.8.12); FILE MERGED
2007/07/10 13:48:38 bm 1.8.12.1: #i69281# warnings removed
2007-07-25 08:03:58 +00:00
a362262acf INTEGRATION: CWS chart2mst3 (1.4.4); FILE MERGED
2006/11/09 15:33:04 iha 1.4.4.18: #i16280# better performance for charts with many data (bar,column,line,area,xy,net charts)
2006/10/18 17:21:21 bm 1.4.4.17: RESYNC: (1.6-1.7); FILE MERGED
2006/09/24 09:12:56 iha 1.4.4.16: #i61970# correct implementation of axis at
2006/08/25 17:16:48 iha 1.4.4.15: text- and diagram-size dependent auto main step width
2006/08/23 17:07:26 iha 1.4.4.14: enable axis to estimate the maximum automatic MainIncrementCount, reduce count to 2 for net charts
2006/08/22 15:42:08 iha 1.4.4.13: separate implementation of polar angle axis and polar radius axis
2006/08/10 16:02:51 iha 1.4.4.12: Axis Label Layout - Font&Diagram Size
2006/04/10 15:03:38 iha 1.4.4.11: api restructure axis, grids, scales and increments
2006/04/10 12:25:18 iha 1.4.4.10: api restructure axis, grids, scales and increments
2006/03/23 15:31:53 iha 1.4.4.9: cleanup category handling
2005/12/21 21:29:33 iha 1.4.4.8: remove identifiers from model objects and create an index based CID protocol instead for selection purposes
2005/10/24 11:07:00 iha 1.4.4.7: coordinate system restructure
2005/10/13 17:39:12 iha 1.4.4.6: renamed BoundedCoordinateSystem to CoordinateSystem
2005/10/07 12:19:13 bm 1.4.4.5: RESYNC: (1.5-1.6); FILE MERGED
2005/06/07 16:03:27 iha 1.4.4.4: use numberformatter from model
2004/04/01 12:22:35 iha 1.4.4.3: make shape creation more fail save
2004/03/24 12:31:40 bm 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED
2004/03/22 19:40:00 iha 1.4.4.1: transport information bSwapXAndYAxis over method setScales
2007-05-22 18:13:04 +00:00
4de590165d INTEGRATION: CWS pchfix02 (1.6.80); FILE MERGED
2006/09/01 17:18:57 kaib 1.6.80.1: #i68856# Added header markers and pch files
2006-09-17 12:32:40 +00:00
7998872b61 INTEGRATION: CWS ooo19126 (1.5.106); FILE MERGED
2005/09/05 18:43:41 rt 1.5.106.1: #i54170# Change license header: remove SISSL
2005-09-08 00:40:36 +00:00
feca796601 Correct variable scoping in 'for' statements to be ISO C++ compliant. You
technically cannot declare a variable like 'for ( int i=0; ...; ...) {} i = 1'
and then use it later outside of the for() statement.
2004-03-08 15:03:51 +00:00
3fe1d17a07 drafts namespace of API removed
public API moved to offapi
Calc as DataEditor - first integration
2004-01-26 08:13:31 +00:00
2283e0e694 restructure of cartesian axis, integrate polar axis 2004-01-22 18:20:40 +00:00
525f48e86d iterate through existing axes 2004-01-19 13:41:01 +00:00
b064ca8aa9 introduced polarcoordinate system + axis + grids + some cleanup 2004-01-17 12:10:08 +00:00