Commit Graph

191 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
d05287a9f1 RTL_CONSTASCII_USTRINGPARAM removals
Removed all occurences of RTL_CONSTASCII_USTRINGPARAM in chart2.

Change-Id: I0ab188e2d67a5fc17a3653e5213031f6e2c2581d
Reviewed-on: https://gerrit.libreoffice.org/2244
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
2013-02-20 22:58:20 +00:00
1aaf9a9b36 Renamed hard-to-remember 8-char headers in editeng.
Change-Id: If255802082890e1b1b4c5197a791fa79a011773e
2013-02-12 15:15:06 -05: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
8f14c8a611 OUString cleanup in Chart2
Include C2U macro and rtl prefix

Change-Id: If930f77179dbf24d43f10a344b68edcf968f7304
2012-10-08 21:41:49 +05:30
1e34ec4c18 OUString cleanup in Chart2
Include C2U macro and rtl cleanup

Change-Id: I4543a3a6d6a6971d2c31b8dc36bd2ec95bd892d4
2012-10-08 21:41:03 +05:30
176f0de1d4 -Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I273139d60a9940a009d6917439fe10783db1ac0d
2012-08-31 09:04:14 +02: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
b9042fad7c re-base on ALv2 code.
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
44c0033392 Handle case XErrorbars in ErrorBarItemConverter::ApplySpecialItem. 2012-03-23 02:55:31 +01:00
701efd06e8 Add chart errorbar type property.
- Make StatisticsItemConverter work with X and Y errorbars.
- Fill errorbar type property in ErrorBarResources.
- Set default value of errorbar type property to Y bar.
2012-03-23 02:55:30 +01:00
0eac98aa74 Fix for fdo43460 Part V getLength to isEmpty
Part V
Module
chart2
2011-12-13 00:36:43 +04:00
1aae826501 catch by const reference 2011-11-29 10:07:04 +09:00
6da8379e14 remove include of pch header in chart2 2011-11-27 12:59:19 -06:00
501a1fbc3e WaE: more windows tinderbox warning cleanup 2011-11-01 16:08:38 +00:00
871426533f just silence the auto_ptr deprecations in isolation 2011-09-22 15:01:05 +01:00
a945fbf59c Get rid of SvULongs in calc
Instead of SvULongs use ::std::vector < sal_Int32 >
2011-07-20 17:01:05 -04:00
dca0391318 WaE - add explicit casting (decimal-types → integer types) 2011-05-16 22:09:46 +02:00
69211a3aa5 Some cppcheck cleaning 2011-05-05 23:33:14 +02:00
c849643c98 gbuildize chart2 2011-04-15 12:46:03 +02:00
acfdc69e78 Merge commit 'ooo/DEV300_m103'
Conflicts:
	sc/source/filter/starcalc/scflt.cxx
	sc/source/ui/unoobj/chart2uno.cxx
2011-03-23 16:58:51 +01:00
e6064484fa Merge remote-tracking branch 'origin/integration/dev300_m101'
Conflicts:
	chart2/source/controller/main/UndoManager.cxx
	chart2/source/tools/RegressionCurveHelper.cxx
	sc/inc/address.hxx
	sc/inc/attrib.hxx
	sc/inc/bigrange.hxx
	sc/inc/callform.hxx
	sc/inc/cell.hxx
	sc/inc/chartarr.hxx
	sc/inc/chartlis.hxx
	sc/inc/chgtrack.hxx
	sc/inc/collect.hxx
	sc/inc/compiler.hxx
	sc/inc/detdata.hxx
	sc/inc/document.hxx
	sc/inc/fillinfo.hxx
	sc/inc/olinetab.hxx
	sc/inc/prnsave.hxx
	sc/inc/queryparam.hxx
	sc/inc/sc.hrc
	sc/inc/scabstdlg.hxx
	sc/inc/table.hxx
	sc/inc/validat.hxx
	sc/inc/zforauto.hxx
	sc/source/core/data/documen2.cxx
	sc/source/core/data/document.cxx
	sc/source/core/data/table1.cxx
	sc/source/core/tool/address.cxx
	sc/source/core/tool/token.cxx
	sc/source/filter/excel/frmbase.cxx
	sc/source/filter/excel/impop.cxx
	sc/source/filter/excel/xename.cxx
	sc/source/filter/inc/formel.hxx
	sc/source/filter/inc/xename.hxx
	sc/source/filter/xml/xmlexprt.cxx
	sc/source/filter/xml/xmlnexpi.cxx
	sc/source/filter/xml/xmlnexpi.hxx
	sc/source/ui/dbgui/filtdlg.cxx
	sc/source/ui/inc/docfunc.hxx
	sc/source/ui/inc/namedlg.hxx
	sc/source/ui/namedlg/namedlg.cxx
	sc/source/ui/src/namedlg.src
