summaryrefslogtreecommitdiffstats
path: root/formula
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove redundant OpCode castsJochen Nitschke2017-04-011-2/+2
* remove unused defines from HRC files in variousNoel Grandin2017-03-173-13/+0
* tdf#105931 Add function ROUNDSIG to Calc.Winfried Donkers2017-02-201-0/+6
* convert FormulaCompiler::SeparatorType to scoped enumNoel Grandin2017-02-171-24/+9
* replace localresource of strings and keys with StringArrayCaolán McNamara2017-02-092-3831/+2628
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-9/+3
* loplugin: unnecessary destructor forms..idlcNoel Grandin2017-01-252-8/+0
* Change all Idle* LINKs to be Timer*Jan-Marek Glogowski2017-01-232-10/+10
* Refactor Scheduler to add Task classJan-Marek Glogowski2017-01-172-3/+3
* new loplugin: useuniqueptr: forms..frameworkNoel Grandin2017-01-172-8/+5
* e*, f*: load BitmapEx resources instead of Image onesCaolán McNamara2017-01-165-30/+24
* check length of string as this can be called untokenized, tdf#105024 relatedEike Rathke2017-01-061-2/+3
* check "#ERRxxx!" constants for accepted error values, tdf#105024 follow-upEike Rathke2017-01-051-1/+1
* Resolves: tdf#105024 generate and parse detailed "#ERRxxx!" error constantsEike Rathke2017-01-051-1/+20
* loplugin:unnecessaryoverrideStephan Bergmann2016-12-061-5/+0
* Rewrite some (trivial) assignments inside if/while conditions: formulaStephan Bergmann2016-11-291-4/+12
* vcl: rename Window::Notify to EventNotifyMichael Stahl2016-11-241-1/+1
* add missing deps on ui filesDavid Tardon2016-11-211-0/+4
* gbuild allow unitest to run once per lang in WITH_LANG_LISTNorbert Thiebaud2016-11-201-1/+1
* Fix typosSamuel Mehrbrodt2016-11-151-1/+1
* loplugin:countusersofdefaultparams in editeng..rscNoel Grandin2016-11-111-1/+1
* loplugin fixes here, tooTor Lillqvist2016-11-101-8/+1
* use-after-free fix here, tooTor Lillqvist2016-11-101-2/+2
* TyposTor Lillqvist2016-11-101-1/+1
* loplugin:expandablemethods in forms..formulaNoel Grandin2016-11-084-15/+2
* loplugin:unnecessaryvirtual in frameworkNoel Grandin2016-11-081-2/+2
* loplugin:unusedmethods unused return typesNoel Grandin2016-11-031-22/+21
* -Werror,-Wunused-private-fieldStephan Bergmann2016-10-301-1/+0
* display matching search per selected category, tdf#67974 follow-upEike Rathke2016-10-291-12/+30
* filter hidden functions also in search, tdf#67974 follow-upEike Rathke2016-10-291-2/+6
* tdf#67974 UI: Add a search box in function wizard in SpreadsheetAbhilash Singh2016-10-293-30/+100