PKEuS
ba5a460bc1
Fixed cppcheck messages about rethrowing copy of exception.
2012-02-05 14:29:54 +01:00
Kohei Yoshida
c5bb73cae7
Get the whole thing to build after the method sig change in SdrObject.
2012-01-31 21:38:58 -05:00
Santiago Martinez
0044503755
Remove unused code.
2012-01-31 20:36:22 +00:00
Stephan Bergmann
6fca59d9c2
Simplify code by making getProcessComponentContext() implicit.
2012-01-31 17:26:57 +01:00
Stephan Bergmann
452d86c9cb
Replace SvtUndoOptions with (simplified) direct configuration access.
...
Also, code in sw can be simplified under the premise that always
/org.openoffice.Office.Common/Undo/Steps > 0.
2012-01-27 15:04:26 +01:00
Caolán McNamara
66823037e1
make chart2 ByteString free
2012-01-23 11:37:04 +00:00
Thomas Arnhold
94f114550a
Improve checking for emptiness
2012-01-21 19:58:45 +01:00
Stefan Knorr (astron)
1c7c480e74
Galaxy (default) icon theme is now in icon-themes/galaxy
2012-01-15 12:57:51 +01:00
Julien Nabet
c447d9ba8c
Some cppcheck cleaning
2012-01-14 12:33:46 +01:00
Kohei Yoshida
de9a19ab6b
fdo#44546: Hopefully correct automatic calculation of y-axis scale.
2012-01-09 17:10:31 -05:00
Marcel Metz
5b031b4ea6
Remove superfluous _ZFORLIST_DECLARE_TABLE definition.
2012-01-07 22:14:05 +04:00
Marcel Metz
d59211357a
Removed unnecessary tools/debug.hxx includes.
2012-01-06 23:55:51 +01:00
Marcel Metz
79646372a0
Removed unnecessary tools includes.
...
Hello lo-devs,
this patch series removes a lot of unnecessary includes for the various
tools header. The patches without suffix should be applied to the core
repository, the .binfilter.patch suffix should be applied to the
binfilter repository. I've tested the build with the configuration
--enable-binfilter --enable-dbgutil --enable-debug, is this sufficient
or did I miss another important configuration, that enables some
conditional compiled code? I've only build this on linux-x86_64, but the
patch also touches some of the mac specific code like
fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good
idea to test this patch.
regards Marcel Metz
2012-01-05 15:31:29 +01:00
Matteo Casalin
791b1e941e
Remove unused header
2011-12-25 00:16:31 +01:00
Caolán McNamara
5c1dc778d6
remove some unused code
2011-12-22 10:46:58 +00:00
Caolán McNamara
c1c3ef64bc
callcatcher: remove some unused code
2011-12-21 09:30:20 +00:00
Jesse
6a8f6c4b13
Removed extra semicolons
2011-12-15 16:38:50 +00:00
Markus Mohrhard
514af8a31f
missing include limits
2011-12-14 03:37:55 +01:00
Markus Mohrhard
ab125155cf
don't try to use Inf for axes calculation fdo#43703
2011-12-14 03:27:21 +01:00
Kohei Yoshida
70afe78023
fdo#43681: Set correct auto scaling for stacked data series.
...
With this change, the automatic y-axis scaling should be more accurate
for stacked charts (i.e. stacked line, area, bar charts) with dates on
the x-axis. The previous algorithm only calculated the max and min
y-values of the individual data, without taking into account the stacking
type when the x-axis type was date.
2011-12-13 19:52:26 -05:00
Kohei Yoshida
a9d1d2f35c
Prefer reference over pointer (when it makes sense).
2011-12-13 16:20:24 -05:00
Kohei Yoshida
ccc59bc76f
fdo#43681: Always sort category axis when it's a date type.
...
Or else we'd end up drawing a pretty interesting diagram...
2011-12-13 16:20:24 -05:00
Kohei Yoshida
2977e3e988
Prefer pre-increments, especially with iterators.
2011-12-13 16:20:23 -05:00
Olivier Hallot
0eac98aa74
Fix for fdo43460 Part V getLength to isEmpty
...
Part V
Module
chart2
2011-12-13 00:36:43 +04:00
Stefan Knorr (astron)
ad2eb6c4ba
Less succes, more success
2011-12-08 09:06:09 +01:00
Eike Rathke
86adb5cacb
get rid of class Date and Time default ctor with system time penalty
2011-12-01 21:04:29 +01:00
August Sodora
443a7229f9
Remove uses of charAt
2011-12-01 11:10:28 +01:00
Eike Rathke
07a7b2937a
fixed fdo#40363 freeze chart wizard with non-gregorian date
...
Use the newly introduced Date::Normalize() instead of a never ending
while(!date.IsValid())
2011-11-30 02:05:24 +01:00
Eike Rathke
dca69d5bb2
renamed Date::IsValid() to IsValidAndGregorian() to prevent misassumptions
...
Once smaller than 1582-10-15 decrementing a Date will not produce a valid date.
2011-11-30 02:05:22 +01:00
Takeshi Abe
1aae826501
catch by const reference
2011-11-29 10:07:04 +09:00
Norbert Thiebaud
6da8379e14
remove include of pch header in chart2
2011-11-27 12:59:19 -06:00
Michael Meeks
501a1fbc3e
WaE: more windows tinderbox warning cleanup
2011-11-01 16:08:38 +00:00
Kristian Rietveld
8cff18bee2
Put neq-operator for awt::Size in correct namespace
2011-10-24 08:45:24 +02:00
Andras Timar
d311ae8010
make numeric field circular, i.e. pressing up from 359 goes to 0
2011-10-22 21:46:40 +02:00
Caolán McNamara
1f5c696c37
add mode-lines to .m files and last round of merged files, etc.
2011-09-30 09:09:25 +01:00
Stephan Bergmann
6671fa81db
Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().
2011-09-27 20:22:03 +02:00
Michael Meeks
d24e284231
remove obsolete ColorTable lifecycle workaround
2011-09-26 09:20:40 +01:00
Norbert Thiebaud
0b24bd7a6e
hide a WaE... should be fixed properly when the issue is understood
2011-09-25 11:11:27 -05: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
Caolán McNamara
ac58231a01
ByteString->rtl::OString[Buffer]
2011-09-22 15:01:04 +01:00
Thomas Arnhold
be6a8677a6
OSL_TRACE: Remove trailing newlines
...
Done with perl regex:
s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs;
- removed trailing whitespaces and (multiple) newlines
2011-09-21 09:28:39 +02:00
Stephan Bergmann
122b729a5a
Removed unused fMaxSize introduced by previous changeset 3e5edf6c
.
2011-09-20 20:06:39 +02:00
Regina Henschel
3e5edf6ca9
Add missing chart data point ODF1.2 standard symbols
2011-09-20 12:14:13 -04:00
Julien Nabet
581a04f2ce
Some cppcheck cleaning
2011-09-10 08:11:19 +02: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
Gabor
0e9d01756c
debug build errors
2011-08-23 14:05:22 +01:00
Matúš Kukan
45fb35c7ac
add prefixes for component_getFactory
2011-07-28 14:35:37 +02:00
Maciej Rumianowski
a945fbf59c
Get rid of SvULongs in calc
...
Instead of SvULongs use ::std::vector < sal_Int32 >
2011-07-20 17:01:05 -04:00
Matus Kukan
bc925cc2ad
Remove component_getImplementationEnvironment
2011-07-12 17:58:44 +02:00