summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)Author
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-17Resolves: tdf#104186 spaces between function name and ( not allowed in OOXMLEike Rathke
2017-07-16FormulaDlg_Impl::UpdateValues: evaluate in force-array context if presentEike Rathke
2017-07-14Turn m_nEdFocus into local variable, it's not read elsewhereEike Rathke
2017-07-14Prefix member variables with m_Eike Rathke
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski
2017-07-13loplugin:oncevar: empty strings: formulaStephan Bergmann
2017-07-11Buy some newlinesEike Rathke
2017-07-11Use proper non-/array context to calculate Structure treeEike Rathke
2017-07-11Revert "loplugin:casttovoid"Eike Rathke
2017-07-11Instanciate FormulaCompiler using createCompiler()Eike Rathke
2017-07-11loplugin:casttovoidStephan Bergmann
2017-07-10FormulaDlg_Impl::MakeTree: pass down current function/operator tokenEike Rathke
2017-07-10tdf#107135, add missing ODFF function REPLACEB.Winfried Donkers
2017-07-10Spaces are cheap ... and really help to read codeEike Rathke
2017-07-10Buy more spaces, and newlines evenEike Rathke
2017-07-10Buy some spacesEike Rathke
2017-07-10Use const (I)FormulaToken* where possibleEike Rathke
2017-07-05Make that debuggable despite AnyInput() pendingEike Rathke
2017-07-05Replace a "not ideal coding" ...Eike Rathke
2017-07-04Set error on more than max params (255) per functionEike Rathke
2017-07-04Move definition of VAR_ARGS and PAIRED_VAR_ARGS to formula/funcvarargs.hEike Rathke
2017-07-04loplugin:unusedfields in formulaNoel Grandin
2017-07-04loplugin:casttovoid in VCL_BUILDER_DECL_FACTORYStephan Bergmann
2017-07-02loplugin:casttovoid: formulaStephan Bergmann
2017-06-25loplugin:oncevar in formula..frameworkNoel Grandin
2017-06-22formula: remove indirection and use unique_ptrJochen Nitschke
2017-06-19Add yet another kind of iterator for the two arrays in FormulaTokenArrayTor Lillqvist
2017-06-19Drop another friend declarationTor Lillqvist
2017-06-19Drop one friend declaration and instead add some useful member functionsTor Lillqvist
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-06-16Get rid of the index inside FormulaTokenArrayTor Lillqvist
2017-06-14Use pointer instead of referenceTor Lillqvist
2017-06-14Avoid use of FormulaTokenArray::First() and Next() in another placeTor Lillqvist
2017-06-14Avoid use of FormulaTokenArray::First() and Next() in another placeTor Lillqvist
2017-06-14Avoid use of FormulaTokenArray::First() and Next() in one placeTor Lillqvist
2017-06-13Add FirstToken() and FirstRPNToken() functions that don't touch nIndexTor Lillqvist
2017-06-08Forgot FormulaTokenArrayPlainIterator::GetNextName()Tor Lillqvist
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one simple placeTor Lillqvist
2017-06-06Partial start of separating the iterator out from FormulaTokenArrayTor Lillqvist
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin
2017-05-20Translate German comments and debug strings (leftovers in f... dirs)Johnny_M
2017-05-19loplugin:stringcopy: formulaStephan Bergmann
2017-05-17Resolves: tdf#96426 more whitespace intersection operator in Excel syntaxEike Rathke
2017-05-12Introduce and check FormulaTokenArray::mbFinalized to not add further tokensEike Rathke
2017-05-10inherit ReferenceOrForceArray only if nested not Reference, tdf#107724 prepEike Rathke
2017-05-10Hold ParamClass at FormulaByteToken instead of bool, tdf#107724 prepEike Rathke
2017-05-10Change IsForceArrayParameter() to GetForceArrayParameter(), tdf#107724 prepEike Rathke
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke