Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
It has been replaced by SheetDataBuffer.
|
|
|
|
Actually this is a bit more tricky. Currently it is showing wrong values
for hidden rows/columns
|
|
|
|
|
|
|
|
Otherwise the normal linear search should be sufficient. Eventually
we need to use a better algorithm here than this special case handling...
|
|
|
|
But instantiating EditEngine causes segfault. The line is commented
out for now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Remove using older properties to get errorbars data.
- Only export X errorbars when using ODF VERSION >= 1.2.
- Use the dimension attribute to set errorbar direction.
|
|
|
|
- Add method to calculate X standard deviation.
- Set correct XErrorBar position when using standard deviation error
type.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use vector<rtl::OUString> instead of deprecated List class.
|
|
|
|
|
|
- Use vector instead of deprecated List class.
- Use OUString instead of String.
|
|
To return selected entries to a vector instead to a deprecated List structure.
|
|
To return selected entries to a vector instead to a deprecated
List structure.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|