summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-11-03basic: preliminary cosmetic clean-upNorbert Thiebaud1-3/+42
2012-11-03basic: String -> OUString in basicmanagerNorbert Thiebaud4-13/+23
2012-11-04fix the remaining UI places that needed update for new cond formatsMarkus Mohrhard2-1/+22
2012-11-04fix ooxml (no) error cond format importMarkus Mohrhard1-8/+9
2012-11-04add strings for (no) error cond formatsMarkus Mohrhard3-2/+16
2012-11-04add (no) error cond format export to ooxmlMarkus Mohrhard1-0/+4
2012-11-04add (no) error cond format import from ooxmlMarkus Mohrhard1-2/+9
2012-11-04add error and not error conditionMarkus Mohrhard2-7/+48
2012-11-03this should not have been commitedMarkus Mohrhard1-9/+0
2012-11-03hide the second edit field for all necessary cond formatsMarkus Mohrhard1-0/+5
2012-11-03improve cond format export to ooxmlMarkus Mohrhard1-0/+34
2012-11-03add an import test for the new cond formatsMarkus Mohrhard3-0/+50
2012-11-03be more forgiving for empty cells in tests with csv filesMarkus Mohrhard1-0/+3
2012-11-02More methods that can be marked const.Kohei Yoshida5-67/+72
2012-11-02Mark these methods const.Kohei Yoshida5-13/+16
2012-11-02Set initial focus to the check list box.Kohei Yoshida1-0/+1
2012-11-02Enable "type-ahead" search in the check list box in the autofilter popup.Kohei Yoshida1-0/+3
2012-11-02Launch pop-up right-aligned in case the cell is wider than the popup.Kohei Yoshida1-1/+11
2012-11-02Correctly handle cell note shifting when immediate row/column is deleted.Kohei Yoshida1-4/+12
2012-11-02More test cases for cell notes that currently fail.Kohei Yoshida1-1/+11
2012-11-02Fix incorrect shifting of cell notes upon cell insertion / deletion.Kohei Yoshida1-2/+8
2012-11-02Added comment for the note test code & added test for new scenario.Kohei Yoshida1-6/+18
2012-11-02A little more check won't hurt...Kohei Yoshida1-0/+2
2012-11-02fix unique/duplicate cond format export to ooxmlMarkus Mohrhard1-0/+4
2012-11-02fix duplicate/unique cond format import from ooxmlMarkus Mohrhard1-3/+12
2012-11-02start exporting the new cond formats to ooxmlMarkus Mohrhard1-3/+15
2012-11-02warn when trying to export a conditional format that is not supportedMarkus Mohrhard1-0/+2
2012-11-02also add the new conditional formats to the manage cond format dlgMarkus Mohrhard3-2/+46
2012-11-02add the new conditional formats to the dialogMarkus Mohrhard2-0/+42
2012-11-02this case should never happen, use assert to be sureMarkus Mohrhard1-0/+1
2012-11-02we don't need to pass this parameterMarkus Mohrhard2-34/+33
2012-11-02implement the above/below average import from ooxmlMarkus Mohrhard1-4/+17
2012-11-02implement above/below average conditional formatMarkus Mohrhard2-0/+46
2012-11-02implement ooxml import for new conditional formatsMarkus Mohrhard1-3/+23
2012-11-02implement top/bottom n percentMarkus Mohrhard2-2/+55
2012-11-02only get cond format data for visible cellsMarkus Mohrhard1-0/+3
2012-11-02change ooxml cond format import from API to calc core enumsMarkus Mohrhard2-8/+26
2012-11-02implement top/ bottom n elements conditional formatMarkus Mohrhard2-0/+60
2012-11-02irename this variableMarkus Mohrhard2-6/+6
2012-11-02remove empty methodsMarkus Mohrhard2-29/+0
2012-11-02rename the class to reflect new useageMarkus Mohrhard2-6/+6
2012-11-02implement icon set import/export from odfMarkus Mohrhard5-34/+191
2012-11-02extract filling the cache for conditional formatsMarkus Mohrhard2-11/+18
2012-11-02remove misleading commentMarkus Mohrhard1-4/+0
2012-11-01New unit test for shifting cells.Kohei Yoshida1-0/+24
2012-11-01Add comments to make it easier to follow this non-obvious code.Kohei Yoshida1-2/+4
2012-11-01Remove the correct range, or else maItems would end up with invalid pointer.Kohei Yoshida1-1/+1
2012-11-01Now this bConsecutive flag makes no sense.Kohei Yoshida1-4/+0
2012-11-01This if statement is never true.Kohei Yoshida1-5/+0
2012-11-01Prefer early bailout to avoid big fat if block.Kohei Yoshida1-64/+63