summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)AuthorFilesLines
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-7/+7
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara16-351/+21
2017-08-01move resmgr to unotoolsCaolán McNamara4-7/+5
2017-07-31loplugin:constparams in formula,xmlhelpNoel Grandin2-6/+6
2017-07-28loplugin:constparams handle constructorsNoel Grandin1-1/+1
2017-07-26loplugin:unusedfieldsNoel Grandin1-4/+0
2017-07-25tdf#107135 Add missing ODFF function FINDB.Winfried Donkers1-0/+6
2017-07-21give formula .uis their translation domainCaolán McNamara4-4/+4
2017-07-21de-hrc various thingsCaolán McNamara4-27/+6
2017-07-21migrate to boost::gettextCaolán McNamara26-3005/+2804
2017-07-17Resolves: tdf#104186 spaces between function name and ( not allowed in OOXMLEike Rathke1-6/+22
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-10tdf#107135, add missing ODFF function REPLACEB.Winfried Donkers1-0/+6
2017-07-10Spaces are cheap ... and really help to read codeEike Rathke1-92/+92
2017-07-10Buy more spaces, and newlines evenEike Rathke1-140/+146
2017-07-10Buy some spacesEike Rathke1-16/+16
2017-07-10Use const (I)FormulaToken* where possibleEike Rathke3-16/+18
2017-07-05Make that debuggable despite AnyInput() pendingEike Rathke1-1/+4
2017-07-05Replace a "not ideal coding" ...Eike Rathke1-2/+4
2017-07-04Set error on more than max params (255) per functionEike Rathke1-2/+6
2017-07-04Move definition of VAR_ARGS and PAIRED_VAR_ARGS to formula/funcvarargs.hEike Rathke1-2/+1
2017-07-04loplugin:unusedfields in formulaNoel Grandin5-28/+3
2017-07-04loplugin:casttovoid in VCL_BUILDER_DECL_FACTORYStephan Bergmann1-2/+1
2017-07-02loplugin:casttovoid: formulaStephan Bergmann1-2/+0
2017-06-25loplugin:oncevar in formula..frameworkNoel Grandin1-2/+1
2017-06-22formula: remove indirection and use unique_ptrJochen Nitschke1-32/+25
2017-06-19Add yet another kind of iterator for the two arrays in FormulaTokenArrayTor Lillqvist1-26/+22
2017-06-19Drop another friend declarationTor Lillqvist2-41/+41
2017-06-19Drop one friend declaration and instead add some useful member functionsTor Lillqvist2-10/+6
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-06-16Get rid of the index inside FormulaTokenArrayTor Lillqvist2-198/+41
2017-06-14Use pointer instead of referenceTor Lillqvist1-33/+33
2017-06-14Avoid use of FormulaTokenArray::First() and Next() in another placeTor Lillqvist1-4/+5
2017-06-14Avoid use of FormulaTokenArray::First() and Next() in another placeTor Lillqvist1-2/+2
2017-06-14Avoid use of FormulaTokenArray::First() and Next() in one placeTor Lillqvist1-2/+2
2017-06-13Add FirstToken() and FirstRPNToken() functions that don't touch nIndexTor Lillqvist1-0/+14
2017-06-08Forgot FormulaTokenArrayPlainIterator::GetNextName()Tor Lillqvist1-0/+14
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one simple placeTor Lillqvist1-5/+7
2017-06-06Partial start of separating the iterator out from FormulaTokenArrayTor Lillqvist1-0/+167