- 11 Nis, 2012 35 kayıt (commit)
-
-
Tor Lillqvist yazdı
-
Andras Timar yazdı
-
Rafael Dominguez yazdı
- 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.
-
Rafael Dominguez yazdı
-
Rafael Dominguez yazdı
- Add method to calculate X standard deviation. - Set correct XErrorBar position when using standard deviation error type.
-
Rafael Dominguez yazdı
-
Markus Mohrhard yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Rafael Dominguez yazdı
-
Rafael Dominguez yazdı
-
Caolán McNamara yazdı
-
Rafael Dominguez yazdı
-
Rafael Dominguez yazdı
Use vector<rtl::OUString> instead of deprecated List class.
-
Caolán McNamara yazdı
-
Rafael Dominguez yazdı
-
Rafael Dominguez yazdı
- Use vector instead of deprecated List class. - Use OUString instead of String.
-
Rafael Dominguez yazdı
To return selected entries to a vector instead to a deprecated List structure.
-
Rafael Dominguez yazdı
To return selected entries to a vector instead to a deprecated List structure.
-
Takeshi Abe yazdı
-
Takeshi Abe yazdı
-
Takeshi Abe yazdı
-
Stephan Bergmann yazdı
-
Andras Timar yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Miklos Vajna yazdı
-
David Tardon yazdı
-
David Tardon yazdı
-
David Ostrovsky yazdı
dmake stuff removed
-
David Tardon yazdı
-
Philipp Weissenbacher yazdı
-
- 10 Nis, 2012 5 kayıt (commit)
-
-
Eike Rathke yazdı
In CSV import, instead of SCWARN_IMPORT_RANGE_OVERFLOW use SCWARN_IMPORT_ROW_OVERFLOW and SCWARN_IMPORT_COLUMN_OVERFLOW that already existed, additionally introduced SCWARN_IMPORT_CELL_OVERFLOW if single field data exceeds STRING_MAXLEN. Row overflow takes precedence over column overflow that takes precedence over cell overflow.
-
Andras Timar yazdı
-
Kohei Yoshida yazdı
Without this, calculation upon import may incorrectly show #VALUE! in some cells when the iterative calculation option is turned on. This is on par with what we do during the ods document import.
-
Kohei Yoshida yazdı
Taking a reference to double makes no sense here. Plus the bool.
-
Kohei Yoshida yazdı
-