summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2012-11-09fix for fdo#55875 numbers as text converted strangelyNoel Power
2012-11-09remove unused methods in ScConditionalFormatMarkus Mohrhard
2012-11-09add initial xlsx cond format export testMarkus Mohrhard
2012-11-09make the eport test easier to useMarkus Mohrhard
2012-11-09remove unused defineMarkus Mohrhard
2012-11-08New unit test to ensure correct matrix creation.Kohei Yoshida
2012-11-08fdo#56829: Correctly pass element values to matrix.Kohei Yoshida
2012-11-08fdo#54898: Test equality by order index (integer) which is more stable.Kohei Yoshida
2012-11-08New unit test for pivot table's handling of double-precision values.Kohei Yoshida
2012-11-08Function object for printing bucket content. Used only for debugging.Kohei Yoshida
2012-11-08Dump source data for each field re-constructd from the index array.Kohei Yoshida
2012-11-08xmlcondformat: warning C4701 pot. uninitialized variable pEntry usedMichael Stahl
2012-11-08fix more warning C4804 unsafe use of type boolMichael Stahl
2012-11-08VBA_InsertModule: warning C4804 usafe use of type boolMichael Stahl
2012-11-07basic: String -> OUStringNorbert Thiebaud
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-11-05fdo#53531: Time field can be represented with an extended time field type.Kohei Yoshida
2012-11-05This is no longer true.Kohei Yoshida
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin
2012-11-05fdo#46808, Adapt i18n::Transliteration UNO service to new styleNoel Grandin
2012-11-05fix several bugs around cond format export to ooxmlMarkus Mohrhard
2012-11-05implement new cond format import from odfMarkus Mohrhard
2012-11-05add export for new cond formats to odfMarkus Mohrhard
2012-11-05export dxfs at the correct placeMarkus Mohrhard
2012-11-05fix ooxml color exportMarkus Mohrhard
2012-11-04we don't need to use the indirection hereMarkus Mohrhard
2012-11-04implement text cond format import from odfMarkus Mohrhard
2012-11-04add the new cond formats to the dialogsMarkus Mohrhard
2012-11-04implement text cond format export to odfMarkus Mohrhard
2012-11-04clean cond format ooxml import codeMarkus Mohrhard
2012-11-04implement text cond formats ooxml importMarkus Mohrhard
2012-11-04implement text conditional formatsMarkus Mohrhard
2012-11-04switch from String to OUStringMarkus Mohrhard
2012-11-04implement (no) error cond format import from odfMarkus Mohrhard
2012-11-04implement export for (no) error cond format export to odfMarkus Mohrhard
2012-11-04make the drop down box largerMarkus Mohrhard
2012-11-03basic: preliminary cosmetic clean-upNorbert Thiebaud
2012-11-03basic: String -> OUString in basicmanagerNorbert Thiebaud
2012-11-04fix the remaining UI places that needed update for new cond formatsMarkus Mohrhard
2012-11-04fix ooxml (no) error cond format importMarkus Mohrhard
2012-11-04add strings for (no) error cond formatsMarkus Mohrhard
2012-11-04add (no) error cond format export to ooxmlMarkus Mohrhard
2012-11-04add (no) error cond format import from ooxmlMarkus Mohrhard
2012-11-04add error and not error conditionMarkus Mohrhard
2012-11-03this should not have been commitedMarkus Mohrhard
2012-11-03hide the second edit field for all necessary cond formatsMarkus Mohrhard
2012-11-03improve cond format export to ooxmlMarkus Mohrhard
2012-11-03add an import test for the new cond formatsMarkus Mohrhard
2012-11-03be more forgiving for empty cells in tests with csv filesMarkus Mohrhard
2012-11-02More methods that can be marked const.Kohei Yoshida