Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-05-31 | include memory for GCC12 | Michael Stahl | 1 | -0/+1 |
2020-05-12 | limit forms to http[s] | Caolán McNamara | 2 | -0/+9 |
2019-11-26 | tdf#126043 fetch the command properties just once | Caolán McNamara | 1 | -2/+3 |
2019-10-31 | avoid intermediate vcl::Windows | Caolán McNamara | 1 | -3/+2 |
2019-10-31 | Fix StringAdd::isCompileTimeConstant | Stephan Bergmann | 2 | -4/+2 |
2019-10-30 | Fix Plugin::containsPreprocessingConditionalInclusion | Stephan Bergmann | 1 | -2/+1 |
2019-10-21 | loplugin:virtualdead unused params in forms | Noel Grandin | 6 | -9/+9 |
2019-10-18 | make bin/update_pch.s always include code in trivial #if's | Luboš Luňák | 1 | -5/+2 |
2019-10-17 | Rename OUStringLiteral1 to OUStringChar | Stephan Bergmann | 1 | -1/+1 |
2019-10-15 | new loplugin:bufferadd | Noel Grandin | 1 | -13/+10 |
2019-09-26 | loplugin:constmethod in forms..fpicker | Noel Grandin | 9 | -20/+20 |
2019-09-23 | do not require $(SRCDIR) in every gb_Library_set_precompiled_header | Luboš Luňák | 1 | -1/+1 |
2019-09-17 | move GetStandardText to stdtext.hxx | Caolán McNamara | 2 | -3/+2 |
2019-09-06 | return unique_ptr from :svt::GraphicAccess::getImageStream | Noel Grandin | 1 | -1/+1 |
2019-09-06 | tdf#39593 use isUnoTunnelId | Arkadiy Illarionov | 1 | -3/+1 |
2019-09-06 | Typos | Andrea Gelmini | 7 | -11/+11 |
2019-08-24 | loplugin:returnconstval in desktop..forms | Noel Grandin | 2 | -2/+2 |
2019-08-20 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2019-08-17 | tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor | Julien Nabet | 5 | -25/+13 |
2019-08-17 | tdf#125340 transport preferred dialog parent down the migration dialog | Caolán McNamara | 1 | -1/+22 |
2019-08-16 | use more TOOLS_WARN_EXCEPTION | Noel Grandin | 2 | -4/+2 |
2019-08-15 | loplugin:sequenceloop in forms..oox | Noel Grandin | 5 | -9/+11 |
2019-08-12 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2019-08-12 | Fix typos | Andrea Gelmini | 2 | -2/+2 |
2019-07-31 | Improved loplugin:stringconstant (now that GCC 7 supports it): forms | Stephan Bergmann | 51 | -73/+73 |
2019-07-19 | loplugin:referencecasting in forms..fpicker | Noel Grandin | 12 | -46/+32 |
2019-07-18 | cid#1448381 Unchecked return value | Caolán McNamara | 1 | -1/+0 |
2019-06-23 | Fix typos | Andrea Gelmini | 1 | -2/+2 |
2019-06-21 | tdf#39593 Remove frm::OGridControlModel::getColumnImplementation | Arkadiy Illarionov | 4 | -17/+7 |
2019-06-20 | tdf#39593 Remove static xforms::Binding::getModelImpl | Arkadiy Illarionov | 2 | -12/+2 |
2019-06-20 | tdf#39593 Remove xforms::Model::getModel | Arkadiy Illarionov | 4 | -25/+8 |
2019-06-20 | tdf#39593 Remove xforms::Binding::getBinding | Arkadiy Illarionov | 6 | -25/+19 |
2019-06-20 | tdf#39593 Remove xforms::Submission::getSubmission | Arkadiy Illarionov | 4 | -20/+12 |
2019-06-17 | Add comphelper::getUnoTunnelImplementation template | Arkadiy Illarionov | 2 | -2/+2 |
2019-06-16 | loplugin:logexceptionnicely in filter..framework | Noel Grandin | 2 | -5/+6 |
2019-06-07 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2019-06-07 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2019-06-07 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2019-06-06 | Fix typo | Andrea Gelmini | 1 | -2/+2 |
2019-06-06 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2019-06-06 | Fix typo | Andrea Gelmini | 1 | -6/+6 |
2019-06-05 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2019-06-05 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2019-06-05 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2019-06-04 | tdf#39593 remove IMPL_XUNOTUNNEL* macros | Arkadiy Illarionov | 2 | -2/+2 |
2019-06-04 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2019-06-04 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2019-06-03 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2019-06-02 | Fix typo | Andrea Gelmini | 1 | -2/+2 |
2019-05-31 | Use hasElements to check Sequence emptiness in [e-i]* | Arkadiy Illarionov | 5 | -16/+16 |