summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-11-01another some more regression testsCaolán McNamara1-0/+0
2012-11-01rework filters test to squeeze through extra flagsCaolán McNamara3-45/+117
2012-11-01add test for EBD-22330Caolán McNamara1-0/+0
2012-10-31Rename the files to reflect the class name change.Kohei Yoshida11-10/+10
2012-10-31Rename ScDPCacheTable to ScDPFilteredCache.Kohei Yoshida14-112/+111
2012-10-31Since the cache there is never NULL, let's take a reference instead.Kohei Yoshida8-27/+21
2012-10-31The cache inside ScDPCacheTable (I should rename this) is never NULL.Kohei Yoshida4-22/+0
2012-10-31These comments are no longer correct.Kohei Yoshida1-4/+0
2012-10-31fdo#56627: Handle empty cell values separately in filters test.Kohei Yoshida1-1/+10
2012-10-31Use 'e' prefix for enum values.Kohei Yoshida1-8/+5
2012-10-31valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara1-2/+3
2012-10-31sc: fix erroneous casts of ScCondFormatItemMichael Stahl2-3/+7
2012-10-31CMIS: added cancelCheckOut and checkIn implementations and menu itemsCédric Bosdonnat1-0/+2
2012-10-31CMIS: added CheckOut in the File menuCédric Bosdonnat1-0/+1
2012-10-30fdo#56325: Don't forget to build_tree() in fillTable().Kohei Yoshida1-1/+5
2012-10-30Somehow that comment makes no sense.Kohei Yoshida1-1/+0
2012-10-30dump() method for ScDPCacheTable (for debugging only).Kohei Yoshida2-1/+45
2012-10-30Somehow the indentation was messed up in this method.Kohei Yoshida1-33/+33
2012-10-30Fix the build with DEBUG_PIVOT_TABLE=1.Kohei Yoshida1-0/+2
2012-10-30Intentionally add a formula cell in column 1.Kohei Yoshida1-0/+7
2012-10-30Another test case for column formula arrays.Kohei Yoshida1-0/+52
2012-10-30New unit test for formula dependency tracking.Kohei Yoshida1-16/+90
2012-10-30fdo#46808, Adapt linguistic2::LinguServiceManager UNO service to new styleNoel Grandin3-0/+3
2012-10-30export icon set data into OOXMLMarkus Mohrhard3-8/+81
2012-10-30fix warningMarkus Mohrhard1-0/+2
2012-10-30add icon sets to manage conditional formats dlgMarkus Mohrhard4-8/+18
2012-10-30fix crash with overlapping conditional formatsMarkus Mohrhard1-0/+3
2012-10-30implement basic support for icon setsMarkus Mohrhard14-10/+683
2012-10-30extract same code into shared methodMarkus Mohrhard1-47/+28
2012-10-29fdo#46808, Adapt i18n::LocaleCalendar UNO service to new styleNoel Grandin2-3/+4
2012-10-28UniString->rtl::OUStringBufferCaolán McNamara11-20/+32
2012-10-28fix some VS 2010 specific issuesDavid Ostrovsky2-3/+3
2012-10-27unusedcode: sc: unused ctorsMatúš Kukan6-46/+0
2012-10-26remove the temp file after loadingMarkus Mohrhard1-2/+2
2012-10-26this test should not been disabledMarkus Mohrhard1-0/+1
2012-10-26disable the password test for some platformsMarkus Mohrhard1-0/+2
2012-10-26implement export password testMarkus Mohrhard1-0/+85
2012-10-26add basic calc export testMarkus Mohrhard3-1/+335
2012-10-26loplugin: unused aName string and whacky indentCaolán McNamara1-1/+0
2012-10-25remove .ui mark-up in favor of font attributesCaolán McNamara1-2/+4
2012-10-25sc: warning C4702: unreachable codeMichael Stahl1-2/+0
2012-10-23fdo#46808, use service constructor for i18n::BreakIteratorNoel Grandin1-7/+3
2012-10-23fdo#46808, use service constructor for beans::IntrospectionNoel Grandin2-284/+270
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin2-16/+11
2012-10-22accelerate shape import & export by more sensible XInterface handling.Michael Meeks1-3/+0
2012-10-19fdo#44657 Remove hack that "simulates" a mirrored horizontal scrollbar.Jan Holesovsky3-47/+18
2012-10-19reenable all our unit testsMarkus Mohrhard1-0/+6
2012-10-19add test case for the MATCH functionMarkus Mohrhard3-0/+1
2012-10-19actually pass the old cond format to the dialogMarkus Mohrhard1-1/+1
2012-10-19differentiate between formula and normal conditions in the dialogMarkus Mohrhard1-1/+9