Age | Commit message (Expand) | Author |
2012-10-12 | mark lcl_ functions static or rename them if they are not local at all | Luboš Luňák |
2012-10-11 | only access first element if vector is not empty, fdo#55734 | Markus Mohrhard |
2012-10-10 | Remove a flag that nobody uses. | Kohei Yoshida |
2012-10-10 | fix for fdo#53814 Revert "there should be no need any more for this check" | Noel Power |
2012-10-10 | rename autoMin and autoMax to Automatic, disable it for color scales | Markus Mohrhard |
2012-10-07 | work-around really weird bug in VS2012 | Peter Foley |
2012-10-07 | Handle lack of module loading/unloading API when DISABLE_DYNLOADING | Tor Lillqvist |
2012-10-06 | also support removing of conditional formats | Markus Mohrhard |
2012-10-06 | remaining places in calc core are adapted to overlapping cond formats | Markus Mohrhard |
2012-10-06 | adpat ScTable methods to overlapping conditional formats | Markus Mohrhard |
2012-10-06 | adapt ScDocument methods to new overlapping cond formats | Markus Mohrhard |
2012-10-06 | use parantheses to prevent wrong evaluation | Markus Mohrhard |
2012-10-06 | support overlapping conditional formats | Markus Mohrhard |
2012-10-06 | remove unused ATTR_COLORSCALE | Markus Mohrhard |
2012-10-04 | sal_Bool->bool in svl::SfxStyleSheetBase | Noel Grandin |
2012-10-04 | Fixes/improvements on previous commit | Stephan Bergmann |
2012-10-04 | fdo#46808, Adapt task::InteractionHandler UNO service to new style | Noel Grandin |
2012-10-02 | simplify and speed up color format rendering | Markus Mohrhard |
2012-10-02 | XubString->OUString | Caolán McNamara |
2012-10-02 | fix errorin translation from german to english | Markus Mohrhard |
2012-10-02 | iterating here is wrong, join will already merge all necessary ranges | Markus Mohrhard |
2012-09-29 | Use comphelper::getComponentContext | Stephan Bergmann |
2012-09-28 | fdo#54940 - make editing relative refs more intuitive to me | Michael Meeks |
2012-09-26 | don't access out of bound array index, fdo#55022 | Markus Mohrhard |
2012-09-25 | Use this flag to make the compiler warning go away. | Kohei Yoshida |
2012-09-25 | Support opcodes 101 through 111 in SUBTOTAL. | Kohei Yoshida |
2012-09-25 | workaround broken uno implementation with ScRangeList in ScCellRangeObj | Markus Mohrhard |
2012-09-24 | kill O(N^2) algorithm generating cond format render information, fdo#54396 | Markus Mohrhard |
2012-09-23 | bool to sal_Bool for rtl::OUStringBuffer::append | Markus Mohrhard |
2012-09-23 | WaE unused parameter | Markus Mohrhard |
2012-09-23 | SCCOL and SCTAB to sal_Int32 | Markus Mohrhard |
2012-09-23 | int to sal_Int32 | Markus Mohrhard |
2012-09-23 | improve the dump code for cond formats | Markus Mohrhard |
2012-09-22 | some more fixes for ScRangeList::DeleteArea | Markus Mohrhard |
2012-09-21 | Fixed all discovered errors and extra unit tests to cover them. | Kohei Yoshida |
2012-09-21 | Improve readability. | Kohei Yoshida |
2012-09-21 | fix problem in ScRangeList::UpdateReference when deleting one row/col | Markus Mohrhard |
2012-09-20 | Use scoped_ptr instead of deprecated auto_ptr | Stephan Bergmann |
2012-09-20 | xlsx fix cyclic referenced defined names partially fixes bnc#780296 bnc#781166 | Noel Power |
2012-09-19 | use correct cell for broadcasting, fdo#55059 | Markus Mohrhard |
2012-09-18 | Some cleanups. | Kohei Yoshida |
2012-09-18 | rows with cond formats don't have empty background, fdo#54661, fdo#52535 | Markus Mohrhard |
2012-09-18 | shrink to used area for duplicate codn format, fdo#54349 | Markus Mohrhard |
2012-09-18 | WaE: calm android tinderboxen | Michael Meeks |
2012-09-18 | broadcaster cells are empty, fdo#54553 | Markus Mohrhard |
2012-09-18 | Use mdds::flat_segment_tree to store row flags. | Kohei Yoshida |
2012-09-18 | Do the same for the no-parameter variant of fillTable(). | Kohei Yoshida |
2012-09-18 | Refactor fillTable (3-param variant) to skip trailing empty rows. | Kohei Yoshida |
2012-09-18 | Determine data size in cache that doesn't include trailing empty rows. | Kohei Yoshida |
2012-09-18 | Reduce indentation by early bailout. | Kohei Yoshida |