summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)Author
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-08Fix isSalCallFunction so it also works on WindowsStephan Bergmann
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann
2017-12-06loplugin:salcallStephan Bergmann
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin
2017-12-05Replace deprecated std::mem_fun et al in extensionsStephan Bergmann
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-12-04new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin
2017-11-27loplugin:unnecessaryparen (clang-cl)Stephan Bergmann
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin
2017-11-23loplugin:simplifyboolStephan Bergmann
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-11-22tdf#112689 Replace chained O(U)StringBuffer::append with operator+qzheng
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-11-20cosmetics: Drop duplicate semicolonTakeshi Abe
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin
2017-11-18Replace list by vector in framectr (extensions)Julien Nabet
2017-11-15silence coverity#1362777 Explicit null dereferencedCaolán McNamara
2017-11-15Fix typosAndrea Gelmini
2017-11-13More proper construction of vnd.sun.star.pkg URLMike Kaganski
2017-11-10No need to blacklist this loplugin:unnecessaryoverrideStephan Bergmann
2017-11-06loplugin:constparams in various(2)Noel Grandin
2017-11-04Make Windows error reporting more robustMike Kaganski
2017-11-04loplugin:constparams in various(1)Noel Grandin
2017-11-02loplugin:finalclasses in filter,extensionsNoel Grandin
2017-11-01loplugin:constantparam in connectivityNoel Grandin
2017-10-27loplugin:includeform: extensions (Windows)Stephan Bergmann
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-23loplugin:includeform: extensionsStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-21tdf#113225 - hold the solar mutex when entering from UNO.Michael Meeks
2017-10-18no need to call acquire()Noel Grandin
2017-10-17use rtl::Reference in BibDataManagerNoel Grandin
2017-10-17turn implicit container explicit in buildable notebooksCaolán McNamara
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-10-03Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski
2017-10-01tdf#39468 Translate German comments (leftovers)Johnny_M
2017-10-01loplugin:flatten (clang-cl, extensions)Stephan Bergmann
2017-09-30Translate German comments and debug strings (leftovers)Johnny_M
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski
2017-09-27readonly xBibCursor in BibDataManagerNoel Grandin
2017-09-25Rename GetSelectEntryData -> GetSelectedEntryDataSamuel Mehrbrodt
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt
2017-09-22Windows: avoid dependence on UNICODE define; prefer W functionsMike Kaganski
2017-09-21loplugin:flatten in editeng..extensionsNoel Grandin
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski