summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)Author
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
2017-05-03split out the non-translatable stringsCaolán McNamara
2017-05-02loplugin:checkunusedparams in forms..formulaNoel Grandin
2017-04-26remove formula bitmaps from .src filesCaolán McNamara
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-04-20loplugin:unusedmethodsNoel Grandin
2017-04-19these resources are not to be translatedCaolán McNamara
2017-04-16cppcheck: arrayIndexThenCheckJulien Nabet
2017-04-12can use gb_CppunitTest_use_configuration and still access .ui filesCaolán McNamara
2017-04-10loplugin:inlinefields in formula::FormulaCompilerNoel Grandin
2017-04-07tdf#39468 Translate German commentsJens Carl
2017-04-03remove hack for non DBG_UTIL buildsJochen Nitschke
2017-04-01remove redundant OpCode castsJochen Nitschke
2017-03-17remove unused defines from HRC files in variousNoel Grandin
2017-02-20tdf#105931 Add function ROUNDSIG to Calc.Winfried Donkers
2017-02-17convert FormulaCompiler::SeparatorType to scoped enumNoel Grandin
2017-02-09replace localresource of strings and keys with StringArrayCaolán McNamara
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-25loplugin: unnecessary destructor forms..idlcNoel Grandin
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski
2017-01-17new loplugin: useuniqueptr: forms..frameworkNoel Grandin
2017-01-16e*, f*: load BitmapEx resources instead of Image onesCaolán McNamara
2017-01-06check length of string as this can be called untokenized, tdf#105024 relatedEike Rathke