Commit Graph

20 Commits

Author SHA1 Message Date
1946794ae0 mass removal of rtl:: prefixes for O(U)String*
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk
have kept them, in order not to break external API (the automatic using declaration
is LO-internal).

Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-07 14:23:11 +02:00
b9042fad7c re-base on ALv2 code.
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00: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
eb94da5c50 chart43: merge with DEV300_m72 2010-02-26 14:38:16 +01: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
91f22fc22a chartmultiline: #i82971# complex categories (part2 - hierarchical axis label display) 2009-12-15 16:30:15 +01:00
8f03095fa0 CWS-TOOLING: integrate CWS rtlchart02 2008-12-12 12:17:17 +00:00
8f7c283f31 INTEGRATION: CWS chart26_DEV300 (1.7.130); FILE MERGED
2008/04/23 19:24:20 iha 1.7.130.1: #i72994# good automatic placement of walls, grid lines and axes labels dependent on 3D rotation
2008-05-15 07:04:38 +00:00
867d53034b INTEGRATION: CWS changefileheader (1.7.126); FILE MERGED
2008/03/28 16:44:34 rt 1.7.126.1: #i87441# Change license header to LPGL v3.
2008-04-10 21:27:49 +00:00
ecc8b624d6 INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED
2006/10/18 17:20:48 bm 1.3.4.20: RESYNC: (1.5-1.6); FILE MERGED
2006/09/24 09:12:56 iha 1.3.4.19: #i61970# correct implementation of axis at
2006/08/25 17:16:47 iha 1.3.4.18: text- and diagram-size dependent auto main step width
2006/08/23 17:07:26 iha 1.3.4.17: enable axis to estimate the maximum automatic MainIncrementCount, reduce count to 2 for net charts
2006/08/10 15:53:58 iha 1.3.4.16: Axis Label Layout - Font&Diagram Size
2006/04/10 15:03:37 iha 1.3.4.15: api restructure axis, grids, scales and increments
2006/04/10 12:25:17 iha 1.3.4.14: api restructure axis, grids, scales and increments
2006/03/23 15:31:52 iha 1.3.4.13: cleanup category handling
2005/12/21 21:29:31 iha 1.3.4.12: remove identifiers from model objects and create an index based CID protocol instead for selection purposes
2005/11/25 16:32:06 iha 1.3.4.11: correct labels at z axis for deep stacking
2005/10/24 11:06:58 iha 1.3.4.10: coordinate system restructure
2005/10/13 17:39:10 iha 1.3.4.9: renamed BoundedCoordinateSystem to CoordinateSystem
2005/10/07 12:17:03 bm 1.3.4.8: RESYNC: (1.4-1.5); FILE MERGED
2005/06/07 16:03:25 iha 1.3.4.7: use numberformatter from model
2004/04/01 12:22:15 iha 1.3.4.6: make shape creation more fail save
2004/03/24 12:31:32 bm 1.3.4.5: RESYNC: (1.3-1.4); FILE MERGED
2004/03/22 19:35:58 iha 1.3.4.4: transport information bSwapXAndYAxis over method setScales not constructor; used new method getPropertySwapXAndYAxis
2004/03/22 17:35:12 iha 1.3.4.3: added parameter SwapXAndYAxis also to grid
2004/03/22 15:45:53 iha 1.3.4.2: read property SwapXAndYAxis from CoordinateSystem model and feed AxisProperties
2004/03/12 15:36:43 iha 1.3.4.1: get axis position from model
2007-05-22 18:10:58 +00:00
73961fd230 INTEGRATION: CWS pchfix02 (1.5.80); FILE MERGED
2006/09/01 17:18:57 kaib 1.5.80.1: #i68856# Added header markers and pch files
2006-09-17 12:31:30 +00:00
bd9fb076f4 INTEGRATION: CWS ooo19126 (1.4.106); FILE MERGED
2005/09/05 18:43:39 rt 1.4.106.1: #i54170# Change license header: remove SISSL
2005-09-08 00:38:30 +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
b064ca8aa9 introduced polarcoordinate system + axis + grids + some cleanup 2004-01-17 12:10:08 +00:00