summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)AuthorFilesLines
2019-05-11remove unused RefEdit/RefButtonCaolán McNamara5-264/+69
2019-05-11weld conditional formattingCaolán McNamara1-1/+1
2019-05-09loplugin:unusedmethodsNoel Grandin4-57/+0
2019-05-09loplugin:unusedfieldsNoel Grandin3-30/+0
2019-05-07weld FormulaDialogCaolán McNamara13-1406/+1267
2019-05-06tdf#42949 Fix IWYU warnings in include/formula/Gabor Kelemen1-0/+1
2019-04-19drop some unneeded includesCaolán McNamara3-3/+3
2019-04-17weld ScTPValidationValue and ScValidationDlgCaolán McNamara1-0/+1
2019-04-10weld ScCorrelationDialogCaolán McNamara2-0/+201
2019-04-10clang-tidy: Fix suspicious catches of WIP unhandled-self-assignment checkTamás Zolnai1-0/+3
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen1-0/+1
2019-03-07log nice exception messages whereever possibleNoel Grandin1-4/+6
2019-02-23loplugin:unusedfields in forms..fpickerNoel Grandin1-6/+0
2019-02-23Resolves: tdf#123477 let array/matrix formula act as ForceArray on callsEike Rathke1-2/+11
2019-02-19tdf#74664 : Adds FOURIER() formulaDennis Francis2-0/+7
2019-01-21o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen1-2/+1
2019-01-16Related: tdf#122301 FREQUENCY() with ForceArrayReturn on callerEike Rathke3-1/+9
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin2-6/+6
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-2/+2
2018-11-28drop some unnecessary includesCaolán McNamara3-3/+0
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-5/+4
2018-11-23convert FormulaDlgMode to scoped enumNoel Grandin1-7/+7
2018-11-17Adapt to C++2a char_tStephan Bergmann2-2/+2
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai1-4/+4
2018-11-09Resolves: tdf#120895 new ParamClass::ReferenceOrRefArray, tdf#58874 relatedEike Rathke3-9/+28
2018-11-07move SvTreeListBox to vclCaolán McNamara4-4/+4
2018-11-06loplugin:collapseif in dbaccess..lotuswordproNoel Grandin1-5/+2
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-7/+3
2018-10-28update old 'interface-requires' comments to <requires> tagCaolán McNamara2-2/+2
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-25Resolves: tdf#113977 implement REGEX() spreadsheet functionEike Rathke1-0/+6
2018-10-23remove all use_action_appearance linesCaolán McNamara2-15/+0
2018-10-20copy and paste errorCaolán McNamara1-1/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-10-17loplugin:staticvar in editeng..frameworkNoel Grandin1-1/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-2/+2
2018-10-15Resolves: tdf#102257 RANDBETWEEN() volatile like RAND(), ScRecalcMode::ALWAYSEike Rathke1-1/+9
2018-10-14drop unnecessary vcl/group.hxx includesCaolán McNamara4-4/+0
2018-10-11Resolves: tdf#90698 catch list (1;2) of non-references as errorEike Rathke1-4/+23
2018-10-10add ScTokenArray::Finalize() to explicitly reduce memory usageLuboš Luňák1-1/+14
2018-10-10avoid usually needless large allocation for formula token arrayLuboš Luňák1-1/+12
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann3-3/+3
2018-10-02make all notebooks scrollable and enable_popupCaolán McNamara1-0/+2
2018-09-28Remove unused ocIndirectXL and ocAddressXLEike Rathke1-2/+1
2018-09-17New loplugin:externalStephan Bergmann3-3/+3
2018-09-08loplugin:simplifyconstruct in filter..frameworkNoel Grandin1-1/+0
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-3/+2
2018-08-16remove mempoolNoel Grandin1-11/+0
2018-08-13loplugin:returnconstant in forms..fpickerNoel Grandin2-9/+2