summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)Author
2015-02-17fdo#81596 export to OOXML that need argument changesWinfried Donkers
2015-02-12fdo#87534 fix HYPERLINK behaviour when used in namesWinfried Donkers
2015-01-21fdo88632: Make the Calc random functions non-random when requestedTor Lillqvist
2014-12-11fdo#87203 make translatable AGGREGATE functionAndras Timar
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-10-23Move virtual ScToken members up to FormulaTokenStephan Bergmann
2014-10-22Remove unused FormulaToken::Is3DRefStephan Bergmann
2014-10-03Make these methods non-inline again.Kohei Yoshida
2014-09-26formula: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-22convert OSL_FAIL to SAL_WARNEike Rathke
2014-08-22convert OSL_... to SAL_WARNEike Rathke
2014-08-22reactivate the verifyEike Rathke
2014-08-22fdo#82183 do not reset globals while loading a documentEike Rathke
2014-08-21it's about time to write GOALSEEK as ODFF ORG.OPENOFFICE.GOALSEEKEike Rathke
2014-08-21write COLOR function with extension namespaceEike Rathke
2014-08-20Fixed size of 'formula' dialog in CalcSzymon Kłos
2014-08-09remove unused dlg resources from dbu_resource.hrcThomas Arnhold
2014-07-31fix memory leak around function descriptionsMarkus Mohrhard
2014-07-29Remove some unused codeMarcos Paulo de Souza
2014-07-27fdo#81038 Fixed FormulaTokenIterator to use std::vector instead of linked listJeffrey Stedfast
2014-07-08Explicit virtual dtor needed for auto_ptr member for MSVC.Kohei Yoshida
2014-07-08trivial conversion of RID_FORMULADLG_FORMULA_MODAL to .uiCaolán McNamara
2014-07-08fdo#73148 add options to Calc function AGGREGATEWinfried Donkers
2014-06-19callcatcher: update unused codeCaolán McNamara
2014-06-17remove helpids that are unused or go nowhereCaolán McNamara
2014-06-17give refedit in formula wizard an initial sizeCaolán McNamara
2014-06-17restore these for the moment, still in use in scCaolán McNamara
2014-06-17I could fight with ValWnd to fix it, or I could replace itCaolán McNamara
2014-06-17RID_FORMULADLG_FORMULA conversion to .uiSzymon Kłos
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-13resolved fdo#79957 propagate ForceArray through jump tokensEike Rathke
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-23whitespace clean-upMarkus Mohrhard
2014-05-21fix spellingNoel Grandin
2014-05-21most certainly == was meantEike Rathke
2014-05-21ODS load perf: transfer ownership of the ScTokenArray to save cycles.Michael Meeks
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold
2014-05-19add COLOR functionMarkus Mohrhard
2014-05-14Bail out of group calculation in case the array fetching fails.Kohei Yoshida
2014-05-14No more SetCompileForFAP(). Use respective flag setting methods instead.Kohei Yoshida
2014-05-14Use "stop on error" concept rather than "ignore error if true".Kohei Yoshida
2014-05-14Introduce a new boolean flag and use it in lieu of bCompileForFAP.Kohei Yoshida
2014-05-11coverity#1169835 Improper use of negative valueCaolán McNamara
2014-05-10coverity#707866 Uninitialized pointer fieldCaolán McNamara
2014-05-01Make a separate method to detemine if an opcode is a jump command.Kohei Yoshida
2014-04-25fdo#73148 (partial patch) Add Excel 2010 function AGGREGATEWinfried Donkers
2014-04-23formula: sal_Bool->boolNoel Grandin