summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2014-09-29Implement data area size retrieval.Andrzej Hunt3-4/+49
2014-09-29Allow overriding of device for Paint, and use that for Tiles.Andrzej Hunt2-7/+14
2014-09-29Calc: Add tiled rendering device to the paint view.Andrzej Hunt1-0/+13
2014-09-29Render tiles from calc.Andrzej Hunt3-14/+32
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 Bergmann3-13/+5
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 Bergmann1-2/+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 Grandin381-996/+996
2014-09-22WaE: -Wodr, two different ScVisAreaChanged classesCaolán McNamara2-16/+22
2014-09-19Move this header file to a better place.Kohei Yoshida1-0/+37
2014-09-19fdo#84009: Be sure to update the sheet index when moving the sort range.Kohei Yoshida1-0/+1
2014-09-18fdo#83764: Ensure that the row position is below MAXROW.Kohei Yoshida2-3/+11
2014-09-18fdo#82577: Handle FontNoel Grandin52-110/+109
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 Yoshida1-0/+9
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 Pinter3-0/+57
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
2014-09-14Resolves: fdo#83633 remove additional ++iCaolán McNamara1-1/+0
2014-09-12sc: enable threaded sheet loading un-conditionally.Michael Meeks1-5/+1
2014-09-12well enabling optimizations with SunStudio is just asking for trouble...Michael Stahl1-2/+0
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann79-499/+499
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann9-13/+13
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann3-3/+3
2014-09-10refactor lotus wks importer to remove globalsCaolán McNamara21-339/+376
2014-09-10callcatcher: update unused codeCaolán McNamara4-90/+0