Commit graph

303414 commits

Author SHA1 Message Date
Kohei Yoshida
e4380ae1e7 Test for changing dimension member visibility & a little cleanup. 2012-03-22 23:15:45 -04:00
Kohei Yoshida
76e533a5c6 More bug fixes related to grouped dimension handling. 2012-03-22 22:38:56 -04:00
Kohei Yoshida
1d8b583b06 Get correct string value for group item value.
Unlike the old version, the new version no longer stores string value
for non-string items.  We need to call GetFormattedString() for that.
2012-03-22 22:21:40 -04:00
Kohei Yoshida
7f68157264 When updating pivot table with groups, we need to clear the table data. 2012-03-22 22:21:40 -04:00
Markus Mohrhard
ffc7968ef2 Memcheck: Jump depends on unitialised variable 2012-03-23 03:15:08 +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
Rafael Dominguez
2a1d5a428d Make executeDispatch_InsertYErrorBars a generic function.
- Make the function usable for XError and YError bars.
- Rename executeDispatch_InsertYErrorBars to executeDispatch_InsertErrorBars.
- Add a new parameter that control the error bar direction.
- Update arguments in callers.
2012-03-23 02:55:29 +01:00
Rafael Dominguez
7d42654aa4 Merge InsertMenu_YErrorBar and InsertYErrorBar commands in chart controller. 2012-03-23 02:55:29 +01:00
Rafael Dominguez
68e482e9d8 Create respective error bars in areachart when creating shapes. 2012-03-23 02:55:28 +01:00
Rafael Dominguez
3bb87d7c5f Set bar type as YErrorBar when creating InsertErrorBarsDialog. 2012-03-23 02:55:28 +01:00
Rafael Dominguez
4a992fed8d Remove default values in InsertErrorBarsDialog constructor.
- Require passing desired error bar to modify in constructor
and not have YErrorBar as default.
2012-03-23 02:55:28 +01:00
Rafael Dominguez
4c2c9acbd8 Add function to create X error bars in VSeriesPlotter class. 2012-03-23 02:55:28 +01:00
Rafael Dominguez
7fded69fb5 Add a function to get X error bar properties. 2012-03-23 02:55:28 +01:00
Kohei Yoshida
a3d71e97ea New unit test for pivot table with date grouping. 2012-03-22 21:27:07 -04:00
Kohei Yoshida
914e797844 New unit test for pivot table with number grouping. 2012-03-22 21:27:07 -04:00
Markus Mohrhard
bbe088bc75 cache calls to mdds:mixed_type_matrix::size, related fdo#47299 2012-03-23 02:09:27 +01:00
Norbert Thiebaud
7be7f9a786 gbuild: allow the tinderboxes to bypass the dependencies generations 2012-03-22 17:32:23 -05:00
Stephan Bergmann
2413fd4f9f Fix URE jar manifests after gbuild'ification 2012-03-22 23:29:30 +01:00
Stephan Bergmann
91d60be7ee fdo#46102: Fix scripting jar manifests after gbuild'ification 2012-03-22 23:28:37 +01:00
Stephan Bergmann
5e8c988765 Produce more beautiful jar manifests 2012-03-22 23:28:36 +01:00
Michael Stahl
f24153cded fdo#39003: fix autoformat Undo cursors:
SwEditShell::Undo: Because the Undo actions nowadays create new shell
cursors directly (while previously they worked on a SwUndoIter), it is
necessary to remove the shell cursor ring before Pop() because Pop(false)
only restores the current cursor from the stack, not the rest of the ring.
(regression from CWS undoapi, 1ba0c18781)
2012-03-22 23:11:02 +01:00
Michael Stahl
06d1d69fc8 SwFEShell::ShouldObjectBeSelected leaks pPos 2012-03-22 23:11:02 +01:00
Tor Lillqvist
3e425dfa4b More Android hacking 2012-03-22 22:49:49 +02:00
Tor Lillqvist
5814229948 Add JNI wrappers for InitVCL and osl_setCommandArgs 2012-03-22 22:49:48 +02:00
Tor Lillqvist
38603465cc No point searching PATH on Android and iOS 2012-03-22 22:49:48 +02:00
Tor Lillqvist
871cc191fc Add a wrapper for InitVCL(), to be called from Java on Android 2012-03-22 22:49:48 +02:00
Tor Lillqvist
a3035495eb Make the DocumentLoader experimental app build again 2012-03-22 22:49:47 +02:00
Tor Lillqvist
2cbb41b3ab Edit a comment a bit 2012-03-22 22:49:47 +02:00