summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara7-19/+11
2014-10-06fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt1-1/+0
2014-10-06fdo#39468 Translate German Comments - sc/source/filter/inc/Christian M. Heller10-157/+157
2014-10-05coverity#1231669 Unchecked return valueNorbert Thiebaud1-1/+1
2014-10-05coverity#1231670 Unchecked return valueNorbert Thiebaud1-1/+1
2014-10-05related fdo#70998 use plural for Objects/Images optionStanislav Horacek3-3/+3
2014-10-04coverity#704002 Unchecked return valueNorbert Thiebaud1-1/+1
2014-10-04coverity#1242368: Unchecked return valueNorbert Thiebaud1-5/+7
2014-10-04coverity#1242369: Unchecked return valueNorbert Thiebaud1-1/+1
2014-10-04Add menu entry for the "formula to value" feature.Kohei Yoshida9-0/+71
2014-10-04coverity#1242413: logically dead codeNorbert Thiebaud1-2/+3
2014-10-04coverity#124890,1242726 Unused ValueNorbert Thiebaud1-1/+0
2014-10-04coverity#1242818 Unused valueNorbert Thiebaud1-2/+0
2014-10-04coverity#1242771 Unused valueNorbert Thiebaud1-1/+0
2014-10-04coverity#1242781 Unused ValueNorbert Thiebaud1-1/+0
2014-10-04fdo#39468 Translate German Comments - difimp and htmlimpChristian M. Heller2-4/+4
2014-10-03Let's consistently spell OpenCL as 'OpenCL'.Kohei Yoshida11-338/+338
2014-10-03Let's not omit 'virtual' keyword here.Kohei Yoshida1-1/+1
2014-10-03Make these non-inline.Kohei Yoshida2-67/+77
2014-10-03Run 'beautify' on these files as well.Kohei Yoshida2-274/+292
2014-10-03coverity#1242443 Identical code for different branchesCaolán McNamara2-9/+0
2014-10-03coverity#1242454 Identical code for different branchesCaolán McNamara2-9/+0
2014-10-03coverity#1242431 Explicit null dereferencedCaolán McNamara1-4/+7
2014-10-03coverity#1242477 Dereference null return valueCaolán McNamara1-0/+3
2014-10-03coverity#1242849 Unused valueCaolán McNamara1-1/+0
2014-10-03WaE: private fields 'mnTab' and 'mnCol' are not usedTor Lillqvist1-5/+1
2014-10-02Another test case for this feature.Kohei Yoshida2-0/+77
2014-10-02Write the first test for this formula-to-value feature.Kohei Yoshida2-0/+162
2014-10-02New feature to allow converting formula cells to static values.Kohei Yoshida23-3/+684
2014-10-02Scope reduction by early bail-out.Kohei Yoshida1-31/+31
2014-10-02Make the coding style consistent with the rest of Calc code.Kohei Yoshida1-1100/+1205
2014-10-02Bin EE_CNTRL_URLSFXEXECUTE which was only set, never testedTor Lillqvist2-3/+0
2014-10-02coverity#1242506 silence Arguments in wrong orderCaolán McNamara1-1/+1
2014-10-02coverity#1130190 'Constant' variable guards dead codeCaolán McNamara1-1/+1
2014-10-02coverity#1242475 no point calling SetText with GetText resultsCaolán McNamara1-1/+3
2014-10-02coverity#1242751 Uninitialized scalar fieldCaolán McNamara1-0/+7
2014-10-02coverity#1242872 Unused valueCaolán McNamara1-2/+0
2014-10-02coverity#1242940 Uninitialized scalar fieldCaolán McNamara1-1/+6
2014-10-02coverity#1242417 Logically dead codeCaolán McNamara1-2/+2
2014-10-02coverity#735819 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-10-01Remove leftover SAL_WNODEPRECATED_DECLARATIONS_PUSH/POPStephan Bergmann2-6/+0
2014-10-01fdo#39468 Translate German Comments - sc/cource/filter/difChristian M. Heller1-13/+13
2014-10-01fdo#39468 Translate German Comments - sc/source/filter/excel/Christian M. Heller7-58/+57
2014-10-01fdo#82577: Handle TimeNoel Grandin26-77/+77
2014-10-01Replace TSdrObjectPtr with unique_ptr with custom deleterStephan Bergmann1-45/+15
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann87-484/+312
2014-09-30sc: ensure global variables in tests are cleared before shutdownMichael Stahl15-0/+42
2014-09-30sc: lock SolarMutex before calling ScDocument::RemoveUnoObject()Michael Stahl20-0/+102
2014-09-30fdo#53920 Switch back tab at RefButton closure timeLaurent Balland-Poirier2-3/+11
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin2-6/+6