summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-11-14callcatcher: neither setNumberFormat is usedCaolán McNamara2-21/+0
2012-11-14The additional methods of SO2_*_REF over SV_*_REF are now unusedCaolán McNamara2-7/+2
2012-11-13fdo#56776: Change in formula options should cause repaint.Kohei Yoshida1-0/+5
2012-11-13bcppCheck: redundant assignment and Possible null pointer dereference.jailletc361-6/+4
2012-11-12revert accidental removal of some testsCaolán McNamara1-0/+29
2012-11-12add test for EDB-22591Caolán McNamara2-29/+0
2012-11-12cppCheck: clarifyConditionjailletc361-2/+2
2012-11-12remove conditional formats withiout range after import, related fdo#56983Markus Mohrhard4-4/+35
2012-11-12implement the missing icon-setsMarkus Mohrhard4-73/+279
2012-11-12make sure that the sort vector is large enough, fdo#56958Markus Mohrhard1-0/+3
2012-11-12only set entries for existing sort entries, related fdo#56958Markus Mohrhard1-1/+1
2012-11-10make handling of doubles in sc tests easierMarkus Mohrhard3-31/+43
2012-11-10Updatejailletc361-3/+2
2012-11-09fix for fdo#55875 numbers as text converted strangelyNoel Power1-1/+8
2012-11-09remove unused methods in ScConditionalFormatMarkus Mohrhard1-4/+0
2012-11-09add initial xlsx cond format export testMarkus Mohrhard1-4/+58
2012-11-09make the eport test easier to useMarkus Mohrhard1-5/+14
2012-11-09remove unused defineMarkus Mohrhard1-2/+0
2012-11-08New unit test to ensure correct matrix creation.Kohei Yoshida1-0/+27
2012-11-08fdo#56829: Correctly pass element values to matrix.Kohei Yoshida1-3/+3
2012-11-08fdo#54898: Test equality by order index (integer) which is more stable.Kohei Yoshida1-3/+3
2012-11-08New unit test for pivot table's handling of double-precision values.Kohei Yoshida1-0/+112
2012-11-08Function object for printing bucket content. Used only for debugging.Kohei Yoshida1-4/+15
2012-11-08Dump source data for each field re-constructd from the index array.Kohei Yoshida1-0/+10
2012-11-08xmlcondformat: warning C4701 pot. uninitialized variable pEntry usedMichael Stahl1-2/+2
2012-11-08fix more warning C4804 unsafe use of type boolMichael Stahl1-1/+1
2012-11-08VBA_InsertModule: warning C4804 usafe use of type boolMichael Stahl1-1/+1
2012-11-07basic: String -> OUStringNorbert Thiebaud2-3/+7
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-25/+16
2012-11-05fdo#53531: Time field can be represented with an extended time field type.Kohei Yoshida1-0/+2
2012-11-05This is no longer true.Kohei Yoshida1-2/+2
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin1-1/+1
2012-11-05fdo#46808, Adapt i18n::Transliteration UNO service to new styleNoel Grandin5-8/+8
2012-11-05fix several bugs around cond format export to ooxmlMarkus Mohrhard2-14/+53
2012-11-05implement new cond format import from odfMarkus Mohrhard1-0/+32
2012-11-05add export for new cond formats to odfMarkus Mohrhard1-0/+20
2012-11-05export dxfs at the correct placeMarkus Mohrhard1-1/+1
2012-11-05fix ooxml color exportMarkus Mohrhard1-1/+1
2012-11-04we don't need to use the indirection hereMarkus Mohrhard1-2/+2
2012-11-04implement text cond format import from odfMarkus Mohrhard1-0/+32
2012-11-04add the new cond formats to the dialogsMarkus Mohrhard5-5/+62
2012-11-04implement text cond format export to odfMarkus Mohrhard1-0/+20
2012-11-04clean cond format ooxml import codeMarkus Mohrhard1-30/+0
2012-11-04implement text cond formats ooxml importMarkus Mohrhard1-4/+14
2012-11-04implement text conditional formatsMarkus Mohrhard2-3/+69
2012-11-04switch from String to OUStringMarkus Mohrhard2-5/+5
2012-11-04implement (no) error cond format import from odfMarkus Mohrhard1-0/+8
2012-11-04implement export for (no) error cond format export to odfMarkus Mohrhard1-0/+6
2012-11-04make the drop down box largerMarkus Mohrhard1-1/+1
2012-11-03basic: preliminary cosmetic clean-upNorbert Thiebaud1-3/+42