Age | Commit message (Expand) | Author |
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 |
2012-09-17 | hopefully a corect way to deal with deleting rows and cols, fdo#54842 | Markus Mohrhard |
2012-09-17 | Help compilers with explicit template argument. | Stephan Bergmann |
2012-09-17 | don't use delete with remove_if, related fdo#54498 | Markus Mohrhard |
2012-09-17 | don't delete ranges in ScRangeList::UpdateReference, fdo#54498 | Markus Mohrhard |
2012-09-17 | update unused code list | Caolán McNamara |
2012-09-17 | XubString->OUString | Caolán McNamara |
2012-09-17 | fix ScRangeList::DeleteArea for the 4 ranges case | Markus Mohrhard |
2012-09-16 | only delete cond formats when attributes are deleted, fdo#54748 | Markus Mohrhard |
2012-09-14 | don't add old cond formats if new ones are already loaded, fdo#54749 | Markus Mohrhard |
2012-09-14 | Improvement on previous commit, UCB clean up | Stephan Bergmann |
2012-09-13 | Let's just remove this. | Kohei Yoshida |
2012-09-13 | Fix the order of template arguments. | Kohei Yoshida |
2012-09-13 | targetted container_controls rework. | Noel Power |
2012-09-12 | targetted VBA re-work. | Noel Power |
2012-09-12 | Improvement on previous commit | Stephan Bergmann |
2012-09-12 | fdo#46808, Adapt xml::dom::SAXDocumentBuilderr UNO service to new style | Noel Grandin |
2012-09-11 | -Werror,-Wunused-private-field (various sc) | Stephan Bergmann |
2012-09-11 | -Werror,-Wunused-value | Stephan Bergmann |
2012-09-11 | warning C4805: '!=': unsafe mix of type 'bool' and type 'sal_Bool' | Stephan Bergmann |
2012-09-10 | Resolves: fdo#44925 list box contents should be same direction as sheet | Manal Alhassoun |