summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2012-11-04add strings for (no) error cond formatsMarkus Mohrhard
2012-11-04add error and not error conditionMarkus Mohrhard
2012-11-02More methods that can be marked const.Kohei Yoshida
2012-11-02Mark these methods const.Kohei Yoshida
2012-11-02also add the new conditional formats to the manage cond format dlgMarkus Mohrhard
2012-11-02we don't need to pass this parameterMarkus Mohrhard
2012-11-02implement above/below average conditional formatMarkus Mohrhard
2012-11-02implement top/bottom n percentMarkus Mohrhard
2012-11-02implement top/ bottom n elements conditional formatMarkus Mohrhard
2012-11-02extract filling the cache for conditional formatsMarkus Mohrhard
2012-11-02remove misleading commentMarkus Mohrhard
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-31These comments are no longer correct.Kohei Yoshida
2012-10-30dump() method for ScDPCacheTable (for debugging only).Kohei Yoshida
2012-10-30export icon set data into OOXMLMarkus Mohrhard
2012-10-30add icon sets to manage conditional formats dlgMarkus Mohrhard
2012-10-30implement basic support for icon setsMarkus Mohrhard
2012-10-28UniString->rtl::OUStringBufferCaolán McNamara
2012-10-27unusedcode: sc: unused ctorsMatúš Kukan
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin
2012-10-15fix memory leak in note handlingMarkus Mohrhard
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-10-10Remove a flag that nobody uses.Kohei Yoshida
2012-10-10unify the list box entry handling a bitMarkus Mohrhard
2012-10-10rename autoMin and autoMax to Automatic, disable it for color scalesMarkus Mohrhard
2012-10-09make ScCondFormatDlg a ScAnyRefDlgMarkus Mohrhard
2012-10-08fdo#30944 Add popup menu function to charts to export them as a graphicTomaž Vajngerl
2012-10-06implement the menu strucutre from Astron's proposalMarkus Mohrhard
2012-10-06also support removing of conditional formatsMarkus Mohrhard
2012-10-06adpat ScTable methods to overlapping conditional formatsMarkus Mohrhard
2012-10-06support overlapping conditional formatsMarkus Mohrhard
2012-10-06remove unused ATTR_COLORSCALEMarkus Mohrhard
2012-10-06only set a new cond format list if it really changedMarkus Mohrhard
2012-10-04sal_Bool->bool in svl::SfxStyleSheetBaseNoel Grandin
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin
2012-10-02simplify and speed up color format renderingMarkus Mohrhard
2012-09-28Unwind some of the resource ID nastiness between sc and svx.Kohei Yoshida
2012-09-28fdo#54940 - make editing relative refs more intuitive to meMichael Meeks
2012-09-27Remove unnecessary semicolon.Kohei Yoshida
2012-09-25this operator can be constMarkus Mohrhard
2012-09-24Build fix.Kohei Yoshida
2012-09-25try to explicitly include map for tinderboxMarkus Mohrhard
2012-09-24kill O(N^2) algorithm generating cond format render information, fdo#54396Markus Mohrhard
2012-09-24fix parent style import xlsx fdo#55198Noel Power
2012-09-23improve the dump code for cond formatsMarkus Mohrhard