summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* fdo#53531: Time field can be represented with an extended time field type.Kohei Yoshida2012-11-051-0/+2
* This is no longer true.Kohei Yoshida2012-11-051-2/+2
* fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin2012-11-051-1/+1
* fdo#46808, Adapt i18n::Transliteration UNO service to new styleNoel Grandin2012-11-055-8/+8
* fix several bugs around cond format export to ooxmlMarkus Mohrhard2012-11-052-14/+53
* implement new cond format import from odfMarkus Mohrhard2012-11-051-0/+32
* add export for new cond formats to odfMarkus Mohrhard2012-11-051-0/+20
* export dxfs at the correct placeMarkus Mohrhard2012-11-051-1/+1
* fix ooxml color exportMarkus Mohrhard2012-11-051-1/+1
* we don't need to use the indirection hereMarkus Mohrhard2012-11-041-2/+2
* implement text cond format import from odfMarkus Mohrhard2012-11-041-0/+32
* add the new cond formats to the dialogsMarkus Mohrhard2012-11-045-5/+62
* implement text cond format export to odfMarkus Mohrhard2012-11-041-0/+20
* clean cond format ooxml import codeMarkus Mohrhard2012-11-041-30/+0
* implement text cond formats ooxml importMarkus Mohrhard2012-11-041-4/+14
* implement text conditional formatsMarkus Mohrhard2012-11-042-3/+69
* switch from String to OUStringMarkus Mohrhard2012-11-042-5/+5
* implement (no) error cond format import from odfMarkus Mohrhard2012-11-041-0/+8
* implement export for (no) error cond format export to odfMarkus Mohrhard2012-11-041-0/+6
* make the drop down box largerMarkus Mohrhard2012-11-041-1/+1
* basic: preliminary cosmetic clean-upNorbert Thiebaud2012-11-031-3/+42
* basic: String -> OUString in basicmanagerNorbert Thiebaud2012-11-034-13/+23
* fix the remaining UI places that needed update for new cond formatsMarkus Mohrhard2012-11-042-1/+22
* fix ooxml (no) error cond format importMarkus Mohrhard2012-11-041-8/+9
* add strings for (no) error cond formatsMarkus Mohrhard2012-11-043-2/+16
* add (no) error cond format export to ooxmlMarkus Mohrhard2012-11-041-0/+4
* add (no) error cond format import from ooxmlMarkus Mohrhard2012-11-041-2/+9
* add error and not error conditionMarkus Mohrhard2012-11-042-7/+48
* this should not have been commitedMarkus Mohrhard2012-11-031-9/+0
* hide the second edit field for all necessary cond formatsMarkus Mohrhard2012-11-031-0/+5
* improve cond format export to ooxmlMarkus Mohrhard2012-11-031-0/+34
* add an import test for the new cond formatsMarkus Mohrhard2012-11-033-0/+50
* be more forgiving for empty cells in tests with csv filesMarkus Mohrhard2012-11-031-0/+3
* More methods that can be marked const.Kohei Yoshida2012-11-025-67/+72
* Mark these methods const.Kohei Yoshida2012-11-025-13/+16
* Set initial focus to the check list box.Kohei Yoshida2012-11-021-0/+1
* Enable "type-ahead" search in the check list box in the autofilter popup.Kohei Yoshida2012-11-021-0/+3
* Launch pop-up right-aligned in case the cell is wider than the popup.Kohei Yoshida2012-11-021-1/+11
* Correctly handle cell note shifting when immediate row/column is deleted.Kohei Yoshida2012-11-021-4/+12
* More test cases for cell notes that currently fail.Kohei Yoshida2012-11-021-1/+11
* Fix incorrect shifting of cell notes upon cell insertion / deletion.Kohei Yoshida2012-11-021-2/+8
* Added comment for the note test code & added test for new scenario.Kohei Yoshida2012-11-021-6/+18
* A little more check won't hurt...Kohei Yoshida2012-11-021-0/+2
* fix unique/duplicate cond format export to ooxmlMarkus Mohrhard2012-11-021-0/+4
* fix duplicate/unique cond format import from ooxmlMarkus Mohrhard2012-11-021-3/+12
* start exporting the new cond formats to ooxmlMarkus Mohrhard2012-11-021-3/+15
* warn when trying to export a conditional format that is not supportedMarkus Mohrhard2012-11-021-0/+2
* also add the new conditional formats to the manage cond format dlgMarkus Mohrhard2012-11-023-2/+46
* add the new conditional formats to the dialogMarkus Mohrhard2012-11-022-0/+42
* this case should never happen, use assert to be sureMarkus Mohrhard2012-11-021-0/+1