summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara2014-10-067-19/+11
* fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt2014-10-061-1/+0
* fdo#39468 Translate German Comments - sc/source/filter/inc/Christian M. Heller2014-10-0610-157/+157
* coverity#1231669 Unchecked return valueNorbert Thiebaud2014-10-051-1/+1
* coverity#1231670 Unchecked return valueNorbert Thiebaud2014-10-051-1/+1
* related fdo#70998 use plural for Objects/Images optionStanislav Horacek2014-10-053-3/+3
* coverity#704002 Unchecked return valueNorbert Thiebaud2014-10-041-1/+1
* coverity#1242368: Unchecked return valueNorbert Thiebaud2014-10-041-5/+7
* coverity#1242369: Unchecked return valueNorbert Thiebaud2014-10-041-1/+1
* Add menu entry for the "formula to value" feature.Kohei Yoshida2014-10-049-0/+71
* coverity#1242413: logically dead codeNorbert Thiebaud2014-10-041-2/+3
* coverity#124890,1242726 Unused ValueNorbert Thiebaud2014-10-041-1/+0
* coverity#1242818 Unused valueNorbert Thiebaud2014-10-041-2/+0
* coverity#1242771 Unused valueNorbert Thiebaud2014-10-041-1/+0
* coverity#1242781 Unused ValueNorbert Thiebaud2014-10-041-1/+0
* fdo#39468 Translate German Comments - difimp and htmlimpChristian M. Heller2014-10-042-4/+4
* Let's consistently spell OpenCL as 'OpenCL'.Kohei Yoshida2014-10-0311-338/+338
* Let's not omit 'virtual' keyword here.Kohei Yoshida2014-10-031-1/+1
* Make these non-inline.Kohei Yoshida2014-10-032-67/+77
* Run 'beautify' on these files as well.Kohei Yoshida2014-10-032-274/+292
* coverity#1242443 Identical code for different branchesCaolán McNamara2014-10-032-9/+0
* coverity#1242454 Identical code for different branchesCaolán McNamara2014-10-032-9/+0
* coverity#1242431 Explicit null dereferencedCaolán McNamara2014-10-031-4/+7
* coverity#1242477 Dereference null return valueCaolán McNamara2014-10-031-0/+3
* coverity#1242849 Unused valueCaolán McNamara2014-10-031-1/+0
* WaE: private fields 'mnTab' and 'mnCol' are not usedTor Lillqvist2014-10-031-5/+1
* Another test case for this feature.Kohei Yoshida2014-10-022-0/+77
* Write the first test for this formula-to-value feature.Kohei Yoshida2014-10-022-0/+162
* New feature to allow converting formula cells to static values.Kohei Yoshida2014-10-0223-3/+684
* Scope reduction by early bail-out.Kohei Yoshida2014-10-021-31/+31
* Make the coding style consistent with the rest of Calc code.Kohei Yoshida2014-10-021-1100/+1205
* Bin EE_CNTRL_URLSFXEXECUTE which was only set, never testedTor Lillqvist2014-10-022-3/+0
* coverity#1242506 silence Arguments in wrong orderCaolán McNamara2014-10-021-1/+1
* coverity#1130190 'Constant' variable guards dead codeCaolán McNamara2014-10-021-1/+1
* coverity#1242475 no point calling SetText with GetText resultsCaolán McNamara2014-10-021-1/+3
* coverity#1242751 Uninitialized scalar fieldCaolán McNamara2014-10-021-0/+7
* coverity#1242872 Unused valueCaolán McNamara2014-10-021-2/+0
* coverity#1242940 Uninitialized scalar fieldCaolán McNamara2014-10-021-1/+6
* coverity#1242417 Logically dead codeCaolán McNamara2014-10-021-2/+2
* coverity#735819 Unchecked dynamic_castCaolán McNamara2014-10-021-2/+2
* Remove leftover SAL_WNODEPRECATED_DECLARATIONS_PUSH/POPStephan Bergmann2014-10-012-6/+0
* fdo#39468 Translate German Comments - sc/cource/filter/difChristian M. Heller2014-10-011-13/+13
* fdo#39468 Translate German Comments - sc/source/filter/excel/Christian M. Heller2014-10-017-58/+57
* fdo#82577: Handle TimeNoel Grandin2014-10-0126-77/+77
* Replace TSdrObjectPtr with unique_ptr with custom deleterStephan Bergmann2014-10-011-45/+15
* sc: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-3087-484/+312
* sc: ensure global variables in tests are cleared before shutdownMichael Stahl2014-09-3015-0/+42
* sc: lock SolarMutex before calling ScDocument::RemoveUnoObject()Michael Stahl2014-09-3020-0/+102
* fdo#53920 Switch back tab at RefButton closure timeLaurent Balland-Poirier2014-09-302-3/+11
* fdo#82577: Handle PolyPolygonNoel Grandin2014-09-302-6/+6