Age | Commit message (Expand) | Author | Files | Lines |
2016-12-06 | loplugin:unnecessaryoverride | Stephan Bergmann | 1 | -5/+0 |
2016-11-29 | Rewrite some (trivial) assignments inside if/while conditions: formula | Stephan Bergmann | 1 | -4/+12 |
2016-11-24 | vcl: rename Window::Notify to EventNotify | Michael Stahl | 1 | -1/+1 |
2016-11-21 | add missing deps on ui files | David Tardon | 1 | -0/+4 |
2016-11-20 | gbuild allow unitest to run once per lang in WITH_LANG_LIST | Norbert Thiebaud | 1 | -1/+1 |
2016-11-15 | Fix typos | Samuel Mehrbrodt | 1 | -1/+1 |
2016-11-11 | loplugin:countusersofdefaultparams in editeng..rsc | Noel Grandin | 1 | -1/+1 |
2016-11-10 | loplugin fixes here, too | Tor Lillqvist | 1 | -8/+1 |
2016-11-10 | use-after-free fix here, too | Tor Lillqvist | 1 | -2/+2 |
2016-11-10 | Typos | Tor Lillqvist | 1 | -1/+1 |
2016-11-08 | loplugin:expandablemethods in forms..formula | Noel Grandin | 4 | -15/+2 |
2016-11-08 | loplugin:unnecessaryvirtual in framework | Noel Grandin | 1 | -2/+2 |
2016-11-03 | loplugin:unusedmethods unused return types | Noel Grandin | 1 | -22/+21 |
2016-10-30 | -Werror,-Wunused-private-field | Stephan Bergmann | 1 | -1/+0 |
2016-10-29 | display matching search per selected category, tdf#67974 follow-up | Eike Rathke | 1 | -12/+30 |
2016-10-29 | filter hidden functions also in search, tdf#67974 follow-up | Eike Rathke | 1 | -2/+6 |
2016-10-29 | tdf#67974 UI: Add a search box in function wizard in Spreadsheet | Abhilash Singh | 3 | -30/+100 |
2016-10-26 | tdf#103088, improve interoperability with Excel for LOGNORMDIST(). | Winfried Donkers | 1 | -4/+20 |
2016-10-25 | no Edit controls loaded from .src now | Caolán McNamara | 1 | -11/+0 |
2016-10-24 | tdf#103186, make LOGINV ODFF1.2 compliant. | Winfried Donkers | 1 | -0/+4 |
2016-10-19 | loplugin:expandablemethodds in formula..framework | Noel Grandin | 4 | -68/+10 |
2016-10-18 | tdf#93894: Prohibit grouping when certain token types are present. | Kohei Yoshida | 1 | -1/+4 |
2016-10-14 | tdf#102948 Make HYPGEOMDIST ODFF1.2 compliant. | Winfried Donkers | 1 | -0/+16 |
2016-10-06 | I can't see any evidence of any remaining magenta mask using image resources | Caolán McNamara | 2 | -19/+8 |
2016-10-05 | convert the last two lonely FixedInfos to FixedText | Caolán McNamara | 4 | -4/+1 |
2016-10-05 | convert MapUnit to scoped enum | Noel Grandin | 3 | -3/+3 |
2016-10-05 | Remove _TYPED suffix from tools/link.hxx macros | Stephan Bergmann | 9 | -47/+47 |
2016-09-23 | convert formula error codes to scoped enum | Noel Grandin | 2 | -61/+63 |
2016-09-16 | loplogin:singlevalfields in include/ | Noel Grandin | 1 | -6/+2 |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann | 4 | -5/+5 |
2016-08-26 | handle overwriting of symbols/opcodes in symbol map for known cases | Eike Rathke | 1 | -7/+84 |
2016-08-18 | screenshots: add new global make target | Armin Le Grand | 1 | -1/+2 |
2016-08-18 | screenshots: unify dumping of dialog test batch file | Armin Le Grand | 1 | -74/+2 |
2016-08-18 | screenshots: add dialog test cases for formula | Armin Le Grand | 4 | -0/+255 |
2016-08-05 | loplugin:countusersofdefaultparams in editeng..fpicker | Noel Grandin | 1 | -4/+4 |
2016-08-03 | Resolves: tdf#69539 UI rename CONVERT to CONVERT_OOO, CONVERT_ADD to CONVERT | Eike Rathke | 1 | -4/+4 |
2016-08-03 | rename ocConvert to ocConvertOOo and related | Eike Rathke | 2 | -7/+7 |
2016-08-03 | UI rename DURATION to PDURATION, DURATION_ADD to DURATION, tdf#50488 related | Eike Rathke | 1 | -4/+4 |
2016-08-03 | rename ocDuration to ocPDuration and related | Eike Rathke | 1 | -6/+6 |
2016-08-03 | use GRAM_API instead of GRAM_PODF_A1 in API context | Eike Rathke | 1 | -1/+1 |
2016-08-03 | InitSymbolsAPI() for FormulaLanguage::API | Eike Rathke | 1 | -11/+5 |
2016-08-03 | introduce formula::FormulaGrammar::Grammar::GRAM_API | Eike Rathke | 1 | -0/+1 |
2016-08-02 | introduce mxSymbolsAPI and InitSymbolsAPI() | Eike Rathke | 1 | -0/+21 |
2016-08-02 | InitSymbolsPODF() from RID_STRLIST_FUNCTION_NAMES_ENGLISH_PODF | Eike Rathke | 1 | -1/+1 |
2016-08-02 | prepare to disentangle RID_STRLIST_FUNCTION_NAMES_ENGLISH | Eike Rathke | 2 | -7/+901 |
2016-08-01 | keep a broken expression as originally broken | Eike Rathke | 1 | -0/+1 |
2016-08-01 | refine ISOWEEKNUM vs WEEKNUM_OOO detection | Eike Rathke | 1 | -1/+4 |
2016-07-27 | improve passstuffbyref return analysis | Noel Grandin | 1 | -2/+2 |
2016-07-15 | loplugin:commaoperator | Stephan Bergmann | 1 | -1/+1 |
2016-07-14 | strip second parameter from ISOWEEKNUM if literal double != 1.0 | Eike Rathke | 1 | -11/+0 |