summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
...
* implement top/bottom n percentMarkus Mohrhard2012-11-022-2/+55
* only get cond format data for visible cellsMarkus Mohrhard2012-11-021-0/+3
* change ooxml cond format import from API to calc core enumsMarkus Mohrhard2012-11-022-8/+26
* implement top/ bottom n elements conditional formatMarkus Mohrhard2012-11-022-0/+60
* irename this variableMarkus Mohrhard2012-11-022-6/+6
* remove empty methodsMarkus Mohrhard2012-11-022-29/+0
* rename the class to reflect new useageMarkus Mohrhard2012-11-022-6/+6
* implement icon set import/export from odfMarkus Mohrhard2012-11-025-34/+191
* extract filling the cache for conditional formatsMarkus Mohrhard2012-11-022-11/+18
* remove misleading commentMarkus Mohrhard2012-11-021-4/+0
* New unit test for shifting cells.Kohei Yoshida2012-11-011-0/+24
* Add comments to make it easier to follow this non-obvious code.Kohei Yoshida2012-11-011-2/+4
* Remove the correct range, or else maItems would end up with invalid pointer.Kohei Yoshida2012-11-011-1/+1
* Now this bConsecutive flag makes no sense.Kohei Yoshida2012-11-011-4/+0
* This if statement is never true.Kohei Yoshida2012-11-011-5/+0
* Prefer early bailout to avoid big fat if block.Kohei Yoshida2012-11-011-64/+63
* Explicitly call these methods to init / update note positions.Kohei Yoshida2012-11-012-0/+24
* No more "increase / decrease of recalc level" for drawing objects.Kohei Yoshida2012-11-0110-99/+13
* Double allocation switch no longer used since we switched to std::vector...Kohei Yoshida2012-11-0110-64/+0
* Unit test for cache filtering, to secure the recent bug fix I did.Kohei Yoshida2012-11-011-0/+25
* another some more regression testsCaolán McNamara2012-11-011-0/+0
* rework filters test to squeeze through extra flagsCaolán McNamara2012-11-013-45/+117
* add test for EBD-22330Caolán McNamara2012-11-011-0/+0
* Rename the files to reflect the class name change.Kohei Yoshida2012-10-3111-10/+10
* Rename ScDPCacheTable to ScDPFilteredCache.Kohei Yoshida2012-10-3114-112/+111
* Since the cache there is never NULL, let's take a reference instead.Kohei Yoshida2012-10-318-27/+21
* The cache inside ScDPCacheTable (I should rename this) is never NULL.Kohei Yoshida2012-10-314-22/+0
* These comments are no longer correct.Kohei Yoshida2012-10-311-4/+0
* fdo#56627: Handle empty cell values separately in filters test.Kohei Yoshida2012-10-311-1/+10
* Use 'e' prefix for enum values.Kohei Yoshida2012-10-311-8/+5
* valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara2012-10-311-2/+3
* sc: fix erroneous casts of ScCondFormatItemMichael Stahl2012-10-312-3/+7
* CMIS: added cancelCheckOut and checkIn implementations and menu itemsCédric Bosdonnat2012-10-311-0/+2
* CMIS: added CheckOut in the File menuCédric Bosdonnat2012-10-311-0/+1
* fdo#56325: Don't forget to build_tree() in fillTable().Kohei Yoshida2012-10-301-1/+5
* Somehow that comment makes no sense.Kohei Yoshida2012-10-301-1/+0
* dump() method for ScDPCacheTable (for debugging only).Kohei Yoshida2012-10-302-1/+45
* Somehow the indentation was messed up in this method.Kohei Yoshida2012-10-301-33/+33
* Fix the build with DEBUG_PIVOT_TABLE=1.Kohei Yoshida2012-10-301-0/+2
* Intentionally add a formula cell in column 1.Kohei Yoshida2012-10-301-0/+7
* Another test case for column formula arrays.Kohei Yoshida2012-10-301-0/+52
* New unit test for formula dependency tracking.Kohei Yoshida2012-10-301-16/+90
* fdo#46808, Adapt linguistic2::LinguServiceManager UNO service to new styleNoel Grandin2012-10-303-0/+3
* export icon set data into OOXMLMarkus Mohrhard2012-10-303-8/+81
* fix warningMarkus Mohrhard2012-10-301-0/+2
* add icon sets to manage conditional formats dlgMarkus Mohrhard2012-10-304-8/+18
* fix crash with overlapping conditional formatsMarkus Mohrhard2012-10-301-0/+3
* implement basic support for icon setsMarkus Mohrhard2012-10-3014-10/+683
* extract same code into shared methodMarkus Mohrhard2012-10-301-47/+28
* fdo#46808, Adapt i18n::LocaleCalendar UNO service to new styleNoel Grandin2012-10-292-3/+4