summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-2/+2
2017-05-20Translate German comments and debug strings (leftovers in f... dirs)Johnny_M4-8/+7
2017-05-19loplugin:stringcopy: formulaStephan Bergmann1-1/+1
2017-05-17Resolves: tdf#96426 more whitespace intersection operator in Excel syntaxEike Rathke1-7/+16
2017-05-12Introduce and check FormulaTokenArray::mbFinalized to not add further tokensEike Rathke1-1/+13
2017-05-10inherit ReferenceOrForceArray only if nested not Reference, tdf#107724 prepEike Rathke1-3/+18
2017-05-10Hold ParamClass at FormulaByteToken instead of bool, tdf#107724 prepEike Rathke2-17/+23
2017-05-10Change IsForceArrayParameter() to GetForceArrayParameter(), tdf#107724 prepEike Rathke1-5/+9
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke2-2/+0
2017-05-03split out the non-translatable stringsCaolán McNamara3-27/+36
2017-05-02loplugin:checkunusedparams in forms..formulaNoel Grandin1-6/+6
2017-04-26remove formula bitmaps from .src filesCaolán McNamara8-58/+38
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock3-0/+3
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky3-3/+0
2017-04-20loplugin:unusedmethodsNoel Grandin1-1/+0
2017-04-19these resources are not to be translatedCaolán McNamara1-5/+5
2017-04-16cppcheck: arrayIndexThenCheckJulien Nabet1-1/+1
2017-04-12can use gb_CppunitTest_use_configuration and still access .ui filesCaolán McNamara1-2/+1
2017-04-10loplugin:inlinefields in formula::FormulaCompilerNoel Grandin1-9/+7
2017-04-07tdf#39468 Translate German commentsJens Carl1-1/+1
2017-04-03remove hack for non DBG_UTIL buildsJochen Nitschke1-1/+1
2017-04-01remove redundant OpCode castsJochen Nitschke1-2/+2
2017-03-17remove unused defines from HRC files in variousNoel Grandin3-13/+0
2017-02-20tdf#105931 Add function ROUNDSIG to Calc.Winfried Donkers1-0/+6
2017-02-17convert FormulaCompiler::SeparatorType to scoped enumNoel Grandin1-24/+9
2017-02-09replace localresource of strings and keys with StringArrayCaolán McNamara2-3831/+2628
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-9/+3
2017-01-25loplugin: unnecessary destructor forms..idlcNoel Grandin2-8/+0
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski2-10/+10
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski2-3/+3
2017-01-17new loplugin: useuniqueptr: forms..frameworkNoel Grandin2-8/+5
2017-01-16e*, f*: load BitmapEx resources instead of Image onesCaolán McNamara5-30/+24
2017-01-06check length of string as this can be called untokenized, tdf#105024 relatedEike Rathke1-2/+3
2017-01-05check "#ERRxxx!" constants for accepted error values, tdf#105024 follow-upEike Rathke1-1/+1
2017-01-05Resolves: tdf#105024 generate and parse detailed "#ERRxxx!" error constantsEike Rathke1-1/+20
2016-12-06loplugin:unnecessaryoverrideStephan Bergmann1-5/+0
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: formulaStephan Bergmann1-4/+12
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl1-1/+1
2016-11-21add missing deps on ui filesDavid Tardon1-0/+4
2016-11-20gbuild allow unitest to run once per lang in WITH_LANG_LISTNorbert Thiebaud1-1/+1