Rafael Dominguez
67c45c9dbd
Calculate correct standard deviation for XErrorBar.
...
- Add method to calculate X standard deviation.
- Set correct XErrorBar position when using standard deviation error
type.
2012-04-11 17:55:41 +02:00
Rafael Dominguez
0e3bd5c0c4
Display correct errorbars columns in chart data browser.
2012-04-11 17:55:41 +02:00
David Tardon
2753a9904c
do not put things directly into $(WORKDIR)
2012-04-09 10:09:23 +02:00
David Tardon
6de7392829
add package deps for resources
2012-04-09 10:09:23 +02:00
Luboš Luňák
8e5318b0b9
OUString( whatever ? "foo" : "bar" ) does not work with MSVC
2012-04-08 19:24:00 +02:00
Rafael Dominguez
1bdc495ccc
Cleanup of C2U macro in chart2.
2012-04-08 10:48:08 -04:30
Rafael Dominguez
561a2d63ea
Cleanup of C2U macro in chart2.
2012-04-08 10:47:56 -04:30
Michael Stahl
c923f7d2c2
gbuild: "use" vs. "add":
...
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-08 01:05:52 +02:00
Szabolcs Dezsi
d6bc02f8c4
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
2012-04-06 20:03:42 +02:00
Szabolcs Dezsi
743f22045c
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
...
Pattern used:
find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06 15:07:41 +02:00
Szabolcs Dezsi
8a01ee6243
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
...
Pattern used:
find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06 14:30:05 +02:00
Caolán McNamara
5688b51bcb
UniString::CreateFromInt32 -> rtl::OUString::valueOf
2012-04-05 13:59:05 +01:00
Matteo Casalin
6ac9544454
Cleanup some unnecessary #include
2012-04-03 20:49:08 +02:00
Markus Mohrhard
535ee445a2
move chart regression test data files to chart2
2012-04-01 23:58:49 +02:00
Stephan Bergmann
cdd3ea090a
Fix format string properly
2012-03-30 13:17:37 +02:00
Tor Lillqvist
0f1e33c54d
WaE: format '%i' expects type 'int', but argument has type 'long int'
2012-03-30 11:53:45 +03:00
Julien Nabet
e511a7d639
Fixes a bunch of "Prefer prefix ++/-- operators for non-primitive types"
2012-03-29 23:56:31 +02:00
Markus Mohrhard
bef64b0113
add name attribute to chart's layout dumper
2012-03-28 09:32:56 +02:00
Markus Mohrhard
f084ac6556
add drawing.Text to chart's dumper
2012-03-28 09:32:56 +02:00
Markus Mohrhard
f1e8da595d
add SAL_CALL to ChartModel::dump
2012-03-28 03:58:44 +02:00
Markus Mohrhard
9560fb7990
revert old test idea
2012-03-28 03:35:23 +02:00
Markus Mohrhard
5d8c9ef5e5
implement the layout dumper for chart2
2012-03-28 03:35:22 +02:00
Markus Mohrhard
8090cba738
implement XDumper in ChartModel
2012-03-28 03:35:22 +02:00
Takeshi Abe
16244e7f24
removed duplicate includes in avmedia / basic / canvas / chart2 / comphelper
2012-03-28 00:30:29 +09:00
Kohei Yoshida
34ab87b37d
Removed use of UniString.
2012-03-26 16:21:39 -04:00
Takeshi Abe
6749dcc154
removed duplicate includes in basic / canvas / chart2 / comphelper
2012-03-26 22:39:42 +09:00
Markus Mohrhard
8a6552c0c0
use fabs for double values, not abs, fdo#47632
2012-03-24 02:20:04 +01:00
Rafael Dominguez
30cb559136
Remove deprecated chart ObjectType OBJECTTYPE_DATA_ERRORS.
2012-03-23 02:55:33 +01:00
Rafael Dominguez
f412f4bced
Create separate shape groups for each errorbar type.
2012-03-23 02:55:33 +01:00
Rafael Dominguez
c57bb7b56b
Set correct objecttype for errorbar.
2012-03-23 02:55:33 +01:00
Rafael Dominguez
92aedd1755
Display Format menu entry when selecting an X errorbar.
2012-03-23 02:55:32 +01:00
Rafael Dominguez
581978b90c
Get correct datasource when calculating errorbar length.
2012-03-23 02:55:32 +01:00
Rafael Dominguez
6294d8f4df
Update DeleteYErrorbar function to handle X and Y bars.
2012-03-23 02:55:32 +01:00
Rafael Dominguez
d2e77741cb
Set errorbar type attribute when inserting or formating an errorbar.
2012-03-23 02:55:32 +01:00
Rafael Dominguez
d02005d648
Return correct ItemConverter object for any errorbar type.
2012-03-23 02:55:32 +01:00
Rafael Dominguez
e9d44024e5
Enable support to format chart errorbars.
2012-03-23 02:55:31 +01:00
Rafael Dominguez
44c0033392
Handle case XErrorbars in ErrorBarItemConverter::ApplySpecialItem.
2012-03-23 02:55:31 +01:00
Rafael Dominguez
bb1979b96b
Allow deleting any chart errorbar and set correct action description.
2012-03-23 02:55:31 +01:00
Rafael Dominguez
2713c4bf0f
Determine ranges correctly for any type of chart errorbar object.
2012-03-23 02:55:31 +01:00
Rafael Dominguez
1e27c77338
Add FormatXErrorBar, DeleteXErrorBar menu entries in chart.
...
-Update ModelState to reflect the changes.
2012-03-23 02:55:31 +01:00
Rafael Dominguez
31eaf957da
Display XErrorBars in object hierarchy.
2012-03-23 02:55:31 +01:00
Rafael Dominguez
b9b5496636
Return the correct errorbar property set.
...
Select the errorbar propertyset according to the errorbar direction
instead of only using Y errorbar propertyset in ObjectIdentifier::getObjectPropertySet
function.
2012-03-23 02:55:30 +01:00
Rafael Dominguez
97b7e088d2
Get correct errorbar CID depending on the direction.
2012-03-23 02:55:30 +01:00
Rafael Dominguez
7eee4ece68
Enable statistics if chart has any type of errorbars.
2012-03-23 02:55:30 +01:00
Rafael Dominguez
34cadd6397
Specialize STR_OBJECT_ERROR_BARS for each errobar type.
2012-03-23 02:55:30 +01:00
Rafael Dominguez
701efd06e8
Add chart errorbar type property.
...
- Make StatisticsItemConverter work with X and Y errorbars.
- Fill errorbar type property in ErrorBarResources.
- Set default value of errorbar type property to Y bar.
2012-03-23 02:55:30 +01:00
Rafael Dominguez
2971651cd9
Add chart insert X errorbar toolbar and popup menu entries.
...
- Dispatch the commands to the proper functions.
2012-03-23 02:55:29 +01:00
Rafael Dominguez
cc7ce5a299
Add correct tabpage to chart property dialog.
...
- Added needed strings resources and ids.
- Added code to handle X and Z errorbars.
2012-03-23 02:55:29 +01:00
Rafael Dominguez
3e964eeb7c
Set chart objecttype depending on errorbar type.
2012-03-23 02:55:29 +01:00
Rafael Dominguez
2ea77e4926
Display correct errorbar in InsertDialog.
2012-03-23 02:55:29 +01:00