summaryrefslogtreecommitdiff
path: root/forms/source/component
AgeCommit message (Expand)AuthorFilesLines
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-7/+7
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-08-03loplugin:constparams in formsNoel Grandin4-6/+6
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-3/+3
2017-07-30tdf#96370 rework filtering to be aware of WHERE vs HAVING clauseLionel Elie Mamane1-2/+40
2017-07-21de-hrc various thingsCaolán McNamara18-18/+2
2017-07-21migrate to boost::gettextCaolán McNamara9-9/+9
2017-07-13use more OUString::operator== in forms..salNoel Grandin1-1/+1
2017-07-13loplugin:oncevar: empty strings: formsStephan Bergmann1-2/+1
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin1-1/+1
2017-07-11use more range-for on uno::SequenceNoel Grandin1-5/+2
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke2-3/+3
2017-07-06use more begin()/end() for SequenceNoel Grandin4-54/+35
2017-07-03use begin()/end() when working with SequenceNoel Grandin1-1/+1
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke2-7/+7
2017-07-02loplugin:casttovoid: formsStephan Bergmann4-8/+4
2017-06-28remove default-able copy ctors and copy operatorsJochen Nitschke2-9/+0
2017-06-26s/catched/caughtNoel Grandin1-1/+1
2017-06-24janitorial; not useful; is actually used belowLionel Elie Mamane1-1/+1
2017-06-24tdf#108732 ListBox: in absence of a field, treat data as stringLionel Elie Mamane1-1/+3
2017-06-23loplugin:oncevar filter..formsNoel Grandin2-3/+2
2017-06-23loplugin:unusedfields in forms..idlcNoel Grandin4-20/+1
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin1-1/+1
2017-06-14Handle TypedItemList property in models, tdf#108413 follow-upEike Rathke4-5/+63
2017-06-13Fix subsequentcheck, TYPEDITEMLIST has to be OPTIONAL, tdf#108413 follow-upEike Rathke2-2/+2
2017-06-12Resolves: tdf#108413 yet some more TYPEDITEMLIST property entriesEike Rathke2-2/+4
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0
2017-06-07Translate and fix the from-German translation of "UNO binding"Johnny_M1-2/+2
2017-06-05Improved loplugin:cstylecast to reference types: formsStephan Bergmann2-4/+4
2017-05-31Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann1-1/+0
2017-05-30remove duplicate 'using namespace'Jochen Nitschke1-1/+0
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-2/+2
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-12/+3
2017-05-23enhance useuniqueptr lopluginNoel Grandin1-7/+4
2017-05-22Fix the from-German translation of "UNO binding"Johnny_M2-4/+4
2017-05-20Translate German comments and debug strings (leftovers in f... dirs)Johnny_M3-5/+5
2017-05-20cleanup unused css/script/ includesJochen Nitschke1-1/+0
2017-05-19loplugin:stringcopy: formsStephan Bergmann1-1/+1
2017-05-12remove unused uno::Reference varsNoel Grandin4-4/+0
2017-05-09loplugin: simplifyboolCaolán McNamara1-1/+1
2017-05-09tdf#107720 Bound Control initFromField: consider the case of the insert rowLionel Elie Mamane1-1/+11
2017-04-26use strong_int for LanguageTypeNoel Grandin1-2/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock3-0/+3
2017-04-21remove some old MSVC workaroundsNoel Grandin2-16/+13
2017-04-19clang-tidy readability-simplify-boolean-expr in dbaccess..frameworkNoel Grandin1-3/+1
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin2-2/+2
2017-04-04make UNO enums scoped for internal LO codeNoel Grandin1-3/+3
2017-04-02coverity#1403662 Mixing enum typesCaolán McNamara1-5/+5
2017-03-30tdf#39468 Translate German commentsJens Carl1-1/+1
2017-03-25Fix typosAndrea Gelmini1-1/+1