summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)Author
2020-05-28limit forms to http[s]Caolán McNamara
2018-12-18[API CHANGE] tdf#122152 set dialog parentCaolán McNamara
2018-11-22tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen
2018-11-22tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-11-17Adapt to C++2a char_tStephan Bergmann
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski
2018-11-09Fix many Java subsequentcheck test by using JUHJan-Marek Glogowski
2018-11-09Simplify and fix Java UNO API test makefilesJan-Marek Glogowski
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-11-06tdf#121188 form controls should have InputRequired false by defaultLionel Elie Mamane
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-23clang-tidy performance-unnecessary-copy-init in editeng..i18npoolNoel Grandin
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-17tdf#42949 Fix IWYU warnings in include/tools/*Gabor Kelemen
2018-10-17loplugin:staticvar in editeng..frameworkNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-15add SvStream::TellEndNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen
2018-10-06weld ImpSWFDialogCaolán McNamara
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen
2018-09-20Replace SAL_OVERRIDE with override in internal codeStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-09-12loplugin:useuniqueptr in ODatabaseForm::GetDataMultiPartEncodedNoel Grandin
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-09-08loplugin:simplifyconstruct in filter..frameworkNoel Grandin
2018-09-08Replace find_if with proper quantifier algorithmsArkadiy Illarionov
2018-08-30no need to allocate a new string in parseDurationNoel Grandin
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin
2018-08-29new loplugin:oustringbufferNoel Grandin
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-08-13loplugin:returnconstant in forms..fpickerNoel Grandin
2018-08-02loplugin:stringloop in variousNoel Grandin
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-07-20Fix typosAndrea Gelmini
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): formsStephan Bergmann
2018-06-21Fix typoAndrea Gelmini
2018-06-21loplugin:useuniqueptr in OClickableImageBaseModelNoel Grandin
2018-06-21loplugin:useuniqueptr in frm::ODatabaseFormNoel Grandin
2018-06-21loplugin:useuniqueptr in PropertySetBaseNoel Grandin
2018-06-21loplugin:useuniqueptr in StandardFormatsSupplierNoel Grandin
2018-06-21loplugin:useuniqueptr in frm::AttributeStateNoel Grandin
2018-06-11new loplugin:shouldreturnboolNoel Grandin
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin
2018-06-05forms - move the Bitmap accessing code inside BitmapExNoel Grandin
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke