summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-11-20Enforce use of accessors on gen.hxx structuresMatteo Casalin1-2/+2
2012-11-20Merge branch 'feature/killsdf'Andras Timar2-2/+2
2012-11-19use LanguageTagEike Rathke7-18/+18
2012-11-19database names are case insensitive, fdo#51309Mathieu D15-44/+25
2012-11-18WaE : shadow variableNorbert Thiebaud1-6/+7
2012-11-18convert a GetOutputString variant to OUStringNorbert Thiebaud1-3/+12
2012-11-18migrate one GetOutputString variatn to OUStringNorbert Thiebaud2-4/+12
2012-11-18PutEntry familly of functions use consistent pairing OUString/sal_Int32Norbert Thiebaud2-5/+4
2012-11-18svl: convert KeywordTable to OUStringNorbert Thiebaud1-8/+8
2012-11-17convert text import options to .uiCaolán McNamara13-197/+266
2012-11-17delete also note caption, fdo#56548Markus Mohrhard1-1/+1
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida2-0/+2
2012-11-16targetted cleanup of misc. vba pieces.Noel Power2-5/+1
2012-11-15ui part for conditional date formatsMarkus Mohrhard9-60/+168
2012-11-15implement remaining conditional date formatsMarkus Mohrhard2-8/+69
2012-11-15implement date cond format import from OOXMLMarkus Mohrhard1-35/+47
2012-11-15initial work for date conditional formatsMarkus Mohrhard2-1/+162
2012-11-15String to OUStringMarkus Mohrhard2-10/+10
2012-11-15remove strange commentsMarkus Mohrhard1-3/+3
2012-11-15Rename SvLBoxItem::IsA() to GetType(), and mark that const.Kohei Yoshida2-4/+4
2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin3-4/+4
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin1-3/+2
2012-11-14resolved fdo#56278 broadcast deletion to dependent formula cellsEike Rathke1-32/+35
2012-11-14Turn some memmove into memcpy when it is safe to do so.jailletc364-5/+5
2012-11-14Fix fdo#51121 OWA misbehaviour with uncompressed meta.xmlThorsten Behrens2-9/+7
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-11Merge branch 'master' into feature/killsdfAndras Timar164-1557/+4102
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