summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-17WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist1-1/+1
2014-09-17bnc#592918: Display data description in pivot table.Kohei Yoshida2-26/+35
2014-09-17Another Windows build fix - too much C++11 for MSVC 2012...Jan Holesovsky1-9/+15
2014-09-17SFX_ITEM_SET to SfxItemState::SETTomaž Vajngerl1-1/+1
2014-09-17Remove redundant class SvxLineColorToolBoxControlKrisztian Pinter1-1/+1
2014-09-17Make it easier to add new color attributes to GetDocColorsKrisztian Pinter1-2/+3
2014-09-17Add loading document colors to CalcKrisztian Pinter4-0/+59
2014-09-16sc: adjust tab height a bitTomaž Vajngerl1-3/+5
2014-09-16fdo#81264 Calc is not accessible to screen readers if sheet is modified [a11y]Niklas Johansson1-0/+1
2014-09-15sc: sal_Bool -> boolStephan Bergmann6-7/+7
2014-09-15ScVbaPane apparently does not inherit XHelperInterfaceStephan Bergmann2-12/+10
2014-09-15cppcheck: unpreciseMathCallJulien Nabet2-5/+7