Commit Graph

243 Commits

Author SHA1 Message Date
Stephan Bergmann
176f0de1d4 -Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I273139d60a9940a009d6917439fe10783db1ac0d
2012-08-31 09:04:14 +02:00
Michael Meeks
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
Thomas Arnhold
64517292c9 hrc cleanup: Remove include guards
Also add some missing include guards.

Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
2012-07-02 22:42:09 +02:00
Takeshi Abe
d221d4e5a7 removed unnecessary forward declarations of class
this also moved necessary ones to right headers

Change-Id: Idda93aeaa1fdfeda602b14e3b233ffd1cf27c0cf
2012-07-02 22:07:55 +09:00
Thomas Arnhold
e07152cb8c hrc cleanup: Remove two outdated files
All definitions in SchSlotIds.hxx are unused, so remove it.

Change-Id: I78c1266e9b9a0cf1433e6e3cc82a80f1fc4c7c8b
2012-06-25 14:12:55 +02:00
Michael Meeks
b9042fad7c re-base on ALv2 code.
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
Michael Meeks
b6db3e3acc re-base on ALv2 code.
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21 13:11:06 +01:00
Thomas Arnhold
5fcecf9b88 hrc cleanup: Remove unused defines
All of those defines (should) not be used at any point in the code.
False positives may exist, because some macro names are getting
generated by some template/macro foo. This is the version which
compiled fine for me.

Also there are many commented out lines removed.

Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8
2012-06-21 11:54:18 +02:00
Matteo Casalin
6ac9544454 Cleanup some unnecessary #include 2012-04-03 20:49:08 +02:00
Rafael Dominguez
4a992fed8d Remove default values in InsertErrorBarsDialog constructor.
- Require passing desired error bar to modify in constructor
and not have YErrorBar as default.
2012-03-23 02:55:28 +01:00
Stephan Bergmann
6e67c03dc0 Enable -Wnon-virtual-dtor for GCC 4.6
...which has the necessary features to support it.

Change a lot of classes to either contain a protected non-virtual dtor
(which is backwards compatible, so even works for cppumaker-generated
UNO headers) or a public virtual one.

cppuhelper/propertysetmixin.hxx still needs to disable the warning, as
the relevant class has a non-virtual dtor but friends, which would still
cause GCC to warn.

