summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)Author
2012-10-11only access first element if vector is not empty, fdo#55734Markus Mohrhard
2012-10-10Remove a flag that nobody uses.Kohei Yoshida
2012-10-10fix for fdo#53814 Revert "there should be no need any more for this check"Noel Power
2012-10-10rename autoMin and autoMax to Automatic, disable it for color scalesMarkus Mohrhard
2012-10-07work-around really weird bug in VS2012Peter Foley
2012-10-07Handle lack of module loading/unloading API when DISABLE_DYNLOADINGTor Lillqvist
2012-10-06also support removing of conditional formatsMarkus Mohrhard
2012-10-06remaining places in calc core are adapted to overlapping cond formatsMarkus Mohrhard
2012-10-06adpat ScTable methods to overlapping conditional formatsMarkus Mohrhard
2012-10-06adapt ScDocument methods to new overlapping cond formatsMarkus Mohrhard
2012-10-06use parantheses to prevent wrong evaluationMarkus Mohrhard
2012-10-06support overlapping conditional formatsMarkus Mohrhard
2012-10-06remove unused ATTR_COLORSCALEMarkus Mohrhard
2012-10-04sal_Bool->bool in svl::SfxStyleSheetBaseNoel Grandin
2012-10-04Fixes/improvements on previous commitStephan Bergmann
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin
2012-10-02simplify and speed up color format renderingMarkus Mohrhard
2012-10-02XubString->OUStringCaolán McNamara
2012-10-02fix errorin translation from german to englishMarkus Mohrhard
2012-10-02iterating here is wrong, join will already merge all necessary rangesMarkus Mohrhard
2012-09-29Use comphelper::getComponentContextStephan Bergmann
2012-09-28fdo#54940 - make editing relative refs more intuitive to meMichael Meeks
2012-09-26don't access out of bound array index, fdo#55022Markus Mohrhard
2012-09-25Use this flag to make the compiler warning go away.Kohei Yoshida
2012-09-25Support opcodes 101 through 111 in SUBTOTAL.Kohei Yoshida
2012-09-25workaround broken uno implementation with ScRangeList in ScCellRangeObjMarkus Mohrhard
2012-09-24kill O(N^2) algorithm generating cond format render information, fdo#54396Markus Mohrhard
2012-09-23bool to sal_Bool for rtl::OUStringBuffer::appendMarkus Mohrhard
2012-09-23WaE unused parameterMarkus Mohrhard
2012-09-23SCCOL and SCTAB to sal_Int32Markus Mohrhard
2012-09-23int to sal_Int32Markus Mohrhard
2012-09-23improve the dump code for cond formatsMarkus Mohrhard
2012-09-22some more fixes for ScRangeList::DeleteAreaMarkus Mohrhard
2012-09-21Fixed all discovered errors and extra unit tests to cover them.Kohei Yoshida
2012-09-21Improve readability.Kohei Yoshida
2012-09-21fix problem in ScRangeList::UpdateReference when deleting one row/colMarkus Mohrhard
2012-09-20Use scoped_ptr instead of deprecated auto_ptrStephan Bergmann
2012-09-20xlsx fix cyclic referenced defined names partially fixes bnc#780296 bnc#781166Noel Power
2012-09-19use correct cell for broadcasting, fdo#55059Markus Mohrhard
2012-09-18Some cleanups.Kohei Yoshida
2012-09-18rows with cond formats don't have empty background, fdo#54661, fdo#52535Markus Mohrhard
2012-09-18shrink to used area for duplicate codn format, fdo#54349Markus Mohrhard
2012-09-18WaE: calm android tinderboxenMichael Meeks
2012-09-18broadcaster cells are empty, fdo#54553Markus Mohrhard
2012-09-18Use mdds::flat_segment_tree to store row flags.Kohei Yoshida
2012-09-18Do the same for the no-parameter variant of fillTable().Kohei Yoshida
2012-09-18Refactor fillTable (3-param variant) to skip trailing empty rows.Kohei Yoshida
2012-09-18Determine data size in cache that doesn't include trailing empty rows.Kohei Yoshida
2012-09-18Reduce indentation by early bailout.Kohei Yoshida
2012-09-18use the typedefs in ScRangeListMarkus Mohrhard