summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-24coverity#1242860 Unused value + loplugin:casttovoidCaolán McNamara1-2/+5
2017-07-24coverity#1242860 Unused valueCaolán McNamara1-1/+1
2017-07-23remove now unnecessary comphelper::OModuleClient stuffNoel Grandin11-18/+48
2017-07-23Removed duplicated includesAndrea Gelmini2-2/+0
2017-07-22loplugin:unusedfields in extensions..frameworkNoel Grandin6-20/+0
2017-07-21Eliminate DateTime::operator+=() and -=() with POD typesEike Rathke1-2/+2
2017-07-21de-hrc various thingsCaolán McNamara28-319/+175
2017-07-21migrate to boost::gettextCaolán McNamara121-4194/+1173
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke1-2/+2
2017-07-17loplugin:oncevar: extensions (clang-cl)Stephan Bergmann1-2/+2
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin7-9/+9
2017-07-13loplugin:oncevar: empty strings: extensionsStephan Bergmann1-2/+1