summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)AuthorFilesLines
2018-11-17Adapt to C++2a char_tStephan Bergmann1-1/+1
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski1-2/+2
2018-11-09Fix many Java subsequentcheck test by using JUHJan-Marek Glogowski1-7/+1
2018-11-09Simplify and fix Java UNO API test makefilesJan-Marek Glogowski4-72/+4
2018-11-07move SvTreeListBox to vclCaolán McNamara1-1/+1
2018-11-06tdf#121188 form controls should have InputRequired false by defaultLionel Elie Mamane1-3/+3
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski1-11/+2
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin2-7/+4
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin2-25/+25
2018-10-23clang-tidy performance-unnecessary-copy-init in editeng..i18npoolNoel Grandin1-1/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-2/+2
2018-10-17tdf#42949 Fix IWYU warnings in include/tools/*Gabor Kelemen1-0/+1
2018-10-17loplugin:staticvar in editeng..frameworkNoel Grandin2-6/+6
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin9-32/+44
2018-10-15add SvStream::TellEndNoel Grandin1-1/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen13-0/+13
2018-10-06weld ImpSWFDialogCaolán McNamara1-1/+0
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen6-0/+6
2018-09-20Replace SAL_OVERRIDE with override in internal codeStephan Bergmann1-3/+3
2018-09-17New loplugin:externalStephan Bergmann2-3/+3
2018-09-12loplugin:useuniqueptr in ODatabaseForm::GetDataMultiPartEncodedNoel Grandin1-4/+4
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-09-08loplugin:simplifyconstruct in filter..frameworkNoel Grandin7-15/+4
2018-09-08Replace find_if with proper quantifier algorithmsArkadiy Illarionov2-5/+4
2018-08-30no need to allocate a new string in parseDurationNoel Grandin1-19/+10
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-2/+2
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin1-3/+3
2018-08-29new loplugin:oustringbufferNoel Grandin1-1/+1
2018-08-14create appendCopy method in OUStringBufferNoel Grandin1-1/+1
2018-08-13loplugin:returnconstant in forms..fpickerNoel Grandin4-11/+7
2018-08-02loplugin:stringloop in variousNoel Grandin1-8/+7
2018-07-30Add missing sal/log.hxx headersGabor Kelemen13-0/+13
2018-07-20Fix typosAndrea Gelmini1-1/+1
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin4-10/+8
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): formsStephan Bergmann5-6/+6
2018-06-21Fix typoAndrea Gelmini1-2/+2
2018-06-21loplugin:useuniqueptr in OClickableImageBaseModelNoel Grandin2-14/+5
2018-06-21loplugin:useuniqueptr in frm::ODatabaseFormNoel Grandin2-4/+4
2018-06-21loplugin:useuniqueptr in PropertySetBaseNoel Grandin2-4/+2
2018-06-21loplugin:useuniqueptr in StandardFormatsSupplierNoel Grandin1-4/+3
2018-06-21loplugin:useuniqueptr in frm::AttributeStateNoel Grandin1-6/+4
2018-06-11new loplugin:shouldreturnboolNoel Grandin2-4/+4
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin1-1/+0
2018-06-05forms - move the Bitmap accessing code inside BitmapExNoel Grandin1-63/+19
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke39-24/+31
2018-06-03tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov3-5/+3
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin2-4/+8
2018-05-10loplugin:unnecessaryvirtual improvementsNoel Grandin6-55/+0
2018-05-05Fix typosAndrea Gelmini1-1/+1