Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-03-23 | Display Format menu entry when selecting an X errorbar. | Rafael Dominguez | |
2012-03-23 | Get correct datasource when calculating errorbar length. | Rafael Dominguez | |
2012-03-23 | Update DeleteYErrorbar function to handle X and Y bars. | Rafael Dominguez | |
2012-03-23 | Set errorbar type attribute when inserting or formating an errorbar. | Rafael Dominguez | |
2012-03-23 | Return correct ItemConverter object for any errorbar type. | Rafael Dominguez | |
2012-03-23 | Enable support to format chart errorbars. | Rafael Dominguez | |
2012-03-23 | Handle case XErrorbars in ErrorBarItemConverter::ApplySpecialItem. | Rafael Dominguez | |
2012-03-23 | Allow deleting any chart errorbar and set correct action description. | Rafael Dominguez | |
2012-03-23 | Determine ranges correctly for any type of chart errorbar object. | Rafael Dominguez | |
2012-03-23 | Add FormatXErrorBar, DeleteXErrorBar menu entries in chart. | Rafael Dominguez | |
-Update ModelState to reflect the changes. | |||
2012-03-23 | Display XErrorBars in object hierarchy. | Rafael Dominguez | |
2012-03-23 | Return the correct errorbar property set. | Rafael Dominguez | |
Select the errorbar propertyset according to the errorbar direction instead of only using Y errorbar propertyset in ObjectIdentifier::getObjectPropertySet function. | |||
2012-03-23 | Get correct errorbar CID depending on the direction. | Rafael Dominguez | |
2012-03-23 | Enable statistics if chart has any type of errorbars. | Rafael Dominguez | |
2012-03-23 | Specialize STR_OBJECT_ERROR_BARS for each errobar type. | Rafael Dominguez | |
2012-03-23 | Add chart errorbar type property. | Rafael Dominguez | |
- Make StatisticsItemConverter work with X and Y errorbars. - Fill errorbar type property in ErrorBarResources. - Set default value of errorbar type property to Y bar. |