summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2017-03-06The 'fLockObj' field of an 'ObjProtect' MUST be 0x0001 says the specTor Lillqvist
2017-03-06The 'reserved1' bit of a 'Formula' MUST be zero according to current specTor Lillqvist
2017-03-06Set the 'unused2' bit of 'Font' to 1 iff 'uls' is greater than 0 per specTor Lillqvist
2017-03-06Check for divide by 0 in Calc function NPER.Winfried Donkers
2017-03-06Add constraint and divide by 0 check for Calc function RRI.Winfried Donkers
2017-03-06Check for divide by zero in Calc function SLN.Winfried Donkers
2017-03-06tdf#106236 Check for all constraints with Calc function PDURATION.Winfried Donkers
2017-03-06tdf#106210 Apply correct constraint for calc function EFFECTIVE.Winfried Donkers
2017-03-06convert SdrTextAniKind to scoped enumNoel Grandin
2017-03-06make use of the SfxItemSet::GetItem<T> methodNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-03-03tdf#42982 improve error reporting in sc unoobjAlex P
2017-03-03tdf#95612: Print preview: page numbering starts with 1 (not 0)Katarina Behrens
2017-03-03drop SvxNumType and rename SvxExtNumType->SvxNumTypeNoel Grandin
2017-03-03tdf#90856 Hide "Format Area" command for line objects in CalcGulsah Kose
2017-03-03LOK: Calc: autocomplete makes view to jump to a different placeMarco Cecchetti
2017-03-03Fix typosAndrea Gelmini
2017-03-03Remove uses of SAL_CONSTEXPR in LIBO_INTERNAL_ONLYStephan Bergmann
2017-03-03convert SfxEnumItem to type-safe template classNoel Grandin
2017-03-02tdf#60874 Set custom HID for Protect Document windowGabor Kelemen
2017-03-02tdf#104117 set template parameter sal_Int64 for randomTomaž Vajngerl
2017-03-02use std::vector::insert when inserting multiple of the same thingNoel Grandin
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin
2017-02-28in decRefAndDestroy() the remaining element must be one and only oneEike Rathke
2017-02-28dissolve() needs to delete head now that it's not a list element anymoreEike Rathke
2017-02-28assert that nullptr captions are not in a listEike Rathke
2017-02-28new loplugin unoanyNoel Grandin
2017-02-28tdf#48140 Replace CellRangeAddress with ScRangeBartosz Kosiorek
2017-02-27move assign() into operator=() and add the relevant bits to copy-ctorEike Rathke
2017-02-27rework ScCaptionPtr to have a distinct head elementEike Rathke
2017-02-27sc: make tabview3 more readableTomaž Vajngerl
2017-02-25xPoolHelper is empty in a clipboard docMarkus Mohrhard
2017-02-24tdf#50916 Allow dynamically increase number of columns according to needsBartosz Kosiorek
2017-02-24adapt comment to realityEike Rathke
2017-02-24grml.. and do that rightEike Rathke
2017-02-24replace a leftover OSL_DEBUG_LEVEL >1Eike Rathke
2017-02-24vector::data seems more natural than &vector::frontCaolán McNamara
2017-02-24a first stab against the note caption ownership messEike Rathke
2017-02-24Remove SC_DPOUT_MAXLEVELS limit in PivotJulien Nabet
2017-02-23All ScAxisPosition values that meAxisPosition can take on are coveredStephan Bergmann
2017-02-22less ugly ClosingClipboardSource()Eike Rathke
2017-02-22lok: these are not always plain asciiPranav Kant
2017-02-22use std::unique_ptrCaolán McNamara
2017-02-22Revert "Fix typos"jan iversen
2017-02-22Fix typosAndrea Gelmini
2017-02-21tdf#105772 apply all ODFF constraints with function SEARCH.Winfried Donkers
2017-02-21tdf#105885 fix incorrect result with CHISQ.DIST.RT.Winfried Donkers
2017-02-21tdf#105937 fix incorrect constraint for Calc function T.DIST.RT.Winfried Donkers
2017-02-21convert writer changes menu to .uiCaolán McNamara
2017-02-21stray fprintfCaolán McNamara