summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2012-11-02Set initial focus to the check list box.Kohei Yoshida
2012-11-02Enable "type-ahead" search in the check list box in the autofilter popup.Kohei Yoshida
2012-11-02Launch pop-up right-aligned in case the cell is wider than the popup.Kohei Yoshida
2012-11-02Correctly handle cell note shifting when immediate row/column is deleted.Kohei Yoshida
2012-11-02More test cases for cell notes that currently fail.Kohei Yoshida
2012-11-02Fix incorrect shifting of cell notes upon cell insertion / deletion.Kohei Yoshida
2012-11-02Added comment for the note test code & added test for new scenario.Kohei Yoshida
2012-11-02A little more check won't hurt...Kohei Yoshida
2012-11-02fix unique/duplicate cond format export to ooxmlMarkus Mohrhard
2012-11-02fix duplicate/unique cond format import from ooxmlMarkus Mohrhard
2012-11-02start exporting the new cond formats to ooxmlMarkus Mohrhard
2012-11-02warn when trying to export a conditional format that is not supportedMarkus Mohrhard
2012-11-02also add the new conditional formats to the manage cond format dlgMarkus Mohrhard
2012-11-02add the new conditional formats to the dialogMarkus Mohrhard
2012-11-02this case should never happen, use assert to be sureMarkus Mohrhard
2012-11-02we don't need to pass this parameterMarkus Mohrhard
2012-11-02implement the above/below average import from ooxmlMarkus Mohrhard
2012-11-02implement above/below average conditional formatMarkus Mohrhard
2012-11-02implement ooxml import for new conditional formatsMarkus Mohrhard
2012-11-02implement top/bottom n percentMarkus Mohrhard
2012-11-02only get cond format data for visible cellsMarkus Mohrhard
2012-11-02change ooxml cond format import from API to calc core enumsMarkus Mohrhard
2012-11-02implement top/ bottom n elements conditional formatMarkus Mohrhard
2012-11-02irename this variableMarkus Mohrhard
2012-11-02remove empty methodsMarkus Mohrhard
2012-11-02rename the class to reflect new useageMarkus Mohrhard
2012-11-02implement icon set import/export from odfMarkus Mohrhard
2012-11-02extract filling the cache for conditional formatsMarkus Mohrhard
2012-11-02remove misleading commentMarkus Mohrhard
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