summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2014-10-07Don't call comphelper::rng::uniform_real_distribution(a,b) with a==bTor Lillqvist
2014-10-06avoid use of ref. to possibly deleted objectDavid Tardon
2014-10-06Resolves: fdo#80101 inserting non-chart as chart -> unhandled exceptionCaolán McNamara
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara
2014-10-06fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt
2014-10-06fdo#39468 Translate German Comments - sc/source/filter/inc/Christian M. Heller
2014-10-05coverity#1231669 Unchecked return valueNorbert Thiebaud
2014-10-05coverity#1231670 Unchecked return valueNorbert Thiebaud
2014-10-05related fdo#70998 use plural for Objects/Images optionStanislav Horacek
2014-10-04coverity#704002 Unchecked return valueNorbert Thiebaud
2014-10-04coverity#1242368: Unchecked return valueNorbert Thiebaud
2014-10-04coverity#1242369: Unchecked return valueNorbert Thiebaud
2014-10-04Add menu entry for the "formula to value" feature.Kohei Yoshida
2014-10-04coverity#1242413: logically dead codeNorbert Thiebaud
2014-10-04coverity#124890,1242726 Unused ValueNorbert Thiebaud
2014-10-04coverity#1242818 Unused valueNorbert Thiebaud
2014-10-04coverity#1242771 Unused valueNorbert Thiebaud
2014-10-04coverity#1242781 Unused ValueNorbert Thiebaud
2014-10-04fdo#39468 Translate German Comments - difimp and htmlimpChristian M. Heller
2014-10-03Let's consistently spell OpenCL as 'OpenCL'.Kohei Yoshida
2014-10-03Let's not omit 'virtual' keyword here.Kohei Yoshida
2014-10-03Make these non-inline.Kohei Yoshida
2014-10-03Run 'beautify' on these files as well.Kohei Yoshida
2014-10-03coverity#1242443 Identical code for different branchesCaolán McNamara
2014-10-03coverity#1242454 Identical code for different branchesCaolán McNamara
2014-10-03coverity#1242431 Explicit null dereferencedCaolán McNamara
2014-10-03coverity#1242477 Dereference null return valueCaolán McNamara
2014-10-03coverity#1242849 Unused valueCaolán McNamara
2014-10-03WaE: private fields 'mnTab' and 'mnCol' are not usedTor Lillqvist
2014-10-02New feature to allow converting formula cells to static values.Kohei Yoshida
2014-10-02Scope reduction by early bail-out.Kohei Yoshida
2014-10-02Make the coding style consistent with the rest of Calc code.Kohei Yoshida
2014-10-02Bin EE_CNTRL_URLSFXEXECUTE which was only set, never testedTor Lillqvist
2014-10-02coverity#1242506 silence Arguments in wrong orderCaolán McNamara
2014-10-02coverity#1130190 'Constant' variable guards dead codeCaolán McNamara
2014-10-02coverity#1242475 no point calling SetText with GetText resultsCaolán McNamara
2014-10-02coverity#1242751 Uninitialized scalar fieldCaolán McNamara
2014-10-02coverity#1242872 Unused valueCaolán McNamara
2014-10-02coverity#1242940 Uninitialized scalar fieldCaolán McNamara
2014-10-02coverity#1242417 Logically dead codeCaolán McNamara
2014-10-02coverity#735819 Unchecked dynamic_castCaolán McNamara
2014-10-01Remove leftover SAL_WNODEPRECATED_DECLARATIONS_PUSH/POPStephan Bergmann
2014-10-01fdo#39468 Translate German Comments - sc/cource/filter/difChristian M. Heller
2014-10-01fdo#39468 Translate German Comments - sc/source/filter/excel/Christian M. Heller
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-10-01Replace TSdrObjectPtr with unique_ptr with custom deleterStephan Bergmann
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-30sc: lock SolarMutex before calling ScDocument::RemoveUnoObject()Michael Stahl
2014-09-30fdo#53920 Switch back tab at RefButton closure timeLaurent Balland-Poirier
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin