Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-25 | unused code in dociter | Jose Manuel | |
2012-04-25 | callcatcher: remove freshly unused code | Caolán McNamara | |
2012-04-24 | Remove unused code in sc. | Santiago Martinez | |
2012-04-24 | Remove unused code in dpitemdata. | Santiago Martinez | |
2012-04-23 | Remove unused code | Ferran Vidal | |
2012-04-23 | only update absolute refs when copying between docs, fdo#48482 | Markus Mohrhard | |
The copy/paste formulas code is getting a bit complex. I will try to write some test cases for it. | |||
2012-04-21 | Remove unused code from "Spreadsheet application code" | Ferran Vidal | |
2012-04-19 | fdo#48856 update sheet-local named expressions correctly | Eike Rathke | |
* Named expression must be updated before any formulas that would access them. * Handle all ocName tokens differentiating between global and sheet-local names. | |||
2012-04-19 | update relative local range names, fdo#48856 | Markus Mohrhard | |
2012-04-19 | Revert "do not include contents of huge sc/sd/sw libs into tiny unittests" | Luboš Luňák | |
The need to export symbols for tests is apparently not considered worth the big extra disk space. This reverts commit 69d46dd7a6adfffd71da055bb65108c80d27395f. Conflicts: sd/CppunitTest_sd_uimpress.mk sw/CppunitTest_sw_swdoc_test.mk | |||
2012-04-18 | This is no longer relevant. Removing. | Kohei Yoshida | |
2012-04-18 | Use global constants for initial tab count bounds checking | Albert Thuswaldner | |
2012-04-18 | Removed duplicate set/get methods for initial tab count | Albert Thuswaldner | |
2012-04-17 | Converting UNO calls to direct in WorkbookHelper | Daniel Bankston | |
2012-04-17 | Have operators of ScViewOptions and ScPrintOptions return bool instead of int | Albert Thuswaldner | |
2012-04-17 | enable '*' repeat next char to fill available width for calc num formats | Noel Power | |
but - however no support to import/export this to file format yet | |||
2012-04-16 | remove no longer used enumeration | Markus Mohrhard | |
2012-04-15 | resolved fdo#48731 in CSV import do not strip leading apostrophe | Eike Rathke | |
2012-04-14 | fix orcus to not fiddle with literal strings | Eike Rathke | |
2012-04-13 | Moved ScDefaultsOptions from ScDocOptions to separate class | Albert Thuswaldner | |
2012-04-11 | add unit test for autofill | Markus Mohrhard | |
2012-04-11 | make ScTable::FillSeries work correctly with hidden rows/columns | Markus Mohrhard | |
2012-04-11 | Removing a member that's not used. | Kohei Yoshida | |
2012-04-11 | move ScProgress outside of ScTable::Fill | Markus Mohrhard | |
2012-04-11 | callcatcher: update list | Caolán McNamara | |
2012-04-10 | resolved fdo#48516 use "max columns exceeded" message if appropriate | Eike Rathke | |
In CSV import, instead of SCWARN_IMPORT_RANGE_OVERFLOW use SCWARN_IMPORT_ROW_OVERFLOW and SCWARN_IMPORT_COLUMN_OVERFLOW that already existed, additionally introduced SCWARN_IMPORT_CELL_OVERFLOW if single field data exceeds STRING_MAXLEN. Row overflow takes precedence over column overflow that takes precedence over cell overflow. | |||
2012-04-10 | sal_Bool to bool | Eike Rathke | |
2012-04-10 | Grouping ScFormulaOptions | Albert Thuswaldner | |
2012-04-10 | search for hidden rows/columns and not filtered areas, fdo#48449 | Markus Mohrhard | |
2012-04-10 | Non inline methods of ScFormulaResult. | Kohei Yoshida | |
2012-04-09 | Make this non-inline too; for easier debugging. | Kohei Yoshida | |
2012-04-09 | Removed duplicated methods. | Kohei Yoshida | |
2012-04-09 | Make non-trivial methods non in-line. | Kohei Yoshida | |
2012-04-07 | do not include contents of huge sc/sd/sw libs into tiny unittests | Luboš Luňák | |
This decreases debug build dir size by about 0.5G for gcc and 1G for clang. | |||
2012-04-05 | The real cleanup I meant to commit earlier... | Kohei Yoshida | |
2012-04-05 | Revert "Cleanup. ScPivot(Collection) is no more." | Markus Mohrhard | |
This reverts commit 568d3912bf8ced76ecb9506bccc3bd361daba082. | |||
2012-04-04 | Cleanup. ScPivot(Collection) is no more. | Kohei Yoshida | |
2012-04-04 | fdo#45747 remove the limitation to 3 sort entries in calc part1 | Albert Thuswaldner | |
2012-04-02 | don't include iostream unless you really need it | Caolán McNamara | |
2012-04-01 | first part of border import test | Markus Mohrhard | |
2012-03-31 | revert "remove limitation to 3 sort entries in calc part1" | Markus Mohrhard | |
2012-03-31 | fdo#45747 remove the limitation to 3 sort entries in calc part1 | Albert Thuswaldner | |
2012-03-29 | quick and ugly hack for ScEditableTester in ucalc | Markus Mohrhard | |
Fix this as soon as possible with a clean fix | |||
2012-03-28 | don't use uno when importing styles ( xlsx,xlsm) ) | Noel Power | |
Attempt to move away from uno calls, added AVOID_UNO define in sc/source/filter/inc/workbookhelper.hxx to aid with transition ( AVOID_UNO = 0 runs the old code and uses the uno api ) | |||
2012-03-28 | some performance improvements | Noel Power | |
a) directly access core for creating named ranges ( the import code still uses uno for accessing the named ranges ) b) combine ranges with equal formats so that format can be applied to a multirange ( to avoid multiple uno calls ) | |||
2012-03-28 | Convert tools/table.hxx to std::map in ScChartPositionMap class in SC module | Noel Grandin | |
Along the way, simplify the ScChartPositioner::CreatePositionMap method, it was using a unnecessarily complicated approach to allocating new objects. | |||
2012-03-27 | export all style information to xls/xlsx, fdo#46738 | Markus Mohrhard | |
Fixes that if more than 84 empty but formatted rows at the end of a file have been found the export skipped those rows. | |||
2012-03-26 | sal_Bool -> bool in dociter.[ch]xx | Markus Mohrhard | |
2012-03-24 | ScDPDateGroupHelper class is no more. | Kohei Yoshida | |
2012-03-23 | More on avoiding use of date helper. | Kohei Yoshida | |