2011-03-18 15:33:40 +01:00
fd3ae880bc Move OSL_ENSURE(false,...) to OSL_FAIL(...) 2011-03-13 16:44:11 +01:00
12343c1556 Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 2011-03-10 20:21:13 -05:00
33e01cba51 chart51: merge with DEV300_m101 2011-02-24 17:39:29 +01:00
7b37b8ec77 masterfix: #i10000# TRUE -> sal_True 2011-02-16 16:55:03 +01:00
d3f3babe5f chart51: merge with DEV300_m100 2011-02-15 14:04:40 +01:00
e54b887ab0 chart52: merge with DEV300_m100 2011-02-15 13:28:01 +01:00
e1d7ba2932 removetooltypes01: Rebase to DEV300m99 2011-02-07 13:06:08 +01:00
c9bfd6cdeb chart52: merge with DEV300_m99 2011-02-03 12:49:56 +01:00
cab3791076 Some cppcheck cleaning 2011-02-02 12:33:58 +01:00
be902d3d92 chart51: merge with DEV300_m97 2011-01-31 14:11:09 +01:00
d6f9cfd061 chart52: #28670# make the legend within charts resizeable - part 3 2011-01-27 20:57:37 +01:00
a5da1bb72d chart52: merge with DEV300_m98 2011-01-25 18:24:23 +01:00
0e685f0d9f chart52: #28670# make the legend within charts resizeable - part 2 2011-01-24 17:44:18 +01:00
3ca89e01c9 chart51: #i103864# Data labels overlining 2011-01-19 17:13:10 +01:00
db95c38b3c Remove dead code: "//static" and "//virtual" 2011-01-18 11:44:43 -05:00
2ce9a356b9 chart46: merge with DEV300_m97 2011-01-15 17:21:37 +01:00
3d6a5a98cd removetooltypes01: #i112600# remove tooltypes from chart2 2011-01-14 15:18:08 +01:00
edaa216847 chart46: #i25706# implement date axis 2010-11-30 01:45:03 +01:00
65f4978e91 Removed (again) some commented out code.
Hopefully this helps!

Signed-off-by: Timo Heino <eraggo@gmail.com>
2010-11-29 16:05:12 +00:00
ad3292e2b3 add modelines to .hxx files as well 2010-10-28 15:47:29 +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
a4bf209e2c more removed include guards using fixguard.py 2010-10-05 19:10:00 +02:00
137b49c1d4 remove include guards using fixguard.py 2010-10-05 19:10:00 +02:00
0581e072a6 chartpositioning: #i100778# simplify user interface: reduce sizing options to new excluding mode only 2010-05-05 18:16:33 +02:00
9ffefc5a02 chartpositioning: #i100778# avoid assertions upon opening of pos&size dialog 2010-03-30 13:09:38 +02:00
754c2fcb77 chartpositioning: merge with DEV300_m75 (part2) 2010-03-19 14:36:03 +01:00
db73d5d679 chartpositioning: merge with DEV300_m75 2010-03-17 18:25:05 +01:00