summaryrefslogtreecommitdiff
path: root/formula/source/ui
AgeCommit message (Expand)AuthorFilesLines
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-3/+2
2018-08-13loplugin:returnconstant in forms..fpickerNoel Grandin1-3/+2
2018-07-30Add missing sal/log.hxx headersGabor Kelemen2-0/+2
2018-07-18loplugin:mergeclasses merge IFormulaToken into FormulaTokenNoel Grandin2-14/+15
2018-06-26More Implicit intersection computationDennis Francis1-0/+2
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-05-18tdf#116511: Drop questionable check for more keyboard inputTor Lillqvist1-23/+15
2018-05-17loplugin:unusedfields in formula..registryNoel Grandin1-10/+8
2018-04-11new loplugin:unusedvariablemoreNoel Grandin1-3/+0
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-2/+2
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-20Avoid creating a compiler for matrix check if there is no matrix supportEike Rathke1-5/+4
2018-03-20Resolves: tdf#116468 do not check array/matrix context for reportdesignEike Rathke1-10/+19
2018-03-17Use for-range loops in embeddedobj, embedserv and formulaJulien Nabet1-7/+3
2018-03-06Resolves: tdf#116215 fewer array of references cases, tdf#58874 relatedEike Rathke1-0/+1
2018-03-01drop old tools/gen methods in accessibility..formulaNoel Grandin1-1/+1
2018-02-26use less RGB_COLORDATANoel Grandin1-1/+1
2018-02-16Revert "loplugin:changetoolsgen in filter..framework" and reapply pluginNoel Grandin1-1/+1
2018-02-14loplugin:changetoolsgen in filter..frameworkNoel Grandin1-1/+1
2018-01-15More loplugin:cstylecast: formulaStephan Bergmann1-1/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-2/+2
2018-01-12More loplugin:cstylecast: formulaStephan Bergmann3-9/+9
2017-12-08loplugin:salcall vcl builder methodsNoel Grandin1-1/+1
2017-11-02loplugin:finalclasses in formsNoel Grandin3-9/+3
2017-10-26vcl: make MapMode constructor explicitMichael Stahl3-3/+3
2017-10-23loplugin:includeform: formulaStephan Bergmann9-30/+30
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt1-1/+1
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-3/+3
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-1/+1
2017-09-11clang-tidy modernize-use-emplace in editeng..frameworkNoel Grandin1-3/+3
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-1/+1
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara11-241/+9
2017-08-01move resmgr to unotoolsCaolán McNamara2-2/+2
2017-07-31loplugin:constparams in formula,xmlhelpNoel Grandin1-4/+4
2017-07-26loplugin:unusedfieldsNoel Grandin1-4/+0
2017-07-21de-hrc various thingsCaolán McNamara2-25/+4
2017-07-21migrate to boost::gettextCaolán McNamara11-171/+21
2017-07-16FormulaDlg_Impl::UpdateValues: evaluate in force-array context if presentEike Rathke1-4/+22
2017-07-14Turn m_nEdFocus into local variable, it's not read elsewhereEike Rathke1-6/+3
2017-07-14Prefix member variables with m_Eike Rathke1-254/+252
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski2-3/+0
2017-07-13loplugin:oncevar: empty strings: formulaStephan Bergmann1-2/+1
2017-07-11Buy some newlinesEike Rathke1-0/+13
2017-07-11Use proper non-/array context to calculate Structure treeEike Rathke1-7/+41
2017-07-11Revert "loplugin:casttovoid"Eike Rathke1-1/+2
2017-07-11Instanciate FormulaCompiler using createCompiler()Eike Rathke1-4/+4
2017-07-11loplugin:casttovoidStephan Bergmann1-2/+1
2017-07-10FormulaDlg_Impl::MakeTree: pass down current function/operator tokenEike Rathke1-7/+10
2017-07-10Spaces are cheap ... and really help to read codeEike Rathke1-92/+92