summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2012-11-01New unit test for shifting cells.Kohei Yoshida
2012-11-01Add comments to make it easier to follow this non-obvious code.Kohei Yoshida
2012-11-01Remove the correct range, or else maItems would end up with invalid pointer.Kohei Yoshida
2012-11-01Now this bConsecutive flag makes no sense.Kohei Yoshida
2012-11-01This if statement is never true.Kohei Yoshida
2012-11-01Prefer early bailout to avoid big fat if block.Kohei Yoshida
2012-11-01Explicitly call these methods to init / update note positions.Kohei Yoshida
2012-11-01No more "increase / decrease of recalc level" for drawing objects.Kohei Yoshida
2012-11-01Double allocation switch no longer used since we switched to std::vector...Kohei Yoshida
2012-11-01Unit test for cache filtering, to secure the recent bug fix I did.Kohei Yoshida
2012-11-01another some more regression testsCaolán McNamara
2012-11-01rework filters test to squeeze through extra flagsCaolán McNamara
2012-11-01add test for EBD-22330Caolán McNamara
2012-10-31Rename the files to reflect the class name change.Kohei Yoshida
2012-10-31Rename ScDPCacheTable to ScDPFilteredCache.Kohei Yoshida
2012-10-31Since the cache there is never NULL, let's take a reference instead.Kohei Yoshida
2012-10-31The cache inside ScDPCacheTable (I should rename this) is never NULL.Kohei Yoshida
2012-10-31These comments are no longer correct.Kohei Yoshida
2012-10-31fdo#56627: Handle empty cell values separately in filters test.Kohei Yoshida
2012-10-31Use 'e' prefix for enum values.Kohei Yoshida
2012-10-31valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara
2012-10-31sc: fix erroneous casts of ScCondFormatItemMichael Stahl
2012-10-31CMIS: added cancelCheckOut and checkIn implementations and menu itemsCédric Bosdonnat
2012-10-31CMIS: added CheckOut in the File menuCédric Bosdonnat
2012-10-30fdo#56325: Don't forget to build_tree() in fillTable().Kohei Yoshida
2012-10-30Somehow that comment makes no sense.Kohei Yoshida
2012-10-30dump() method for ScDPCacheTable (for debugging only).Kohei Yoshida
2012-10-30Somehow the indentation was messed up in this method.Kohei Yoshida
2012-10-30Fix the build with DEBUG_PIVOT_TABLE=1.Kohei Yoshida
2012-10-30Intentionally add a formula cell in column 1.Kohei Yoshida
2012-10-30Another test case for column formula arrays.Kohei Yoshida
2012-10-30New unit test for formula dependency tracking.Kohei Yoshida
2012-10-30fdo#46808, Adapt linguistic2::LinguServiceManager UNO service to new styleNoel Grandin
2012-10-30export icon set data into OOXMLMarkus Mohrhard
2012-10-30fix warningMarkus Mohrhard
2012-10-30add icon sets to manage conditional formats dlgMarkus Mohrhard
2012-10-30fix crash with overlapping conditional formatsMarkus Mohrhard
2012-10-30implement basic support for icon setsMarkus Mohrhard
2012-10-30extract same code into shared methodMarkus Mohrhard
2012-10-29fdo#46808, Adapt i18n::LocaleCalendar UNO service to new styleNoel Grandin
2012-10-28UniString->rtl::OUStringBufferCaolán McNamara
2012-10-28fix some VS 2010 specific issuesDavid Ostrovsky
2012-10-27unusedcode: sc: unused ctorsMatúš Kukan
2012-10-26remove the temp file after loadingMarkus Mohrhard
2012-10-26this test should not been disabledMarkus Mohrhard
2012-10-26disable the password test for some platformsMarkus Mohrhard
2012-10-26implement export password testMarkus Mohrhard
2012-10-26add basic calc export testMarkus Mohrhard
2012-10-26loplugin: unused aName string and whacky indentCaolán McNamara
2012-10-25remove .ui mark-up in favor of font attributesCaolán McNamara