summaryrefslogtreecommitdiffstats
path: root/formula
Commit message (Expand)AuthorAgeFilesLines
* 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
* loplugin:unusedfields in formulaNoel Grandin2017-07-045-28/+3
* loplugin:casttovoid in VCL_BUILDER_DECL_FACTORYStephan Bergmann2017-07-041-2/+1
* loplugin:casttovoid: formulaStephan Bergmann2017-07-021-2/+0
* loplugin:oncevar in formula..frameworkNoel Grandin2017-06-251-2/+1
* formula: remove indirection and use unique_ptrJochen Nitschke2017-06-221-32/+25
* Add yet another kind of iterator for the two arrays in FormulaTokenArrayTor Lillqvist2017-06-191-26/+22
* Drop another friend declarationTor Lillqvist2017-06-192-41/+41
* Drop one friend declaration and instead add some useful member functionsTor Lillqvist2017-06-192-10/+6
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-181-1/+0
* Get rid of the index inside FormulaTokenArrayTor Lillqvist2017-06-162-198/+41
* Use pointer instead of referenceTor Lillqvist2017-06-141-33/+33
* Avoid use of FormulaTokenArray::First() and Next() in another placeTor Lillqvist2017-06-141-4/+5
* Avoid use of FormulaTokenArray::First() and Next() in another placeTor Lillqvist2017-06-141-2/+2
* Avoid use of FormulaTokenArray::First() and Next() in one placeTor Lillqvist2017-06-141-2/+2
* Add FirstToken() and FirstRPNToken() functions that don't touch nIndexTor Lillqvist2017-06-131-0/+14
* Forgot FormulaTokenArrayPlainIterator::GetNextName()Tor Lillqvist2017-06-081-0/+14