Age | Commit message (Expand) | Author |
2012-09-28 | convert GetRepeatComment to OUString | Caolán McNamara |
2012-09-28 | convert writer, draw, impress, calc and starmath printer dialogs | Caolán McNamara |
2012-09-28 | having two SetPosSizePixel is a blasted nuisance | Caolán McNamara |
2012-09-28 | fix vell value import from ooxml with array formulas, fdo#54559 | Markus Mohrhard |
2012-09-28 | ooxml spec allow ext ref to non existent entry, fdo#54558 | Markus Mohrhard |
2012-09-27 | fdo#46808, Adapt sdb::DatabaseContext UNO service to new style | Noel Grandin |
2012-09-26 | don't access out of bound array index, fdo#55022 | Markus Mohrhard |
2012-09-26 | unusedcode: more removing | Matúš Kukan |
2012-09-26 | don't let numforats in dxf entries clobber global number formats & update test | Noel Power |
2012-09-25 | Use this flag to make the compiler warning go away. | Kohei Yoshida |
2012-09-25 | Leave the formula cell dirty when a cached result is not given. | 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-25 | replace remaining InterlockedCount() with inlined version | Norbert Thiebaud |
2012-09-24 | kill O(N^2) algorithm generating cond format render information, fdo#54396 | Markus Mohrhard |
2012-09-24 | fix parent style import xlsx fdo#55198 | Noel Power |
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-23 | fix another problem in dxf export | Markus Mohrhard |
2012-09-23 | correctly export number formats in conditional format export to xlsx | 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-22 | set conditional format range for xls import, fdo#54555 | Markus Mohrhard |
2012-09-21 | fix problem in ScRangeList::UpdateReference when deleting one row/col | Markus Mohrhard |
2012-09-20 | unusedcode: vbafoundfiles.?xx and XFoundFiles.idl | Matúš Kukan |
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-20 | Add some static goodness here, too | Tor Lillqvist |
2012-09-19 | use correct cell for broadcasting, fdo#55059 | Markus Mohrhard |
2012-09-19 | ComponentContext::getUnoContext -> getComponentContext simplification | Stephan Bergmann |
2012-09-19 | tabs to spaces + whitespace clean-up | Markus Mohrhard |
2012-09-19 | import values and formulas from lotus-123, fdo#55066 | Markus Mohrhard |
2012-09-19 | tabs to spaces | Markus Mohrhard |
2012-09-18 | Some cleanups. | Kohei Yoshida |
2012-09-18 | adapt xls import of borders to new border drawing code, fdo#53287 | Markus Mohrhard |
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 light red as error color | 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 |
2012-09-18 | use the typedefs in ScRangeList | Markus Mohrhard |