summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* loplugin:simplifyboolStephan Bergmann2017-11-231-1/+1
* loplugin:simplifybool for negation of comparison operatorNoel Grandin2017-11-231-1/+1
* tdf#112689 Replace chained O(U)StringBuffer::append with operator+qzheng2017-11-221-15/+16
* Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann2017-11-221-4/+4
* cosmetics: Drop duplicate semicolonTakeshi Abe2017-11-202-2/+2
* look for =() in loplugin:unnecessaryparenNoel Grandin2017-11-201-1/+1
* Replace list by vector in framectr (extensions)Julien Nabet2017-11-181-10/+7
* silence coverity#1362777 Explicit null dereferencedCaolán McNamara2017-11-151-0/+1
* Fix typosAndrea Gelmini2017-11-151-1/+1
* More proper construction of vnd.sun.star.pkg URLMike Kaganski2017-11-131-6/+11
* No need to blacklist this loplugin:unnecessaryoverrideStephan Bergmann2017-11-102-7/+1
* loplugin:constparams in various(2)Noel Grandin2017-11-062-4/+4
* Make Windows error reporting more robustMike Kaganski2017-11-041-4/+3
* loplugin:constparams in various(1)Noel Grandin2017-11-042-2/+2
* loplugin:finalclasses in filter,extensionsNoel Grandin2017-11-0228-147/+75
* loplugin:constantparam in connectivityNoel Grandin2017-11-013-3/+3
* loplugin:includeform: extensions (Windows)Stephan Bergmann2017-10-2717-22/+22
* vcl: make MapMode constructor explicitMichael Stahl2017-10-269-19/+19
* loplugin:includeform: extensionsStephan Bergmann2017-10-2363-151/+151
* overload std::hash for OUString and OStringNoel Grandin2017-10-237-13/+11
* tdf#113225 - hold the solar mutex when entering from UNO.Michael Meeks2017-10-211-0/+1
* no need to call acquire()Noel Grandin2017-10-181-9/+2
* use rtl::Reference in BibDataManagerNoel Grandin2017-10-172-10/+6
* turn implicit container explicit in buildable notebooksCaolán McNamara2017-10-171-3/+18
* Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2017-10-057-58/+63
* add << operator for css::uno::ExceptionNoel Grandin2017-10-045-8/+8
* Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski2017-10-031-1/+1
* tdf#39468 Translate German comments (leftovers)Johnny_M2017-10-011-2/+2
* loplugin:flatten (clang-cl, extensions)Stephan Bergmann2017-10-012-82/+69
* Translate German comments and debug strings (leftovers)Johnny_M2017-09-301-2/+2
* Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski2017-09-307-57/+55
* Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski2017-09-303-16/+16
* readonly xBibCursor in BibDataManagerNoel Grandin2017-09-272-5/+0
* Rename GetSelectEntryData -> GetSelectedEntryDataSamuel Mehrbrodt2017-09-251-1/+1
* Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt2017-09-256-14/+14
* Windows: avoid dependence on UNICODE define; prefer W functionsMike Kaganski2017-09-229-116/+130
* loplugin:flatten in editeng..extensionsNoel Grandin2017-09-212-15/+11
* Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt2017-09-216-10/+10
* Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt2017-09-217-16/+16
* Some more WIN32_LEAN_AND_MEANMike Kaganski2017-09-183-0/+9
* Use even more WIN32_LEAN_AND_MEANMike Kaganski2017-09-181-0/+3
* use more default copy ctorsJochen Nitschke2017-09-171-11/+0
* Make clamping of aParams.format work reliablyStephan Bergmann2017-09-111-1/+8
* -Werror,-Wtautological-compare with latest clangNoel Grandin2017-09-081-1/+1
* set parent for file dialog helperCaolán McNamara2017-09-082-7/+6
* extensions: GCC 7 -Werror=format-truncationMichael Stahl2017-09-071-1/+13
* new loplugin:redundantpointeropsNoel Grandin2017-09-041-1/+1
* loplugin:constparams: extensions (clang-cl)Stephan Bergmann2017-08-318-17/+17
* Drop gratuitous initial :: from comphelper::ProfileZoneTor Lillqvist2017-08-251-1/+1
* convert message box style bits to scoped enumNoel Grandin2017-08-232-2/+2