summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)AuthorFilesLines
2014-12-18formula: Use appropriate OUString functions on string constantsStephan Bergmann3-15/+15
2014-12-17fdo#39440 reduce scope of local variablesMichael Weghorn2-5/+4
2014-12-10fdo#87203 make translatable AGGREGATE functionAndras Timar1-1/+1
2014-12-09fdo#40835 add 4th argument to FDIST when exporting to OOXMLWinfried Donkers1-23/+3
2014-12-09changed timers to idlesTobias Madl2-23/+21
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl3-7/+7
2014-11-28write TRUE() for 2nd IF() parameter, fdo#81596 relatedEike Rathke1-1/+3
2014-11-28simplify RewriteMissing() and switch in Add...(), fdo#81596 relatedEike Rathke2-254/+249
2014-11-28sensible indenting, fdo#81596 relatedEike Rathke1-4/+1
2014-11-27fdo#81596 export to OOXML that need argument changesWinfried Donkers2-17/+187
2014-11-25Make some methods non-inline, and hide #include <tools/debug.hxx>.Kohei Yoshida2-0/+87
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-23Move virtual ScToken members up to FormulaTokenStephan Bergmann1-0/+65
2014-10-22Remove unused FormulaToken::Is3DRefStephan Bergmann1-5/+0
2014-10-03Make these methods non-inline again.Kohei Yoshida1-0/+39
2014-09-26formula: std::auto_ptr -> std::unique_ptrStephan Bergmann2-11/+9
2014-09-23fdo#82577: Handle WindowNoel Grandin9-34/+34
2014-09-18fdo#82577: Handle FontNoel Grandin6-12/+12
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-6/+6
2014-08-22convert OSL_FAIL to SAL_WARNEike Rathke2-2/+2
2014-08-22convert OSL_... to SAL_WARNEike Rathke1-5/+10
2014-08-22reactivate the verifyEike Rathke1-1/+1
2014-08-22fdo#82183 do not reset globals while loading a documentEike Rathke1-1/+1
2014-08-21it's about time to write GOALSEEK as ODFF ORG.OPENOFFICE.GOALSEEKEike Rathke1-1/+1
2014-08-21write COLOR function with extension namespaceEike Rathke1-1/+2
2014-08-20Fixed size of 'formula' dialog in CalcSzymon Kłos1-1/+1
2014-08-09remove unused dlg resources from dbu_resource.hrcThomas Arnhold1-1/+0
2014-07-31fix memory leak around function descriptionsMarkus Mohrhard1-1/+3
2014-07-29Remove some unused codeMarcos Paulo de Souza1-11/+0
2014-07-27fdo#81038 Fixed FormulaTokenIterator to use std::vector instead of linked listJeffrey Stedfast1-35/+31
2014-07-08Explicit virtual dtor needed for auto_ptr member for MSVC.Kohei Yoshida1-0/+4
2014-07-08trivial conversion of RID_FORMULADLG_FORMULA_MODAL to .uiCaolán McNamara3-186/+6
2014-07-08fdo#73148 add options to Calc function AGGREGATEWinfried Donkers1-1/+2
2014-06-19callcatcher: update unused codeCaolán McNamara1-24/+0
2014-06-17remove helpids that are unused or go nowhereCaolán McNamara2-17/+0
2014-06-17give refedit in formula wizard an initial sizeCaolán McNamara2-0/+6
2014-06-17restore these for the moment, still in use in scCaolán McNamara1-1/+34
2014-06-17I could fight with ValWnd to fix it, or I could replace itCaolán McNamara4-99/+15
2014-06-17RID_FORMULADLG_FORMULA conversion to .uiSzymon Kłos20-841/+1491
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-5/+1
2014-06-13resolved fdo#79957 propagate ForceArray through jump tokensEike Rathke1-1/+6
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin5-14/+2
2014-05-23whitespace clean-upMarkus Mohrhard1-7/+4
2014-05-21fix spellingNoel Grandin1-1/+1
2014-05-21most certainly == was meantEike Rathke1-1/+1
2014-05-21ODS load perf: transfer ownership of the ScTokenArray to save cycles.Michael Meeks1-0/+18
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold5-11/+0
2014-05-19add COLOR functionMarkus Mohrhard1-0/+6
2014-05-14Bail out of group calculation in case the array fetching fails.Kohei Yoshida1-5/+24
2014-05-14No more SetCompileForFAP(). Use respective flag setting methods instead.Kohei Yoshida2-4/+9