summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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
2012-10-25sc: warning C4702: unreachable codeMichael Stahl
2012-10-23fdo#46808, use service constructor for i18n::BreakIteratorNoel Grandin
2012-10-23fdo#46808, use service constructor for beans::IntrospectionNoel Grandin
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin
2012-10-22accelerate shape import & export by more sensible XInterface handling.Michael Meeks
2012-10-19fdo#44657 Remove hack that "simulates" a mirrored horizontal scrollbar.Jan Holesovsky
2012-10-19reenable all our unit testsMarkus Mohrhard
2012-10-19add test case for the MATCH functionMarkus Mohrhard
2012-10-19actually pass the old cond format to the dialogMarkus Mohrhard