summaryrefslogtreecommitdiffstats
path: root/formula
Commit message (Expand)AuthorAgeFilesLines
* use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin2018-12-102-6/+6
* tdf#116511: Drop questionable check for more keyboard inputTor Lillqvist2018-05-231-23/+15
* Resolves: tdf#116468 do not check array/matrix context for reportdesignEike Rathke2018-03-261-10/+19
* Resolves: tdf#116100 fewer array of references cases, tdf#58874 relatedEike Rathke2018-03-262-1/+6
* lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky2018-03-201-2/+1
* Assert also new FormulaToken::SetDoubleType() virtual dummyEike Rathke2017-11-211-1/+1
* cache FormulaToken for doublesDennis Francis2017-11-211-0/+10
* Assert all FormulaToken::Set...() virtual dummy methodsEike Rathke2017-11-151-9/+10
* loplugin:finalclasses in formsNoel Grandin2017-11-023-9/+3
* vcl: make MapMode constructor explicitMichael Stahl2017-10-263-3/+3
* loplugin:includeform: formulaStephan Bergmann2017-10-2316-49/+49
* turn implicit container explicit in buildable notebooksCaolán McNamara2017-10-171-3/+27
* Tone down excessive directional chars in Back/Next buttonsAdolfo Jayme Barrientos2017-10-021-2/+2
* Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt2017-09-251-1/+1
* Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt2017-09-211-3/+3
* Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt2017-09-211-1/+1
* clang-tidy modernize-use-emplace in editeng..frameworkNoel Grandin2017-09-111-3/+3
* tdf#107135 Add missing ODFF function SEARCHB.Winfried Donkers2017-09-071-0/+6
* convert std::map::insert to std::map::emplace IINoel Grandin2017-08-111-1/+1
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-111-7/+7
* normalize resource locale ctor construction mechanismsCaolán McNamara2017-08-0216-351/+21
* move resmgr to unotoolsCaolán McNamara2017-08-014-7/+5
* loplugin:constparams in formula,xmlhelpNoel Grandin2017-07-312-6/+6
* loplugin:constparams handle constructorsNoel Grandin2017-07-281-1/+1
* loplugin:unusedfieldsNoel Grandin2017-07-261-4/+0
* tdf#107135 Add missing ODFF function FINDB.Winfried Donkers2017-07-251-0/+6
* give formula .uis their translation domainCaolán McNamara2017-07-214-4/+4
* de-hrc various thingsCaolán McNamara2017-07-214-27/+6
* migrate to boost::gettextCaolán McNamara2017-07-2126-3005/+2804
* Resolves: tdf#104186 spaces between function name and ( not allowed in OOXMLEike Rathke2017-07-171-6/+22
* FormulaDlg_Impl::UpdateValues: evaluate in force-array context if presentEike Rathke2017-07-161-4/+22
* Turn m_nEdFocus into local variable, it's not read elsewhereEike Rathke2017-07-141-6/+3
* Prefix member variables with m_Eike Rathke2017-07-141-254/+252
* Reorganize Scheduler priority classesJan-Marek Glogowski2017-07-132-3/+0
* loplugin:oncevar: empty strings: formulaStephan Bergmann2017-07-131-2/+1
* Buy some newlinesEike Rathke2017-07-111-0/+13
* Use proper non-/array context to calculate Structure treeEike Rathke2017-07-111-7/+41
* Revert "loplugin:casttovoid"Eike Rathke2017-07-111-1/+2
* Instanciate FormulaCompiler using createCompiler()Eike Rathke2017-07-111-4/+4
* loplugin:casttovoidStephan Bergmann2017-07-111-2/+1
* FormulaDlg_Impl::MakeTree: pass down current function/operator tokenEike Rathke2017-07-101-7/+10
* tdf#107135, add missing ODFF function REPLACEB.Winfried Donkers2017-07-101-0/+6
* Spaces are cheap ... and really help to read codeEike Rathke2017-07-101-92/+92
* Buy more spaces, and newlines evenEike Rathke2017-07-101-140/+146
* Buy some spacesEike Rathke2017-07-101-16/+16
* Use const (I)FormulaToken* where possibleEike Rathke2017-07-103-16/+18
* Make that debuggable despite AnyInput() pendingEike Rathke2017-07-051-1/+4
* Replace a "not ideal coding" ...Eike Rathke2017-07-051-2/+4
* Set error on more than max params (255) per functionEike Rathke2017-07-041-2/+6
* Move definition of VAR_ARGS and PAIRED_VAR_ARGS to formula/funcvarargs.hEike Rathke2017-07-041-2/+1