Includes a patch for libcmis, intended to be upstreamed.
2012-03-14 13:32:02 +01:00
Matteo Casalin
761b6b706e Remove unnecessary header files 2012-02-17 18:57:45 +01:00
Michael Meeks
c8dc737208 re-factor XPropertyList derivatives to use a rtl::Reference
This cleans up a lot of lifecycle nasties and cleans up some serious
cut/paste code duplication issues at the same time. Cleanup the
naming of ColorTable -> ColorList to match the impl. too
2011-09-24 08:33:46 +01:00
Caolán McNamara
871426533f just silence the auto_ptr deprecations in isolation 2011-09-22 15:01:05 +01:00
Joseph Powers
bbbc20bd5f Rename class XColorTable to XColorList
The class is now based on XPropertyList instead of XPropertyTable and all
of the other classed based on XPropertyList are named X..List.
2011-08-29 06:29:36 -07:00
Caolán McNamara
fa6a1107ed use PartialWeakComponentImplHelperX for overloaded-virtual 2011-03-28 14:13:02 +01:00
Kohei Yoshida
12343c1556 Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 2011-03-10 20:21:13 -05:00
Carsten Driesner
e1d7ba2932 removetooltypes01: Rebase to DEV300m99 2011-02-07 13:06:08 +01:00
Ingrid Halama [iha]
770837b8b4 chart46: merge with dev300m98 2011-01-28 17:43:26 +01:00
Carsten Driesner
d672102cc7 removetooltypes01: Rebase to DEV300m98 2011-01-21 17:18:37 +01:00
Ivo Hinkelmann
f7db442535 CWS-TOOLING: integrate CWS chartextensibility 2011-01-18 17:50:24 +01:00
Ingrid Halama [iha]
2ce9a356b9 chart46: merge with DEV300_m97 2011-01-15 17:21:37 +01:00
Ingrid Halama [iha]
dbf69a6612 chart46: #i25706# implement date axis - #i116467# change behaviour of own data table 2011-01-14 18:11:00 +01:00
Mikhail Voytenko
3d6a5a98cd removetooltypes01: #i112600# remove tooltypes from chart2 2011-01-14 15:18:08 +01:00
Ingrid Halama [iha]
8dec2fc01a chart46: #i25706# implement date axis - correct helpid 2010-12-02 13:29:10 +01:00
Ingrid Halama [iha]
edaa216847 chart46: #i25706# implement date axis 2010-11-30 01:45:03 +01:00
Philipp Lohmann [pl]
09493ee415 vcl117: removed obsolete header 2010-11-23 18:41:04 +01:00
Joseph Powers
ee67ae67d8 hrc cleanup 2010-11-21 05:22:52 -08:00
Joseph Powers
f417c6cad6 HC Cleanup - calc 2010-11-16 18:57:44 -08:00
Thomas Benisch
bf2e8b7589 chartextensibility: merge with DEV300_m92 2010-11-11 15:59:51 +01:00
Ricardo Moreno
6a0632fe7e Removed commented-out code. 2010-11-08 12:01:47 -05:00
Thomas Benisch
b9fd0c3f31 chartextensibility: #i115276# improve layout of hierarchical axis labels in chart 2010-11-05 13:25:12 +01:00
Caolán McNamara
ad3292e2b3 add modelines to .hxx files as well 2010-10-28 15:47:29 +01:00
Petr Mladek
a4bf209e2c more removed include guards using fixguard.py 2010-10-05 19:10:00 +02:00
Luke Symes
4e75e8379e Removed more commented out code.
I went through all files under clone/calc/* that had "//#include" and
tidied them up a bit.
2010-10-01 21:45:05 -04:00
Mathias Bauer
13afa75fa7 CWS changehid: #i111784#: use mhids.pl to generate conversion list for HIDs 2010-07-19 17:13:56 +02:00
Mathias Bauer
0266406fef CWS changehid: resync to m84 2010-07-13 14:38:37 +02:00
Mathias Bauer
4a02c63d14 CWS changehid: #i111874#: change code to support HelpIds as byte strings 2010-07-10 18:21:24 +02:00
Niklas Nebel
829b756e96 calc55: merge with DEV300_m83 2010-06-17 17:38:44 +02:00
Thomas Benisch
bc78afd4e4 calc55: #i112094# chart data table dialog cannot be disabled via UNO API 2010-06-04 18:44:46 +02:00
Ingrid Halama
0581e072a6 chartpositioning: #i100778# simplify user interface: reduce sizing options to new excluding mode only 2010-05-05 18:16:33 +02:00
Ingrid Halama
3031bc2b4f chartpositioning: #i98398# compiler warnings 2010-04-01 11:38:41 +02:00
Ingrid Halama
754c2fcb77 chartpositioning: merge with DEV300_m75 (part2) 2010-03-19 14:36:03 +01:00
Ingrid Halama
db73d5d679 chartpositioning: merge with DEV300_m75 2010-03-17 18:25:05 +01:00
Ingrid Halama
6e379264ce chartmultiline: merge with DEV300_m74 2010-03-09 21:03:23 +01:00
Thomas Benisch
ed1b30ca81 chartshapes: merge with DEV300_m72 2010-03-03 10:11:57 +01:00
Thomas Benisch
568a8725ae chartshapes: merge with DEV300_m72 2010-03-01 12:22:02 +01:00
Ingrid Halama
eb94da5c50 chart43: merge with DEV300_m72 2010-02-26 14:38:16 +01:00
Jens-Heiner Rechtien
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
Ingrid Halama
f4e29eea1d chartmultiline: merge with DEV300_m70 2010-01-28 16:29:55 +01:00