summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2014-10-02Another test case for this feature.Kohei Yoshida
2014-10-02Write the first test for this formula-to-value feature.Kohei Yoshida
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: ensure global variables in tests are cleared before shutdownMichael Stahl
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
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-29sc: fix locking in ScXMLConsolidationContextMichael Stahl
2014-09-29MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann
2014-09-29svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-28border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos
2014-09-27fdo#53682 Merge 'Insert Image' and 'Insert Audio/Video' in submenuSamuel Mehrbrodt
2014-09-27fdo#83808 Scale images proportionally by default in CalcSamuel Mehrbrodt
2014-09-26add a RAII class that tries to acquire the SolarMutex and releases itMichael Stahl
2014-09-26fdo#84370 - xlsx threaded import - protect editeng.Michael Meeks
2014-09-26formula: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-26remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin
2014-09-26remove unnecessary casts'sNoel Grandin
2014-09-26remove unnecessary static_cast'sNoel Grandin
2014-09-25editeng: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-25Revert "fdo#73151 Always open Styles&Formatting dialog in the sidebar"Stephan Bergmann
2014-09-25fdo#39468: translationJennifer Liebel
2014-09-24fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt
2014-09-24Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann
2014-09-23fdo#83848 Add GetAddressConvention to RefButtonLaurent Balland-Poirier
2014-09-23fdo#65281 Empty/Not empty doesn't work in columns with date formatDavid Ostrovsky
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin