Age | Commit message (Expand) | Author |
2014-12-01 | fdo#84938: replace EVENT_ constants with enum | Tobias Madl |
2014-11-28 | write TRUE() for 2nd IF() parameter, fdo#81596 related | Eike Rathke |
2014-11-28 | simplify RewriteMissing() and switch in Add...(), fdo#81596 related | Eike Rathke |
2014-11-28 | sensible indenting, fdo#81596 related | Eike Rathke |
2014-11-27 | fdo#81596 export to OOXML that need argument changes | Winfried Donkers |
2014-11-25 | Make some methods non-inline, and hide #include <tools/debug.hxx>. | Kohei Yoshida |
2014-11-17 | sal: clean up public headers with include-what-you-use | Michael Stahl |
2014-10-23 | Move virtual ScToken members up to FormulaToken | Stephan Bergmann |
2014-10-22 | Remove unused FormulaToken::Is3DRef | Stephan Bergmann |
2014-10-03 | Make these methods non-inline again. | Kohei Yoshida |
2014-09-26 | formula: std::auto_ptr -> std::unique_ptr | Stephan Bergmann |
2014-09-23 | fdo#82577: Handle Window | Noel Grandin |
2014-09-18 | fdo#82577: Handle Font | Noel Grandin |
2014-08-23 | fdo#82577: Handle KeyCode | Tor Lillqvist |
2014-08-22 | convert OSL_FAIL to SAL_WARN | Eike Rathke |
2014-08-22 | convert OSL_... to SAL_WARN | Eike Rathke |
2014-08-22 | reactivate the verify | Eike Rathke |
2014-08-22 | fdo#82183 do not reset globals while loading a document | Eike Rathke |
2014-08-21 | it's about time to write GOALSEEK as ODFF ORG.OPENOFFICE.GOALSEEK | Eike Rathke |
2014-08-21 | write COLOR function with extension namespace | Eike Rathke |
2014-08-20 | Fixed size of 'formula' dialog in Calc | Szymon Kłos |
2014-08-09 | remove unused dlg resources from dbu_resource.hrc | Thomas Arnhold |
2014-07-31 | fix memory leak around function descriptions | Markus Mohrhard |
2014-07-29 | Remove some unused code | Marcos Paulo de Souza |
2014-07-27 | fdo#81038 Fixed FormulaTokenIterator to use std::vector instead of linked list | Jeffrey Stedfast |
2014-07-08 | Explicit virtual dtor needed for auto_ptr member for MSVC. | Kohei Yoshida |
2014-07-08 | trivial conversion of RID_FORMULADLG_FORMULA_MODAL to .ui | Caolán McNamara |
2014-07-08 | fdo#73148 add options to Calc function AGGREGATE | Winfried Donkers |
2014-06-19 | callcatcher: update unused code | Caolán McNamara |
2014-06-17 | remove helpids that are unused or go nowhere | Caolán McNamara |
2014-06-17 | give refedit in formula wizard an initial size | Caolán McNamara |
2014-06-17 | restore these for the moment, still in use in sc | Caolán McNamara |
2014-06-17 | I could fight with ValWnd to fix it, or I could replace it | Caolán McNamara |
2014-06-17 | RID_FORMULADLG_FORMULA conversion to .ui | Szymon Kłos |
2014-06-17 | improve the inlinesimplememberfunctions clang plugin | Noel Grandin |
2014-06-13 | resolved fdo#79957 propagate ForceArray through jump tokens | Eike Rathke |
2014-06-09 | loplugin: inlinesimplememberfunctions | Noel Grandin |
2014-05-23 | whitespace clean-up | Markus Mohrhard |
2014-05-21 | fix spelling | Noel Grandin |
2014-05-21 | most certainly == was meant | Eike Rathke |
2014-05-21 | ODS load perf: transfer ownership of the ScTokenArray to save cycles. | Michael Meeks |
2014-05-19 | hrc and src files: squeeze multiple newlines | Thomas Arnhold |
2014-05-19 | add COLOR function | Markus Mohrhard |
2014-05-14 | Bail out of group calculation in case the array fetching fails. | Kohei Yoshida |
2014-05-14 | No more SetCompileForFAP(). Use respective flag setting methods instead. | Kohei Yoshida |
2014-05-14 | Use "stop on error" concept rather than "ignore error if true". | Kohei Yoshida |
2014-05-14 | Introduce a new boolean flag and use it in lieu of bCompileForFAP. | Kohei Yoshida |
2014-05-11 | coverity#1169835 Improper use of negative value | Caolán McNamara |
2014-05-10 | coverity#707866 Uninitialized pointer field | Caolán McNamara |
2014-05-01 | Make a separate method to detemine if an opcode is a jump command. | Kohei Yoshida |