summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-10-31Nonsensical OUString null checkStephan Bergmann1-1/+1
2016-10-31loplugin:countusersofdefaultparams in sc(part1)Noel Grandin30-55/+55
2016-10-31return dialog pointers using VclPtr<>Noel Grandin3-102/+102
2016-10-31This needs to be VclPtr tooJulien Nabet3-3/+3
2016-10-30add LEFT test caseZdeněk Crhonek1-0/+1198
2016-10-30add BETA.INV test caseZdeněk Crhonek1-0/+4357
2016-10-30add LEN test caseZdeněk Crhonek1-0/+1235
2016-10-30add FORECAST.ETS.ADD test caseZdeněk Crhonek1-0/+8456
2016-10-30Let Menu dispose submenusMaxim Monastirsky1-2/+2
2016-10-29add MAXA testcaseZdeněk Crhonek1-0/+5387
2016-10-29convert usages of DPIScalingFactor from int to floatTomaž Vajngerl4-38/+37
2016-10-29add HYPGEOMDIST test caseZdeněk Crhonek1-0/+5087
2016-10-29add LOGINV test caseZdeněk Crhonek1-0/+5279
2016-10-28sc: remove antique reference counting hacks from ScDocumentPoolMichael Stahl4-49/+0
2016-10-28svl: change SfxPoolItem ref-count to sal_uInt32Michael Stahl1-9/+9
2016-10-28tdf#63846 assign macros after VBA project fully loaded.Justin Luth1-0/+3
2016-10-28add MAX test caseZdeněk Crhonek1-0/+5384
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin6-19/+5
2016-10-28these need to be VclPtrsCaolán McNamara3-21/+21
2016-10-28can do this in one stepCaolán McNamara1-2/+1
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara25-82/+148
2016-10-28convert std::unique_ptr<VclAbstractDialog> to VclPtrNoel Grandin1-1/+1
2016-10-28Various loplugin warnings in --enable-telepathyStephan Bergmann3-30/+30
2016-10-27sc: OOXML: range with file ID within quoted sheet name, tdf#103531 relatedEike Rathke1-9/+41
2016-10-27sc: OOXML: actually write both sheet names in external 3D referencesEike Rathke1-1/+1
2016-10-27Resolves: tdf#103531 OOXML: write external file ID within quoted sheet namesEike Rathke1-5/+33
2016-10-27Resolves: tdf#103530 OOXML: pass ExternalLinkInfo compiling named expressionsEike Rathke2-6/+8
2016-10-27remove non-sensical OSL_ENSUREEike Rathke1-2/+0
2016-10-27make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin13-54/+73
2016-10-27trust the size ... tdf#79442 follow-upEike Rathke1-1/+1
2016-10-26init ScUndoRemoveMerge with range, tdf#92117 follow-upEike Rathke3-4/+5
2016-10-26Resolves: tdf#92117 create only one Undo for all UnmergeCells() callsEike Rathke9-58/+130
2016-10-26Better way to silence loplugin:staticmethodsStephan Bergmann1-5/+3
2016-10-26assemble SfxStyleFamilies from more generic resource componentsCaolán McNamara4-31/+46
2016-10-25Keep loplugin:staticmethods happy.Kohei Yoshida1-2/+5
2016-10-25Add configure option --enable-formula-logger to conditionalize it.Kohei Yoshida2-1/+39
2016-10-25Ensure that GroupScope can only be instantiated by FormulaLogger.Kohei Yoshida1-2/+17
2016-10-25LIBO_FORMULA_LOG_FILE env var to specify the log file location.Kohei Yoshida2-7/+42
2016-10-25Write nest levels in case of nested group calculations.Kohei Yoshida2-27/+59
2016-10-25Use a singleton pattern here.Kohei Yoshida3-8/+9
2016-10-25Have the logger instantiate on first use.Kohei Yoshida1-2/+7
2016-10-25Initial take on group formula logging.Kohei Yoshida4-0/+260
2016-10-25tdf#79892: Pass resolved locale to transliterate calls in CalcAron Budea3-6/+10
2016-10-25Resolves: tdf#79442 in OOXML import add external files to LinkManagerEike Rathke3-0/+19
2016-10-25fix buildDavid Tardon1-1/+1
2016-10-25make this cond. to avoid another removalDavid Tardon1-0/+2
2016-10-25restore removed function for umpteenth timeDavid Tardon1-0/+1
2016-10-25tdf#103409: No selection outline displayed when SUM button is clickedHenry Castro4-44/+50
2016-10-25convert conditional format src fragment to .ui and layoutCaolán McNamara9-495/+578
2016-10-24Rename ClearFormulaContext() to make it more representative.Kohei Yoshida7-9/+9