summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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
2014-09-22Resolves: fdo#84057 Localized string is truncatedCaolán McNamara
2014-09-22WaE: -Wodr, two different ScVisAreaChanged classesCaolán McNamara
2014-09-21Related fdo#80538 Re-adding toolbar separatorsYousuf Philips
2014-09-21(fdo#78826) HIG: add missing colons in optformulaAdolfo Jayme Barrientos
2014-09-19Move this header file to a better place.Kohei Yoshida
2014-09-19fdo#84009: Adjust the test case to catch this.Kohei Yoshida
2014-09-19fdo#84009: Be sure to update the sheet index when moving the sort range.Kohei Yoshida
2014-09-18fdo#83764: Write test for this.Kohei Yoshida
2014-09-18Move all sort related unit tests to separate source file.Kohei Yoshida
2014-09-18fdo#83764: Ensure that the row position is below MAXROW.Kohei Yoshida
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-17Typo: excatly->exactlyJulien Nabet
2014-09-17WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist
2014-09-17bnc#592918: Display data description in pivot table.Kohei Yoshida
2014-09-17Another Windows build fix - too much C++11 for MSVC 2012...Jan Holesovsky
2014-09-17SFX_ITEM_SET to SfxItemState::SETTomaž Vajngerl
2014-09-17Remove redundant class SvxLineColorToolBoxControlKrisztian Pinter
2014-09-17Make it easier to add new color attributes to GetDocColorsKrisztian Pinter
2014-09-17Add loading document colors to CalcKrisztian Pinter
2014-09-16sc: adjust tab height a bitTomaž Vajngerl
2014-09-16fdo#81264 Calc is not accessible to screen readers if sheet is modified [a11y]Niklas Johansson
2014-09-15sc: sal_Bool -> boolStephan Bergmann
2014-09-15ScVbaPane apparently does not inherit XHelperInterfaceStephan Bergmann
2014-09-15cppcheck: unpreciseMathCallJulien Nabet
2014-09-14Resolves: fdo#83633 remove additional ++iCaolán McNamara
2014-09-12sc: enable threaded sheet loading un-conditionally.Michael Meeks
2014-09-12well enabling optimizations with SunStudio is just asking for trouble...Michael Stahl
2014-09-12sc: remove optimization disabling workaround for GCC 4.5 bugMichael Stahl
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-11reject invalid dbase files with 0 len db_slng right at the startCaolán McNamara
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann
2014-09-10create a regression test for loading lotus wks documentsCaolán McNamara
2014-09-10refactor lotus wks importer to remove globalsCaolán McNamara
2014-09-10callcatcher: update unused codeCaolán McNamara
2014-09-09semibold->boldCaolán McNamara
2014-09-09fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-09-09fdo#80098 make header of Search Result dialog localizableAndras Timar
2014-09-09fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-09-08spurious warning C4189 local variable initialized but not referencedMichael Stahl
2014-09-08Keep files of failing tests aroundStephan Bergmann
2014-09-08coverity#708008 Uninitialized scalar fieldCaolán McNamara
2014-09-08Related #82088: removed last css aliases in hxxStefan Weiberg