summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-11-05fix several bugs around cond format export to ooxmlMarkus Mohrhard2-14/+53
2012-11-05implement new cond format import from odfMarkus Mohrhard1-0/+32
2012-11-05add export for new cond formats to odfMarkus Mohrhard1-0/+20
2012-11-05export dxfs at the correct placeMarkus Mohrhard1-1/+1
2012-11-05fix ooxml color exportMarkus Mohrhard1-1/+1
2012-11-04we don't need to use the indirection hereMarkus Mohrhard1-2/+2
2012-11-04implement text cond format import from odfMarkus Mohrhard1-0/+32
2012-11-04add the new cond formats to the dialogsMarkus Mohrhard5-5/+62
2012-11-04implement text cond format export to odfMarkus Mohrhard1-0/+20
2012-11-04clean cond format ooxml import codeMarkus Mohrhard1-30/+0
2012-11-04implement text cond formats ooxml importMarkus Mohrhard1-4/+14
2012-11-04implement text conditional formatsMarkus Mohrhard2-3/+69
2012-11-04switch from String to OUStringMarkus Mohrhard2-5/+5
2012-11-04implement (no) error cond format import from odfMarkus Mohrhard1-0/+8
2012-11-04implement export for (no) error cond format export to odfMarkus Mohrhard1-0/+6
2012-11-04make the drop down box largerMarkus Mohrhard1-1/+1
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