summaryrefslogtreecommitdiffstats
path: root/formula
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Take new FormulaTokenArrayPlainIterator into use in one simple placeTor Lillqvist2017-06-071-5/+7
* Partial start of separating the iterator out from FormulaTokenArrayTor Lillqvist2017-06-061-0/+167
* clang-tidy performance-unnecessary-value-paramNoel Grandin2017-06-051-2/+2
* Translate German comments and debug strings (leftovers in f... dirs)Johnny_M2017-05-204-8/+7
* loplugin:stringcopy: formulaStephan Bergmann2017-05-191-1/+1
* Resolves: tdf#96426 more whitespace intersection operator in Excel syntaxEike Rathke2017-05-171-7/+16
* Introduce and check FormulaTokenArray::mbFinalized to not add further tokensEike Rathke2017-05-121-1/+13
* inherit ReferenceOrForceArray only if nested not Reference, tdf#107724 prepEike Rathke2017-05-101-3/+18
* Hold ParamClass at FormulaByteToken instead of bool, tdf#107724 prepEike Rathke2017-05-102-17/+23
* Change IsForceArrayParameter() to GetForceArrayParameter(), tdf#107724 prepEike Rathke2017-05-101-5/+9
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-091-1/+0
* cleanup tools/debug.hxx includesJochen Nitschke2017-05-082-2/+0
* split out the non-translatable stringsCaolán McNamara2017-05-033-27/+36
* loplugin:checkunusedparams in forms..formulaNoel Grandin2017-05-021-6/+6
* remove formula bitmaps from .src filesCaolán McNamara2017-04-268-58/+38
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-253-0/+3
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-213-3/+0
* loplugin:unusedmethodsNoel Grandin2017-04-201-1/+0
* these resources are not to be translatedCaolán McNamara2017-04-191-5/+5
* cppcheck: arrayIndexThenCheckJulien Nabet2017-04-161-1/+1
* can use gb_CppunitTest_use_configuration and still access .ui filesCaolán McNamara2017-04-121-2/+1
* loplugin:inlinefields in formula::FormulaCompilerNoel Grandin2017-04-101-9/+7
* tdf#39468 Translate German commentsJens Carl2017-04-071-1/+1
* remove hack for non DBG_UTIL buildsJochen Nitschke2017-04-031-1/+1