summaryrefslogtreecommitdiff
path: root/include/formula
AgeCommit message (Expand)AuthorFilesLines
2014-12-09changed timers to idlesTobias Madl1-1/+1
2014-11-28simplify RewriteMissing() and switch in Add...(), fdo#81596 relatedEike Rathke1-10/+38
2014-11-27fdo#81596 export to OOXML that need argument changesWinfried Donkers1-5/+8
2014-11-25Make some methods non-inline, and hide #include <tools/debug.hxx>.Kohei Yoshida1-56/+4
2014-11-04Bin presumably obsolete SUNWS crackTor Lillqvist1-9/+0
2014-10-23Move virtual ScToken members up to FormulaTokenStephan Bergmann1-0/+21
2014-10-22Remove unused FormulaToken::Is3DRefStephan Bergmann1-1/+0
2014-10-03Make these methods non-inline again.Kohei Yoshida1-8/+8
2014-09-26formula: std::auto_ptr -> std::unique_ptrStephan Bergmann4-14/+6
2014-09-23fdo#82577: Handle WindowNoel Grandin2-10/+10
2014-07-31fix memory leak around function descriptionsMarkus Mohrhard1-3/+2
2014-07-29Remove some unused codeMarcos Paulo de Souza1-1/+0
2014-07-27fdo#81038 Fixed FormulaTokenIterator to use std::vector instead of linked listJeffrey Stedfast1-12/+12
2014-07-08Explicit virtual dtor needed for auto_ptr member for MSVC.Kohei Yoshida1-0/+3
2014-07-08trivial conversion of RID_FORMULADLG_FORMULA_MODAL to .uiCaolán McNamara1-2/+0
2014-06-19callcatcher: update unused codeCaolán McNamara1-5/+0
2014-06-17restore these for the moment, still in use in scCaolán McNamara1-0/+4
2014-06-17RID_FORMULADLG_FORMULA conversion to .uiSzymon Kłos1-4/+0
2014-06-13resolved fdo#79978 propagate error through DoubleArray of matrixEike Rathke1-0/+4
2014-06-13resolved fdo#79957 propagate ForceArray through jump tokensEike Rathke2-5/+10
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-1/+1
2014-06-06fixincludeguards: fix include guardsThomas Arnhold1-3/+3
2014-05-21ODS load perf: transfer ownership of the ScTokenArray to save cycles.Michael Meeks1-0/+1
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold1-1/+0
2014-05-19add COLOR functionMarkus Mohrhard2-1/+3
2014-05-14Bail out of group calculation in case the array fetching fails.Kohei Yoshida1-0/+5
2014-05-14No more SetCompileForFAP(). Use respective flag setting methods instead.Kohei Yoshida1-1/+2
2014-05-14Use "stop on error" concept rather than "ignore error if true".Kohei Yoshida1-2/+1
2014-05-14Introduce a new boolean flag and use it in lieu of bCompileForFAP.Kohei Yoshida1-4/+3
2014-05-01Make a separate method to detemine if an opcode is a jump command.Kohei Yoshida1-0/+1
2014-04-25fdo#73148 (partial patch) Add Excel 2010 function AGGREGATEWinfried Donkers2-1/+3
2014-04-14fdo#76294: Intern strings in AddFormulaToken() as well.Kohei Yoshida1-2/+7
2014-04-14fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida1-1/+7
2014-04-11fdo#73149 add Excel 2010 functions ERF.PRECISE and ERFC.PRECISEWinfried Donkers2-1/+5
2014-04-07fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida1-0/+12
2014-04-02fdo#73147 add Excel2010 functions NETWORKDAYS.INTL and WORKDAY.INTLWinfried Donkers2-1/+5
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2-11/+11
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann3-56/+56
2014-03-17filter,formula: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-03-10fdo#71720 Add Excel 2010 functionsWinfried Donkers2-1/+7
2014-03-06Make these non inline.Kohei Yoshida1-4/+2
2014-03-05fdo#72197 Add Excel 2010 functionsWinfried Donkers2-1/+9
2014-03-05remove unused code formula::FormulaDlg::CheckMatrix()Noel Grandin1-1/+0
2014-03-05remove unused code in formula/FormulaTokenArrayNoel Grandin1-1/+0
2014-03-05remove unused code in formula/vectortokenNoel Grandin1-10/+7
2014-03-01Remove visual noise from includeAlexander Wilms8-16/+16
2014-02-28fdo#63154 Remove unused solar.hAlexandre Vicenzi1-1/+1
2014-02-27Store the length of originally requested array size prior to trimming.Kohei Yoshida1-4/+9
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-7/+7
2014-02-19sal_Bool->boolNoel Grandin1-7/+7