Commit Graph

42 Commits

Author SHA1 Message Date
3575dba98d remove whitespaces
Change-Id: I05ef3c1ffd4e2179e0142a21abf8a4578718102e
2014-07-02 23:03:07 +02:00
2538e30ccc Use define constant to keep track of all NumberFormat property usage.
Change-Id: I2a544922e03ec8253290ac8bf5a89c9cdd72d8dd
2014-06-19 14:46:56 -04:00
184a00b962 loplugin: inlinesimplememberfunctions
Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
2014-06-09 10:10:13 +02:00
567ef6d578 Second batch of adding SAL_OVERRIDE to overriding function declarations
...mostly done with a rewriting Clang plugin, with just some manual tweaking
necessary to fix poor macro usage.

Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-03-27 18:12:18 +01:00
7dab0e8667 fix tests
Change-Id: Ib090d9a6a007a738a0603d1d0a38d5b274feadcc
2013-11-19 13:47:41 +01:00
401f01caf5 use ChartModel instead of XModel in a few places
This allows us easier implementation of some advanced features. Mainly
the 4D chartting will now be able to work without several ugly layers of
UNO.

Change-Id: I74d07229eaef921c508f3bab8fae6d6075ad737a
2013-11-19 13:47:36 +01:00
f0772f616b Reduce scope
Change-Id: I1a0e8f92056c24740505e488a318aabd12a4df05
2013-08-11 23:16:30 +02:00
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
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
d1ba2cd612 do not access vector elements beyond size, rhbz#847519 related
The actual bug (crash) is not triggered anymore because the categories
are assembled differently, nevertheless the code in question could
expose the same behavior under different preconditions.

Change-Id: Ic37f6b34effaf4e5252e80aab46b021547b36efb
2013-02-19 22:42:02 +01:00
97eb8a6e0e Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING
Change-Id: Ie859cb2dfdc7103c379fce56be88eef8fe390afd
Reviewed-on: https://gerrit.libreoffice.org/1924
Tested-by: Luboš Luňák <l.lunak@suse.cz>
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-30 12:54:40 +00:00
fad417fe49 Prevent so many copying of vector instances.
Change-Id: I2d74fe70411fb1a12387458d170a4a6b603755a3
2012-09-24 21:22:18 -04:00
8baaff5c79 fdo#55298: We should only treat empty values as continuation of previous ones.
For better Excel compatibility.

Change-Id: I3bc44f65127d3f020894dc29e5c6549bb257f218
2012-09-24 19:26:41 -04:00
63c508e3e8 re-base on ALv2 code. Includes:
118568: switch to using ucpp
    Patch contributed by Juergen Schmidt
    http://svn.apache.org/viewvc?view=revision&revision=1209396
2012-07-18 09:29:19 +01:00
fc8a69bd33 fix typo 2012-02-21 03:09:07 +01:00
b57137d1ca use const_iterator for begin and end 2012-02-21 03:09:07 +01:00
0eac98aa74 Fix for fdo43460 Part V getLength to isEmpty
Part V
Module
chart2
2011-12-13 00:36:43 +04:00
6da8379e14 remove include of pch header in chart2 2011-11-27 12:59:19 -06:00
69211a3aa5 Some cppcheck cleaning 2011-05-05 23:33:14 +02:00
3efa3777aa drop bogus executable flag from [ch]xx/bas/asm files 2011-03-29 21:39:42 +01:00
12343c1556 Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 2011-03-10 20:21:13 -05:00
b8e3d5a9d5 #i10000# WAE: initialize variables 2011-02-02 10:16:51 +01:00
db95c38b3c Remove dead code: "//static" and "//virtual" 2011-01-18 11:44:43 -05:00
f718b312b7 chart46: #i25706# compiler error after rebase 2011-01-17 17:10:29 +01:00
2ce9a356b9 chart46: merge with DEV300_m97 2011-01-15 17:21:37 +01:00
dbf69a6612 chart46: #i25706# implement date axis - #i116467# change behaviour of own data table 2011-01-14 18:11:00 +01:00
bb15dfd763 chart46: #i25706# implement date axis - #i116425# interpret no data as text axis 2011-01-12 14:36:07 +01:00
5c0e59cd81 chart46: #i25706# implement date axis - no date axis for pure time format 2010-12-14 14:49:54 +01:00
63ef1c015c chart46: #i25706# implement date axis - detect manual date formats + corrected drop range dialog 2010-12-08 13:48:48 +01: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
9f5af96425 chart49: cleanup 2010-10-06 14:12:36 +02:00
f0a13fa433 chart49: #i113103# prevent deadlock caused by mixed mutex locking order wiht static variable initialization 2010-10-05 11:10:54 +02:00
b053e860bd chart49: #i114735# fixed assertion during smoketest 2010-09-30 19:13:55 +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
af447cc7a4 chartmultiline: #i82971# complex categories (part8 - change assignment of leading empty cells) 2010-02-04 16:30:19 +01:00
95aaf07e59 chartmultiline: #i82971# complex categories (part3 - complex categories for internal data + load/save + copy/paste) + cleanup 2010-01-13 17:06:34 +01:00
91f22fc22a chartmultiline: #i82971# complex categories (part2 - hierarchical axis label display) 2009-12-15 16:30:15 +01:00
4d5f3c429b chartmultiline: #i97893# import categories from multiple lines (fixed), #i82971# display complex categories hierarchically (part1) 2009-12-01 15:01:55 +01:00
4f06a64cb7 INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED
2008/03/28 16:44:22 rt 1.2.126.1: #i87441# Change license header to LPGL v3.
2008-04-10 21:07:18 +00:00
f184a3e204 INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED
2007/02/08 21:25:43 iha 1.1.2.3: resync m195 -> m202
2006/08/02 11:16:27 bm 1.1.2.2: #i27352# implement quick help
2006/08/02 10:19:07 bm 1.1.2.1: moved here from view/axes
2007-05-22 17:58:35 +00:00