summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Collapse)AuthorAgeFilesLines
* status bar: Standardize the size of modification status to '9' everywhere.Jan Holesovsky2012-05-281-2/+2
| | | | Change-Id: Ic5f8473fb5edaa84cdcd5a6cb563c6a5c4fadea3
* Some cppcheck cleaningJulien Nabet2012-05-201-2/+2
| | | | Change-Id: Ic30cdeffabec1eb1a6c153ac450a3d28064ef534
* removed unused const rtl::OUStringTakeshi Abe2012-05-171-1/+0
| | | | Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb
* fdo#49921 make sure all tab pages have the same dimensionsDavid Tardon2012-05-1712-11/+21
| | | | | | | | | | 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
* removed unused constant rtl::OUStringTakeshi Abe2012-05-162-13/+0
| | | | Change-Id: I173275e0f8faa852500d108f65636080f79636c6
* remove unneeded include of boost/bind.hppCaolán McNamara2012-05-162-2/+2
| | | | Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
* WaE: simple-minded msvc2008 considers code unreachableCaolán McNamara2012-05-021-8/+12
| | | | Change-Id: I97da4392bb3ca814e8d9037346c83fde4d460f97
* WaE: doubles truncated to floatsCaolán McNamara2012-05-022-4/+4
| | | | Change-Id: I42b67cc0670f3d0990708fb299243098c1aa972b
* make ResId::toString a non-static memberCaolán McNamara2012-04-307-67/+63
| | | | Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | 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
* more tolerance for tinderboxMarkus Mohrhard2012-04-291-4/+4
| | | | Change-Id: Ia717de507ef85029c566af6a99badeb1b8bc36d0
* we can't move that into a test only libMarkus Mohrhard2012-04-282-4/+113
| | | | | | Revert "move xshape dumper into test" This reverts commit beccf477581b1f3e85100d43be81ea55d3b3f912.
* move xshape dumper into testMarkus Mohrhard2012-04-272-113/+4
| | | | | | | | 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
* sberg's tinderbox needs a bit more tolerance than 1%Markus Mohrhard2012-04-271-2/+2
| | | | Change-Id: If1df2da94bc20b10dd8c5d3e8b77304fef565e19
* increase the tollerance for x differences for sberg's tinderboxMarkus Mohrhard2012-04-271-2/+2
| | | | Change-Id: I0538e1ccebf81d1cbcfe2756045ebb9e876e50ac
* increase tolerance for now for clang tinderboxMarkus Mohrhard2012-04-271-2/+2
| | | | | | see fdo#49221 Change-Id: I77ac9a80b497048c4729376f486f34a27f489067
* add tolerance to chart regression testMarkus Mohrhard2012-04-271-0/+7
| | | | Change-Id: I5e7694571815df48e54488a33435bb7d022e6889
* adapt dumper to new xml diffMarkus Mohrhard2012-04-272-62/+64
|
* refactor ImpSvtDataCaolán McNamara2012-04-251-1/+1
|
* enable the chart2 dumper testMarkus Mohrhard2012-04-191-0/+126
|
* don't use the debug mode for normal testsMarkus Mohrhard2012-04-191-1/+1
|
* Calculate correct standard deviation for XErrorBar.Rafael Dominguez2012-04-113-1/+23
| | | | | | - Add method to calculate X standard deviation. - Set correct XErrorBar position when using standard deviation error type.
* Display correct errorbars columns in chart data browser.Rafael Dominguez2012-04-112-34/+9
|
* do not put things directly into $(WORKDIR)David Tardon2012-04-091-1/+1
|
* add package deps for resourcesDavid Tardon2012-04-091-0/+8
|
* OUString( whatever ? "foo" : "bar" ) does not work with MSVCLuboš Luňák2012-04-081-1/+1
|
* Cleanup of C2U macro in chart2.Rafael Dominguez2012-04-0824-425/+401
|
* Cleanup of C2U macro in chart2.Rafael Dominguez2012-04-088-234/+231
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-085-9/+9
| | | | | | | | | 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)
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-0610-93/+47
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-063-3/+3
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-066-21/+21
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara2012-04-054-13/+13
|
* Cleanup some unnecessary #includeMatteo Casalin2012-04-033-2/+3
|
* move chart regression test data files to chart2Markus Mohrhard2012-04-011-0/+0
|
* Fix format string properlyStephan Bergmann2012-03-301-2/+2
|
* WaE: format '%i' expects type 'int', but argument has type 'long int'Tor Lillqvist2012-03-301-2/+2
|
* Fixes a bunch of "Prefer prefix ++/-- operators for non-primitive types"Julien Nabet2012-03-299-16/+16
|
* add name attribute to chart's layout dumperMarkus Mohrhard2012-03-281-8/+17
|
* add drawing.Text to chart's dumperMarkus Mohrhard2012-03-281-1/+9
|
* add SAL_CALL to ChartModel::dumpMarkus Mohrhard2012-03-281-1/+1
|
* revert old test ideaMarkus Mohrhard2012-03-288-543/+4
|
* implement the layout dumper for chart2Markus Mohrhard2012-03-285-2/+131
|
* implement XDumper in ChartModelMarkus Mohrhard2012-03-282-4/+16
|
* removed duplicate includes in avmedia / basic / canvas / chart2 / comphelperTakeshi Abe2012-03-288-8/+0
|
* Removed use of UniString.Kohei Yoshida2012-03-261-49/+49
|
* removed duplicate includes in basic / canvas / chart2 / comphelperTakeshi Abe2012-03-262-5/+1
|
* use fabs for double values, not abs, fdo#47632Markus Mohrhard2012-03-241-1/+1
|
* Remove deprecated chart ObjectType OBJECTTYPE_DATA_ERRORS.Rafael Dominguez2012-03-2310-28/+7
|
* Create separate shape groups for each errorbar type.Rafael Dominguez2012-03-233-5/+11
|