summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)AuthorFilesLines
2019-05-31Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov5-16/+16
2019-05-23Re-enable JunitTest_forms_unoapi_2 forms.ODateModelStephan Bergmann1-1/+1
2019-05-22New loplugin:dataStephan Bergmann2-2/+2
2019-05-16tdf#125170 Deliver mouse events also when clicking into document contentSamuel Mehrbrodt1-1/+1
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin3-7/+7
2019-05-10an uno -> a unoCaolán McNamara1-1/+1
2019-05-10an is used before a vowel soundCaolán McNamara2-4/+4
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák1-37/+22
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin2-9/+4
2019-05-07Fix typoAndrea Gelmini1-1/+1
2019-04-21Fix typoAndrea Gelmini1-1/+1
2019-04-20Fix typoAndrea Gelmini1-2/+2
2019-04-19Fix typoAndrea Gelmini1-1/+1
2019-04-18Fix typoAndrea Gelmini1-1/+1
2019-04-13loplugin:sequentialassign in filter..fpickerNoel Grandin3-7/+3
2019-04-09[API CHANGE] Asserts to never clear already cleared guardMike Kaganski2-3/+1
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski3-12/+12
2019-04-06Use char version of OString/OStringBuffer methodsMatteo Casalin1-12/+12
2019-04-06Use getTokenCount and indexed getTokenMatteo Casalin1-10/+4
2019-04-05Remove unused using declarations in directories [e-l]*Gabor Kelemen8-18/+0
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen2-0/+3
2019-03-25new loplugin:unoqueryNoel Grandin3-7/+7
2019-03-20Improve parseDateTime tokenization and reduce OUString copiesMatteo Casalin1-13/+6
2019-03-12tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen4-0/+4
2019-03-07log nice exception messages whereever possibleNoel Grandin2-2/+4
2019-03-05re-land "new loplugin typedefparam""Noel Grandin4-41/+45
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin5-6/+2
2019-02-23loplugin:unusedfields in forms..fpickerNoel Grandin4-10/+0
2019-02-18use unique_ptr in OComponentEventThreadNoel Grandin6-38/+12
2019-02-18use clear() instead of erase(begin, end)Noel Grandin1-2/+2
2019-02-18Simplify containers iterations in [f-l]*Arkadiy Illarionov3-25/+15
2019-02-13Pointer is pointlessNoel Grandin1-1/+0
2019-02-09loplugin:indentation in forms..fpickerNoel Grandin4-9/+9
2019-01-24fix load/save of forms with HAVINGNoel Grandin1-13/+21
2019-01-21Avoid -Werror=format-truncation=Stephan Bergmann1-4/+4
2019-01-15tdf#42949 Fix IWYU warnings in include/toolkit/*Gabor Kelemen1-0/+1
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann1-1/+5
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen4-0/+5
2018-12-17tdf#122152 set dialog parentCaolán McNamara1-3/+18
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen3-0/+3
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann4-5/+5
2018-12-05remove unused SvLockBytesStatFlag enumNoel Grandin1-3/+3
2018-11-26drop some unnecessary includesCaolán McNamara1-1/+0
2018-11-22--enable-dbgutil --disable-assert-always-abort fixesStephan Bergmann2-3/+3
2018-11-21improve function-local statics in forms..reportdesignNoel Grandin7-45/+20
2018-11-21loplugin:redundantfcast improvementsNoel Grandin1-1/+1
2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen1-0/+1
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen5-0/+5
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