summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)Author
2019-04-15tdf#124649 bibliography menubar: show icons for most importent itemsandreas kainz
2019-04-15tdf#122172 set textContent to nil in OOoContentDataProviderTomaž Vajngerl
2019-04-13loplugin:sequentialassign in editeng..extensionsNoel Grandin
2019-04-09drop some unneeded includesCaolán McNamara
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski
2019-04-05Remove unused using declarations in directories [e-l]*Gabor Kelemen
2019-04-02drop some unneeded includesCaolán McNamara
2019-03-27loplugin:typedefparam (clang-cl)Stephan Bergmann
2019-03-27loplugin:stringconstant (clang-cl)Stephan Bergmann
2019-03-22weld TabOrderDialogCaolán McNamara
2019-03-22reorient dialog to standard orientationCaolán McNamara
2019-03-20weld SwFieldEditDlgCaolán McNamara
2019-03-14loplugin:unusedmethodsNoel Grandin
2019-03-13ActiveX: Use correct mimetypesSamuel Mehrbrodt
2019-03-12prefer weld::Window variantsCaolán McNamara
2019-03-12weld extensions FormatNumberDialogCaolán McNamara
2019-03-12tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen
2019-03-12Fix typo in mimetype: msexcell -> msexcelSamuel Mehrbrodt
2019-03-11i#119731 Hyperlink Control on dialog EditorShubham Goyal
2019-03-09loplugin:unusedmethodsNoel Grandin
2019-03-08tdf#53524 Create UNO grid control- dialog editorShubham Goyal
2019-03-07Generate more specific names for unknown members than just "Unknown"Tor Lillqvist
2019-03-07log nice exception messages whereever possibleNoel Grandin
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin
2019-03-03weld SvxMacroAssignDlgCaolán McNamara
2019-02-27loplugin:simplifybool improve search for negated operatorNoel Grandin
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann
2019-02-23loplugin:unusedfields in extensionsNoel Grandin
2019-02-20Simplify containers iterations in desktop, dtrans, editeng, extensionsArkadiy Illarionov
2019-02-19weld ChineseDictionaryDialogCaolán McNamara
2019-02-19Better loplugin:unnecessaryparen check for vexing parseStephan Bergmann
2019-02-19tdf#112689:Replace chained O(U)StringBuffer::append() with operator+Salih Sariyar
2019-02-17tdf#122305 tdf#122307 wrap label based on current wizard widthCaolán McNamara
2019-02-16weld DBChangeDialog_ImplCaolán McNamara
2019-02-13Pointer is pointlessNoel Grandin
2019-02-10Make LDAP support optionalAndrew Udvare
2019-02-08loplugin:indentation in editeng..extensionsNoel Grandin
2019-02-07complete the univerbation of E-mail to Email in the uiCaolán McNamara
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen
2019-02-04weld OSelectLabelDialogCaolán McNamara
2019-01-30loplugin:implicitboolconversion (clang-cl)Stephan Bergmann
2019-01-30-Werror,-Wenum-compare (clang-cl)Stephan Bergmann
2019-01-30loplugin:nullptr (clang-cl)Stephan Bergmann
2019-01-30loplugin:redundantcast (clang-cl)Stephan Bergmann
2019-01-21SAL_INFO also for parameter names that are not foundTor Lillqvist
2019-01-21Avoid -Werror=format-{overflow,truncation}=Stephan Bergmann
2019-01-21o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen
2019-01-16Minimum Supported Version is VS2017himajin100000