summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
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
2012-09-20xlsx fix cyclic referenced defined names partially fixes bnc#780296 bnc#781166Noel Power
2012-09-18Some cleanups.Kohei Yoshida
2012-09-18Use mdds::flat_segment_tree to store row flags.Kohei Yoshida
2012-09-18Forward declaration cleanup in header files.Kohei Yoshida
2012-09-18Determine data size in cache that doesn't include trailing empty rows.Kohei Yoshida
2012-09-17test case for ScRangeListMarkus Mohrhard
2012-09-12targetted VBA re-work.Noel Power
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann
2012-09-11-Werror,-Wunused-private-field (SC_TOKEN_FIX_MEMBERS -> ScRawTokenBase)Stephan Bergmann
2012-09-10Change some comments to meet doxygen standardsFaisal M. Al-Otaibi
2012-09-07-Werror=non-virtual-dtorStephan Bergmann
2012-09-07We don't need this special orcus directory now that orcus is integrated.Kohei Yoshida
2012-09-07Use the latest license header.Kohei Yoshida
2012-09-07Add or update the header guards.Kohei Yoshida
2012-09-07Move the orcus handling code from sc to scfilt.Kohei Yoshida
2012-09-07First cut on integrating liborcus into libreoffice tree....Kohei Yoshida
2012-09-06no conditional format changes i protected sheets, related fdo#51636Markus Mohrhard
2012-09-05better import of conditional format from old ODF structureMarkus Mohrhard
2012-08-31update cond formats for deleting, moving and cut&pasteMarkus Mohrhard
2012-08-31add ScRangeList::DeleteAreaMarkus Mohrhard
2012-08-30fdo#53938: Don't proceed when error occurs.Kohei Yoshida
2012-08-29move ScProgress construction out of ScTable::SortMarkus Mohrhard
2012-08-24Improve matrix import performance.Daniel Bankston