Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-20 | Some cppcheck cleaning | Julien Nabet | |
Change-Id: Ic30cdeffabec1eb1a6c153ac450a3d28064ef534 | |||
2012-05-17 | removed unused const rtl::OUString | Takeshi Abe | |
Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb | |||
2012-05-17 | fdo#49921 make sure all tab pages have the same dimensions | David Tardon | |
The reason is that they can be combined arbitrarily in dialogs, so changing, e.g., height of one tab can lead to "interesting" results. Cf. commits 8631dbf85fb5ed56d225e32ea5a9c36c96b0d649 and 29042d096a2c5812ae179e1553367afd21b0f71e that were the cause of the problem described fdo#49921. Change-Id: I9995002a2bd5c3604bdfa06dc817916ce61c558d | |||
2012-05-16 | removed unused constant rtl::OUString | Takeshi Abe | |
Change-Id: I173275e0f8faa852500d108f65636080f79636c6 | |||
2012-05-16 | remove unneeded include of boost/bind.hpp | Caolán McNamara | |
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c | |||
2012-05-02 | WaE: simple-minded msvc2008 considers code unreachable | Caolán McNamara | |
Change-Id: I97da4392bb3ca814e8d9037346c83fde4d460f97 | |||
2012-05-02 | WaE: doubles truncated to floats | Caolán McNamara | |
Change-Id: I42b67cc0670f3d0990708fb299243098c1aa972b | |||
2012-04-30 | make ResId::toString a non-static member | Caolán McNamara | |
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b | |||
2012-04-29 | more tolerance for tinderbox | Markus Mohrhard | |
Change-Id: Ia717de507ef85029c566af6a99badeb1b8bc36d0 | |||
2012-04-28 | we can't move that into a test only lib | Markus Mohrhard | |
Revert "move xshape dumper into test" This reverts commit beccf477581b1f3e85100d43be81ea55d3b3f912. | |||
2012-04-27 | move xshape dumper into test | Markus Mohrhard | |
XShapeDumper can now be used by other parts of the code too. Please keep in mind that changing the dumper affects other parts too and might require a regneration of reference files. Change-Id: I540420a8bdf8afd8d43c5ea0bb0d82d7e0ecc44b | |||
2012-04-27 | sberg's tinderbox needs a bit more tolerance than 1% | Markus Mohrhard | |
Change-Id: If1df2da94bc20b10dd8c5d3e8b77304fef565e19 | |||
2012-04-27 | increase the tollerance for x differences for sberg's tinderbox | Markus Mohrhard | |
Change-Id: I0538e1ccebf81d1cbcfe2756045ebb9e876e50ac | |||
2012-04-27 | increase tolerance for now for clang tinderbox | Markus Mohrhard | |
see fdo#49221 Change-Id: I77ac9a80b497048c4729376f486f34a27f489067 | |||
2012-04-27 | add tolerance to chart regression test | Markus Mohrhard | |
Change-Id: I5e7694571815df48e54488a33435bb7d022e6889 | |||
2012-04-27 | adapt dumper to new xml diff | Markus Mohrhard | |
2012-04-25 | refactor ImpSvtData | Caolán McNamara | |
2012-04-19 | enable the chart2 dumper test | Markus Mohrhard | |
2012-04-19 | don't use the debug mode for normal tests | Markus Mohrhard | |
2012-04-11 | Calculate correct standard deviation for XErrorBar. | Rafael Dominguez | |
- Add method to calculate X standard deviation. - Set correct XErrorBar position when using standard deviation error type. | |||
2012-04-11 | Display correct errorbars columns in chart data browser. | Rafael Dominguez | |
2012-04-09 | do not put things directly into $(WORKDIR) | David Tardon | |
2012-04-09 | add package deps for resources | David Tardon | |
2012-04-08 | OUString( whatever ? "foo" : "bar" ) does not work with MSVC | Luboš Luňák | |
2012-04-08 | Cleanup of C2U macro in chart2. | Rafael Dominguez | |
2012-04-08 | Cleanup of C2U macro in chart2. | Rafael Dominguez | |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | |
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target) | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-05 | UniString::CreateFromInt32 -> rtl::OUString::valueOf | Caolán McNamara | |
2012-04-03 | Cleanup some unnecessary #include | Matteo Casalin | |
2012-04-01 | move chart regression test data files to chart2 | Markus Mohrhard | |
2012-03-30 | Fix format string properly | Stephan Bergmann | |
2012-03-30 | WaE: format '%i' expects type 'int', but argument has type 'long int' | Tor Lillqvist | |
2012-03-29 | Fixes a bunch of "Prefer prefix ++/-- operators for non-primitive types" | Julien Nabet | |
2012-03-28 | add name attribute to chart's layout dumper | Markus Mohrhard | |
2012-03-28 | add drawing.Text to chart's dumper | Markus Mohrhard | |
2012-03-28 | add SAL_CALL to ChartModel::dump | Markus Mohrhard | |
2012-03-28 | revert old test idea | Markus Mohrhard | |
2012-03-28 | implement the layout dumper for chart2 | Markus Mohrhard | |
2012-03-28 | implement XDumper in ChartModel | Markus Mohrhard | |
2012-03-28 | removed duplicate includes in avmedia / basic / canvas / chart2 / comphelper | Takeshi Abe | |
2012-03-26 | Removed use of UniString. | Kohei Yoshida | |
2012-03-26 | removed duplicate includes in basic / canvas / chart2 / comphelper | Takeshi Abe | |
2012-03-24 | use fabs for double values, not abs, fdo#47632 | Markus Mohrhard | |
2012-03-23 | Remove deprecated chart ObjectType OBJECTTYPE_DATA_ERRORS. | Rafael Dominguez | |
2012-03-23 | Create separate shape groups for each errorbar type. | Rafael Dominguez | |
2012-03-23 | Set correct objecttype for errorbar. | Rafael Dominguez | |