summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)AuthorFilesLines
2014-03-28Remove remaining DBG_CTOR etc. remnants from formulaStephan Bergmann2-10/+0
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann5-28/+28
2014-03-25svtools: sal_Bool->boolNoel Grandin1-2/+2
2014-03-22coverity#738657 Uninitialized pointer fieldCaolán McNamara1-0/+7
2014-03-10ISO.CEILING without _xlfn. prefix, it is defined in OOXML, fdo#71720 follow-upEike Rathke1-1/+1
2014-03-10fdo#71720 Add Excel 2010 functionsWinfried Donkers1-0/+21
2014-03-06Make these non inline.Kohei Yoshida1-0/+11
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke4-23/+24
2014-03-05fdo#72197 Add Excel 2010 functionsWinfried Donkers2-0/+29
2014-03-05remove unused code formula::FormulaDlg::CheckMatrix()Noel Grandin1-5/+0
2014-03-05remove unused code in formula/FormulaTokenArrayNoel Grandin1-5/+0
2014-03-05remove unused code in formula/vectortokenNoel Grandin1-48/+0
2014-02-27Store the length of originally requested array size prior to trimming.Kohei Yoshida1-8/+21
2014-02-26Remove visual noise from formulaAlexander Wilms20-69/+69
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-7/+7
2014-02-24coverity#735751 Dereference after null checkCaolán McNamara1-2/+1
2014-02-23Remove unneccessary commentsAlexander Wilms8-65/+65
2014-02-21vcl: sal_Bool -> boolStephan Bergmann3-4/+4
2014-02-21cid#707865 Uninitialized pointer fieldNoel Grandin1-2/+6
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2-0/+2
2014-02-19sal_Bool->boolNoel Grandin2-11/+11
2014-02-19sal_Bool->boolNoel Grandin1-20/+20
2014-02-19sal_Bool->boolNoel Grandin1-1/+1
2014-02-18sal_Bool->boolNoel Grandin1-1/+1
2014-02-09coverity#1169835 Improper use of negative valueCaolán McNamara1-1/+1
2014-01-30fdo#73146 Add Excel 2010 functionsWinfried Donkers1-0/+56
2014-01-29coverity#1158192 Improper use of negative valueCaolán McNamara1-1/+1
2014-01-28bool improvementsStephan Bergmann2-9/+9
2014-01-27fdo#72793 Add Excel 2010 functionsWinfried Donkers1-5/+47
2014-01-18Window::PreNotify should return boolStephan Bergmann5-9/+9
2014-01-17Window::Notify should return bool, reduxStephan Bergmann1-1/+1
2013-12-20Add internal cell function __DEBUG_VAR to sniff arbitrary internal state.Kohei Yoshida1-1/+3
2013-12-20typo fixesAndras Timar1-1/+1
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-12-16fdo#72158 Add Excel 2010 functionsWinfried Donkers1-0/+42
2013-12-13remove unused code (ancient Calc function ZELLERROR)Winfried Donkers1-4/+0
2013-12-04remove usage of STRING_NOTFOUND in formula.cxxNoel Grandin1-80/+80
2013-12-04remove condition that cannot be hitNoel Grandin1-1/+1
2013-12-03convert formula::FormEditData from xub_StrLen->sal_Int32Noel Grandin1-1/+1
2013-12-03convert formula::FormulaDlg_Impl from xub_StrLen->sal_Int32Noel Grandin1-39/+39
2013-12-03convert FormulaHelper from xub_StrLen to sal_Int32Noel Grandin1-12/+12
2013-12-03Convert FormulaHelper::GetNextFunc xub_StrLen->salInt32Noel Grandin2-16/+16
2013-12-03convert getSuppressedArgumentCount from xub_StrLen -> sal_Int32Noel Grandin1-1/+1
2013-12-03convert IFormulaEditorHelper::*Selection methods from xub_StrLen to sal_Int32Noel Grandin1-12/+12
2013-12-02store internal CONVERT to .xlsx/.xls and distinguish from CONVERT_ADDEike Rathke1-1/+1
2013-12-01Remove useless comments in funcutil.Tomaž Vajngerl1-411/+36
2013-11-29our UI DURATION is ODF and Excel PDURATIONEike Rathke1-1/+1
2013-11-29fdo#71936 Add Excel 2010 functions GAMMA.DIST, GAMMA.INV, GAMMALN.PRECISEWinfried Donkers1-0/+21
2013-11-26Integrate branch of IAccessible2Steve Yin4-1/+23
2013-11-22fdo#71722 add Excel 2010 functionsWinfried Donkers1-0/+28