summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2017-03-08let ScNoteUtil::CreateTempCaption() return ScCaptionPtrEike Rathke
2017-03-08Re-introduce a check I dropped in 7ceda09f6780c954fedc49764d5457aa2616b39aTor Lillqvist
2017-03-08convert SvxShadowLocation to scoped enumNoel Grandin
2017-03-08convert SvxAdjust to scoped enumNoel Grandin
2017-03-08tdf#91222 VclBuilder constructor cleanupJulien Nabet
2017-03-07coverity#1401471 implement move assignment and move ctor at ScCaptionPtrEike Rathke
2017-03-08A 'CondFmt' record can have a maximum of three CF records following (eek)Tor Lillqvist
2017-03-08Make sure that the 'stAuthor' field of a 'NoteSh' structure filfills the specTor Lillqvist
2017-03-08Write the 'FtNts' subrecord of 'Obj' when necessaryTor Lillqvist
2017-03-08It's SetSliceSize, not SetSliceLenTor Lillqvist
2017-03-07tdf#50916 Simplify and refactor source codeBartosz Kosiorek
2017-03-07Resolves: tdf#106385 don't release ScCaptionPtr too earlyEike Rathke
2017-03-07loplugin:loopvartoosmallStephan Bergmann
2017-03-07tdf#101904 Fix Date deleting in SCalcJean-Sebastien Bevilacqua
2017-03-07Follow up of commit 055c8cc676921176e2b9df76bd0e09bacab1d80bWinfried Donkers
2017-03-07Use symbolic constants instead of hardcoded numbersTor Lillqvist
2017-03-07a size is a sizeEike Rathke
2017-03-07Resolves: tdf#102777 broadcast SC_TAB_INSERTED when inserting scenarioEike Rathke
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-03remove unused CreateDefault methodsNoel 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-02Tests for "Precision as shown" following tdf#105657 tdf#106052Laurent Balland-Poirier
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-02add test for own basic functionZdeněk Crhonek
2017-03-01add T.INV test caseZdeněk Crhonek
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