summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unnecessaryvirtualNoel Grandin2016-11-031-1/+1
* tdf#103633 avoid segfault in a11yDavid Tardon2016-11-031-2/+2
* remove unused BiffInputStreamNoel Grandin2016-11-0346-886/+18
* merge ScBiffReader and ScQProReaderNoel Grandin2016-11-035-155/+69
* unit test for tdf#99291, empty array elements match 0.0, not emptyEike Rathke2016-11-021-0/+24
* loplugin:singlevalfieldsNoel Grandin2016-11-025-15/+6
* style fixes for cppcheck noExplicitConstructorJochen Nitschke2016-11-016-6/+6
* loplugin:oncevar in sal..scriptingNoel Grandin2016-11-0113-77/+40
* cppcheck unreadVariable: nModifiedJochen Nitschke2016-11-011-3/+0
* Omit the default comparator for std::sort()Takeshi Abe2016-11-011-5/+2
* Resolves: tdf#99291 empty array element should not match empty cellEike Rathke2016-10-311-3/+3
* Resolves: tdf#64001 exclude "boolean" value cells from increment during FillEike Rathke2016-10-311-4/+41
* don't loop uint16 against sizeEike Rathke2016-10-311-4/+4
* Nonsensical OUString null checkStephan Bergmann2016-10-311-1/+1
* loplugin:countusersofdefaultparams in sc(part1)Noel Grandin2016-10-3130-55/+55
* return dialog pointers using VclPtr<>Noel Grandin2016-10-313-102/+102
* This needs to be VclPtr tooJulien Nabet2016-10-313-3/+3
* add LEFT test caseZdeněk Crhonek2016-10-301-0/+1198
* add BETA.INV test caseZdeněk Crhonek2016-10-301-0/+4357
* add LEN test caseZdeněk Crhonek2016-10-301-0/+1235
* add FORECAST.ETS.ADD test caseZdeněk Crhonek2016-10-301-0/+8456
* Let Menu dispose submenusMaxim Monastirsky2016-10-301-2/+2
* add MAXA testcaseZdeněk Crhonek2016-10-291-0/+5387
* convert usages of DPIScalingFactor from int to floatTomaž Vajngerl2016-10-294-38/+37
* add HYPGEOMDIST test caseZdeněk Crhonek2016-10-291-0/+5087
* add LOGINV test caseZdeněk Crhonek2016-10-291-0/+5279
* sc: remove antique reference counting hacks from ScDocumentPoolMichael Stahl2016-10-284-49/+0
* svl: change SfxPoolItem ref-count to sal_uInt32Michael Stahl2016-10-281-9/+9
* tdf#63846 assign macros after VBA project fully loaded.Justin Luth2016-10-281-0/+3
* add MAX test caseZdeněk Crhonek2016-10-281-0/+5384
* update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin2016-10-286-19/+5
* these need to be VclPtrsCaolán McNamara2016-10-283-21/+21
* can do this in one stepCaolán McNamara2016-10-281-2/+1
* ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara2016-10-2825-82/+148
* convert std::unique_ptr<VclAbstractDialog> to VclPtrNoel Grandin2016-10-281-1/+1
* Various loplugin warnings in --enable-telepathyStephan Bergmann2016-10-283-30/+30
* sc: OOXML: range with file ID within quoted sheet name, tdf#103531 relatedEike Rathke2016-10-271-9/+41
* sc: OOXML: actually write both sheet names in external 3D referencesEike Rathke2016-10-271-1/+1
* Resolves: tdf#103531 OOXML: write external file ID within quoted sheet namesEike Rathke2016-10-271-5/+33
* Resolves: tdf#103530 OOXML: pass ExternalLinkInfo compiling named expressionsEike Rathke2016-10-272-6/+8
* remove non-sensical OSL_ENSUREEike Rathke2016-10-271-2/+0
* make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin2016-10-2713-54/+73
* trust the size ... tdf#79442 follow-upEike Rathke2016-10-271-1/+1
* init ScUndoRemoveMerge with range, tdf#92117 follow-upEike Rathke2016-10-263-4/+5
* Resolves: tdf#92117 create only one Undo for all UnmergeCells() callsEike Rathke2016-10-269-58/+130
* Better way to silence loplugin:staticmethodsStephan Bergmann2016-10-261-5/+3
* assemble SfxStyleFamilies from more generic resource componentsCaolán McNamara2016-10-264-31/+46
* Keep loplugin:staticmethods happy.Kohei Yoshida2016-10-251-2/+5
* Add configure option --enable-formula-logger to conditionalize it.Kohei Yoshida2016-10-252-1/+39
* Ensure that GroupScope can only be instantiated by FormulaLogger.Kohei Yoshida2016-10-251-2/+17