summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Expand)AuthorAgeFilesLines
...
* Adapt to C++2a char_tStephan Bergmann2018-11-171-1/+1
* Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski2018-11-101-2/+2
* Fix many Java subsequentcheck test by using JUHJan-Marek Glogowski2018-11-091-7/+1
* Simplify and fix Java UNO API test makefilesJan-Marek Glogowski2018-11-094-72/+4
* move SvTreeListBox to vclCaolán McNamara2018-11-071-1/+1
* tdf#121188 form controls should have InputRequired false by defaultLionel Elie Mamane2018-11-061-3/+3
* replace double-checked locking patterns with thread safe local staticsMike Kaganski2018-11-041-11/+2
* use unique_ptr when Clone()'ing PoolItemsNoel Grandin2018-10-262-7/+4
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-242-25/+25
* clang-tidy performance-unnecessary-copy-init in editeng..i18npoolNoel Grandin2018-10-231-1/+1
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-191-2/+2
* tdf#42949 Fix IWYU warnings in include/tools/*Gabor Kelemen2018-10-171-0/+1
* loplugin:staticvar in editeng..frameworkNoel Grandin2018-10-172-6/+6
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-179-32/+44
* add SvStream::TellEndNoel Grandin2018-10-151-1/+1
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-091-1/+1
* tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen2018-10-0813-0/+13
* weld ImpSWFDialogCaolán McNamara2018-10-061-1/+0
* tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen2018-09-246-0/+6
* Replace SAL_OVERRIDE with override in internal codeStephan Bergmann2018-09-201-3/+3
* New loplugin:externalStephan Bergmann2018-09-172-3/+3
* loplugin:useuniqueptr in ODatabaseForm::GetDataMultiPartEncodedNoel Grandin2018-09-121-4/+4
* tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2018-09-101-0/+1
* loplugin:simplifyconstruct in filter..frameworkNoel Grandin2018-09-087-15/+4
* Replace find_if with proper quantifier algorithmsArkadiy Illarionov2018-09-082-5/+4
* no need to allocate a new string in parseDurationNoel Grandin2018-08-301-19/+10
* Replace find_if with proper quantifier algorithmsArkadiy Illarionov2018-08-291-2/+2
* replace rtl_allocateMemory with std::mallocNoel Grandin2018-08-291-3/+3
* new loplugin:oustringbufferNoel Grandin2018-08-291-1/+1
* create appendCopy method in OUStringBufferNoel Grandin2018-08-141-1/+1
* loplugin:returnconstant in forms..fpickerNoel Grandin2018-08-134-11/+7
* loplugin:stringloop in variousNoel Grandin2018-08-021-8/+7
* Add missing sal/log.hxx headersGabor Kelemen2018-07-3013-0/+13
* Fix typosAndrea Gelmini2018-07-201-1/+1
* pass SvStream around by std::unique_ptrNoel Grandin2018-07-104-10/+8
* Improved loplugin:redundantcast (const-qualified typedefs): formsStephan Bergmann2018-06-295-6/+6
* Fix typoAndrea Gelmini2018-06-211-2/+2
* loplugin:useuniqueptr in OClickableImageBaseModelNoel Grandin2018-06-212-14/+5
* loplugin:useuniqueptr in frm::ODatabaseFormNoel Grandin2018-06-212-4/+4
* loplugin:useuniqueptr in PropertySetBaseNoel Grandin2018-06-212-4/+2
* loplugin:useuniqueptr in StandardFormatsSupplierNoel Grandin2018-06-211-4/+3
* loplugin:useuniqueptr in frm::AttributeStateNoel Grandin2018-06-211-6/+4
* new loplugin:shouldreturnboolNoel Grandin2018-06-112-4/+4
* look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin2018-06-081-1/+0
* forms - move the Bitmap accessing code inside BitmapExNoel Grandin2018-06-051-63/+19
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-0539-24/+31
* tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov2018-06-033-5/+3
* Improve re-throwing of UNO exceptionsNoel Grandin2018-05-252-4/+8
* loplugin:unnecessaryvirtual improvementsNoel Grandin2018-05-106-55/+0
* Fix typosAndrea Gelmini2018-05-051-1/+1