summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2016-11-11loplugin:countusersofdefaultparams in sc(part2)Noel Grandin16-24/+22
2016-11-10Refactor ScAttrArray for tdf#50916Dennis Francis3-6/+38
2016-11-10clarify class documentationEike Rathke1-6/+12
2016-11-10Avoid writing to the log for the same group twice.Kohei Yoshida1-1/+4
2016-11-08loplugin:unnecessaryvirtual in sc..scaddinsNoel Grandin3-9/+8
2016-11-08Resolves: tdf#103701 bulk-broadcast the correct hint ID for formula groupsEike Rathke2-2/+2
2016-11-07Revert "Reverts a commit series that cripple windows ci."Caolán McNamara1-1/+1
2016-11-07Fix typos (also in the code)Andrea Gelmini1-1/+1
2016-11-07loplugin:expandablemethods in scNoel Grandin9-30/+0
2016-11-05Reverts a commit series that cripple windows ci.Norbert Thiebaud1-1/+1
2016-11-05Pass the current cell position to conditionally display sheet name.Kohei Yoshida1-6/+13
2016-11-05Log cell range references.Kohei Yoshida1-3/+26
2016-11-05Log single cell references.Kohei Yoshida1-1/+13
2016-11-05Dump the single cell vector reference info to the log.Kohei Yoshida1-0/+11
2016-11-04unify color selectorsCaolán McNamara1-1/+1
2016-11-04bail out early in ScColumn::UpdateSelectionFunction() if nothing is markedEike Rathke1-0/+3
2016-11-03Resolves: tdf#103684 calculate status bar functions across sheetsEike Rathke1-1/+12
2016-10-31return dialog pointers using VclPtr<>Noel Grandin1-34/+34
2016-10-31This needs to be VclPtr tooJulien Nabet1-1/+1
2016-10-28sc: remove antique reference counting hacks from ScDocumentPoolMichael Stahl1-2/+0
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin2-2/+2
2016-10-28these need to be VclPtrsCaolán McNamara1-7/+7
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-1/+68
2016-10-26Resolves: tdf#92117 create only one Undo for all UnmergeCells() callsEike Rathke1-0/+2
2016-10-26Better way to silence loplugin:staticmethodsStephan Bergmann1-5/+3
2016-10-26assemble SfxStyleFamilies from more generic resource componentsCaolán McNamara2-0/+5
2016-10-25Keep loplugin:staticmethods happy.Kohei Yoshida1-2/+5
2016-10-25Add configure option --enable-formula-logger to conditionalize it.Kohei Yoshida1-0/+33
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 Yoshida1-0/+2
2016-10-25Write nest levels in case of nested group calculations.Kohei Yoshida1-2/+6
2016-10-25Use a singleton pattern here.Kohei Yoshida1-0/+2
2016-10-25Initial take on group formula logging.Kohei Yoshida1-0/+68
2016-10-25Resolves: tdf#79442 in OOXML import add external files to LinkManagerEike Rathke1-0/+3
2016-10-25convert conditional format src fragment to .ui and layoutCaolán McNamara1-1/+0
2016-10-24Rename ClearFormulaContext() to make it more representative.Kohei Yoshida1-1/+1
2016-10-24convert ScIconSetFrmtDataEntry to .ui and layoutCaolán McNamara1-2/+0
2016-10-24move STR_CONDITION resource aroundCaolán McNamara1-1/+1
2016-10-24tdf#100517 : Optionally include comment-only columns when sortingDennis Francis4-2/+7
2016-10-24remove unused SfxListener subclassingNoel Grandin1-10/+4
2016-10-20Convert ScConsData into using std::vectorMaarten Bosmans1-27/+7
2016-10-19loplugin:expandablemethodds in scNoel Grandin6-9/+0
2016-10-18tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek1-2/+2
2016-10-18loplugin:unusedmethodsNoel Grandin1-1/+0
2016-10-12Revert "silence gcc4.8 warning"Michael Stahl1-8/+0
2016-10-12Revert "convert MULTILINE constants to scoped enum"Noel Grandin1-3/+5
2016-10-12silence gcc4.8 warningNoel Grandin1-0/+8
2016-10-12gcc4.8 does not seem to like explicit-width-scoped-enum and bitfield memberNoel Grandin1-1/+1
2016-10-12convert SC_MATVAL constants to typed_flags_setNoel Grandin2-16/+20
2016-10-12convert MULTILINE constants to scoped enumNoel Grandin1-5/+3