summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2012-11-03basic: String -> OUString in basicmanagerNorbert Thiebaud
2012-11-04fix the remaining UI places that needed update for new cond formatsMarkus Mohrhard
2012-11-04fix ooxml (no) error cond format importMarkus Mohrhard
2012-11-04add strings for (no) error cond formatsMarkus Mohrhard
2012-11-04add (no) error cond format export to ooxmlMarkus Mohrhard
2012-11-04add (no) error cond format import from ooxmlMarkus Mohrhard
2012-11-04add error and not error conditionMarkus Mohrhard
2012-11-03hide the second edit field for all necessary cond formatsMarkus Mohrhard
2012-11-03improve cond format export to ooxmlMarkus Mohrhard
2012-11-02More methods that can be marked const.Kohei Yoshida
2012-11-02Mark these methods const.Kohei Yoshida
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-02Fix incorrect shifting of cell notes upon cell insertion / deletion.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-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-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-31valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara
2012-10-31sc: fix erroneous casts of ScCondFormatItemMichael Stahl