summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-30fdo#82577: Handle RegionNoel Grandin12-26/+26
2014-09-29sc: fix locking in ScXMLConsolidationContextMichael Stahl1-2/+2
2014-09-29MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann1-24/+24
2014-09-29svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann1-24/+24
2014-09-28border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos1-1/+1
2014-09-27fdo#53682 Merge 'Insert Image' and 'Insert Audio/Video' in submenuSamuel Mehrbrodt1-1/+1
2014-09-27fdo#83808 Scale images proportionally by default in CalcSamuel Mehrbrodt1-0/+10
2014-09-26add a RAII class that tries to acquire the SolarMutex and releases itMichael Stahl2-8/+4
2014-09-26fdo#84370 - xlsx threaded import - protect editeng.Michael Meeks1-0/+5
2014-09-26formula: std::auto_ptr -> std::unique_ptrStephan Bergmann4-16/+6
2014-09-26remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin5-6/+6
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin2-3/+3
2014-09-26remove unnecessary casts'sNoel Grandin3-13/+13
2014-09-26remove unnecessary static_cast'sNoel Grandin2-3/+3
2014-09-25editeng: std::auto_ptr -> std::unique_ptrStephan Bergmann1-6/+2
2014-09-25Revert "fdo#73151 Always open Styles&Formatting dialog in the sidebar"Stephan Bergmann1-0/+1
2014-09-25fdo#39468: translationJennifer Liebel1-12/+12
2014-09-24fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt1-1/+0
2014-09-24Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann5-12/+31
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann2-3/+5
2014-09-23fdo#83848 Add GetAddressConvention to RefButtonLaurent Balland-Poirier1-1/+1
2014-09-23fdo#65281 Empty/Not empty doesn't work in columns with date formatDavid Ostrovsky1-1/+4
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin393-1067/+1067
2014-09-22Resolves: fdo#84057 Localized string is truncatedCaolán McNamara1-328/+364
2014-09-22WaE: -Wodr, two different ScVisAreaChanged classesCaolán McNamara2-16/+22
2014-09-21Related fdo#80538 Re-adding toolbar separatorsYousuf Philips1-0/+1
2014-09-21(fdo#78826) HIG: add missing colons in optformulaAdolfo Jayme Barrientos1-31/+11
2014-09-19Move this header file to a better place.Kohei Yoshida1-0/+0
2014-09-19fdo#84009: Adjust the test case to catch this.Kohei Yoshida1-8/+10
2014-09-19fdo#84009: Be sure to update the sheet index when moving the sort range.Kohei Yoshida1-0/+1
2014-09-18fdo#83764: Write test for this.Kohei Yoshida2-1/+81
2014-09-18Move all sort related unit tests to separate source file.Kohei Yoshida3-1357/+1386
2014-09-18fdo#83764: Ensure that the row position is below MAXROW.Kohei Yoshida2-3/+11
2014-09-18fdo#82577: Handle FontNoel Grandin54-114/+113
2014-09-17Typo: excatly->exactlyJulien Nabet1-1/+1