summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: extensionsStephan Bergmann63-151/+151
2017-10-23overload std::hash for OUString and OStringNoel Grandin7-13/+11
2017-10-21tdf#113225 - hold the solar mutex when entering from UNO.Michael Meeks1-0/+1
2017-10-18no need to call acquire()Noel Grandin1-9/+2
2017-10-17use rtl::Reference in BibDataManagerNoel Grandin2-10/+6
2017-10-17turn implicit container explicit in buildable notebooksCaolán McNamara1-3/+18
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski7-58/+63
2017-10-04add << operator for css::uno::ExceptionNoel Grandin5-8/+8
2017-10-03Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski1-1/+1
2017-10-01tdf#39468 Translate German comments (leftovers)Johnny_M1-2/+2
2017-10-01loplugin:flatten (clang-cl, extensions)Stephan Bergmann2-82/+69
2017-09-30Translate German comments and debug strings (leftovers)Johnny_M1-2/+2
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski7-57/+55
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski3-16/+16
2017-09-27readonly xBibCursor in BibDataManagerNoel Grandin2-5/+0
2017-09-25Rename GetSelectEntryData -> GetSelectedEntryDataSamuel Mehrbrodt1-1/+1
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt6-14/+14
2017-09-22Windows: avoid dependence on UNICODE define; prefer W functionsMike Kaganski9-116/+130
2017-09-21loplugin:flatten in editeng..extensionsNoel Grandin2-15/+11
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt6-10/+10
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt7-16/+16
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski3-0/+9
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski1-0/+3
2017-09-17use more default copy ctorsJochen Nitschke1-11/+0
2017-09-11Make clamping of aParams.format work reliablyStephan Bergmann1-1/+8
2017-09-08-Werror,-Wtautological-compare with latest clangNoel Grandin1-1/+1
2017-09-08set parent for file dialog helperCaolán McNamara2-7/+6
2017-09-07extensions: GCC 7 -Werror=format-truncationMichael Stahl1-1/+13
2017-09-04new loplugin:redundantpointeropsNoel Grandin1-1/+1
2017-08-31loplugin:constparams: extensions (clang-cl)Stephan Bergmann8-17/+17
2017-08-25Drop gratuitous initial :: from comphelper::ProfileZoneTor Lillqvist1-1/+1
2017-08-23convert message box style bits to scoped enumNoel Grandin2-2/+2
2017-08-21Fix typosAndrea Gelmini1-1/+1
2017-08-18tdf#105538 Download update to Downloads folder on WindowsTakeshi Abe2-6/+8
2017-08-18loplugin:oncevar (clang-cl)Stephan Bergmann1-1/+1
2017-08-18Fix typosAndrea Gelmini1-1/+1
2017-08-17Fix typosAndrea Gelmini1-1/+1
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin4-8/+4
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin2-6/+4
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin8-19/+17
2017-08-09desktop,extensions: updater: only allow redirects to HTTP/HTTPSMichael Stahl1-0/+2
2017-08-08loplugin:unusedmethodsNoel Grandin1-3/+0
2017-08-02split out VclBuilder static methodsCaolán McNamara1-1/+1
2017-08-01move resmgr to unotoolsCaolán McNamara13-127/+26
2017-07-31loplugin:constparams in extensions,scripting,sdextNoel Grandin7-11/+11
2017-07-31loplugin:oncevarNoel Grandin3-11/+10
2017-07-28loplugin:constparams handle constructorsNoel Grandin5-6/+6
2017-07-25fix propcontroller extension regressionNoel Grandin2-6/+33
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin1-12/+7