summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-01improve AttributeState compare operatorJochen Nitschke1-2/+2
2018-04-24Revert "work around clang-cl ABI bug PR25641"Stephan Bergmann1-3/+0
2018-04-17remove no longer necessary operator new/delete overridesNoel Grandin2-5/+3
2018-04-15remove some unused comphelper includesJochen Nitschke9-13/+0
2018-04-12make SvxEditSource::Clone return std::unique_ptrNoel Grandin2-3/+3
2018-04-06weld linkeditdialogCaolán McNamara2-2/+3
2018-04-03new loplugin:dbgunhandledexceptionNoel Grandin2-12/+12
2018-04-03tdf#93173: Remove arbitrary line spacing limitMike Kaganski1-1/+1
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin18-68/+68
2018-04-01fix some openoffice bugzilla linksdennisroczek1-1/+1
2018-04-01remove unused processfactory.hxx includesJochen Nitschke30-30/+0
2018-03-23loplugin:useuniqueptr in RichTextControlImplNoel Grandin2-6/+6
2018-03-20drop unnecessary includesCaolán McNamara1-1/+0
2018-03-17Use for-range loops in formsJulien Nabet6-48/+35
2018-03-15forms: Don't create a GraphicObject URL if we have xGraphic anywayTomaž Vajngerl1-9/+1
2018-03-07use more Color in editeng..formsNoel Grandin6-19/+20
2018-02-28convert COL_ constants to be of type ColorNoel Grandin4-6/+6
2018-02-27remove unused vclunohelper.hxx includesJochen Nitschke1-1/+0