summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin4-27/+22
2020-08-07Make use of std string_viewStephan Bergmann1-6/+2
2020-08-06result of MnemonicGenerator::CreateMnemonic was unusedCaolán McNamara1-1/+1
2020-08-05Ensure cp target directory existsStephan Bergmann1-1/+2
2020-08-04loplugin:elidestringvar (clang-cl)Stephan Bergmann1-15/+5
2020-08-04Improved loplugin:staticanonymous -> redundantstatic redux, clang-clStephan Bergmann1-1/+1
2020-08-04loplugin:simplifybool (clang-cl)Stephan Bergmann1-1/+1
2020-07-30loplugin:unusedmethodsNoel Grandin8-257/+6
2020-07-27extensions/dbp: create instances with uno constructorsNoel Grandin7-256/+51
2020-07-27extensions/WinUserInfo: create instances with uno constructorsNoel Grandin5-59/+12
2020-07-25loplugin:constantparamNoel Grandin1-3/+3
2020-07-25loplugin:unusedmethodsNoel Grandin2-21/+0
2020-07-23extensions/scanner: create instances with uno constructorsNoel Grandin5-73/+14
2020-07-23extensions/updateui: create instances with uno constructorsNoel Grandin6-125/+33
2020-07-23extensions/updatefeed: create instances with uno constructorsNoel Grandin2-70/+24
2020-07-23extensions/ldap: create instances with uno constructorsNoel Grandin5-86/+12
2020-07-22extensions/prop: create instances with uno constructorsNoel Grandin40-822/+300
2020-07-21Fix uses of char16_t*/wchar_t* stream insertersStephan Bergmann1-1/+1
2020-07-16compact namespace: editeng-filterNoel Grandin1-7/+2
2020-07-16drop m_xFormatter during disposingCaolán McNamara1-2/+6
2020-07-16extensions/bib: create instances with uno constructorsNoel Grandin2-52/+9
2020-07-15replace TimeSpinButton with FormattedSpinButtonCaolán McNamara5-15/+22
2020-07-14set max rangeCaolán McNamara1-1/+4
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-08loplugin:redundantstatic (extensions/updatecheck(config|job))Julien Nabet2-3/+3
2020-07-05adjust FormattedSpinButton to be driven by an EntryFormatterCaolán McNamara2-22/+29
2020-07-03loplugin:redundantstatic (extensions/updatecheckui)Julien Nabet1-1/+1
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: extensionsStephan Bergmann8-12/+12
2020-06-24use more std::container::insert instead of std::copyNoel Grandin1-1/+1
2020-06-08loplugin:elidestringvar in extensionsJulien Nabet2-6/+3
2020-06-08Use o3tl::safeCoInitializeEx/safeCoUninitializeReinit (extensions/updatecheck)Julien Nabet1-2/+7
2020-06-07New loplugin:elidestringvarStephan Bergmann1-5/+2
2020-06-05have just one way to set expander imageCaolán McNamara3-4/+9
2020-06-04loplugin:simplifypointertobool improve (2)Noel Grandin1-1/+1
2020-06-03Upcoming loplugin:elidestringvar: extensionsStephan Bergmann4-30/+15
2020-06-03loplugin:simplifypointertobool improveNoel Grandin2-2/+2
2020-05-29loplugin:simplifybool in dbaccess..frameworkNoel Grandin2-4/+4
2020-05-29Prefer CoInitializeEx instead of CoInitialize (2)Julien Nabet1-1/+1
2020-05-27Avoid calling osl_closeFile, osl_freeProcessHandle on null argumentsStephan Bergmann1-6/+6
2020-05-27Revert "Revert 'Fix leak in extensions/updatecheck'"Stephan Bergmann1-3/+7
2020-05-24Revert "Fix leak in extensions/updatecheck"Julien Nabet1-7/+3
2020-05-23nospin hack no longer in useCaolán McNamara2-3/+3
2020-05-23Fix leak in extensions/updatecheckJulien Nabet1-3/+7
2020-05-22Prefer CoInitializeEx instead of CoInitializeJulien Nabet7-11/+11
2020-05-22move InterimItemWindow to vclCaolán McNamara1-1/+1
2020-05-21loplugin:sequenceloopNoel Grandin1-1/+1
2020-05-20use for-range on Sequence in e*Noel Grandin4-20/+18
2020-05-13Fix translation domains in .ui filesGabor Kelemen6-6/+6
2020-05-13weld bibliography EditBox control ItemWindowCaolán McNamara5-46/+104
2020-05-13weld bibliography ComboBox control ItemWindowCaolán McNamara5-53/+113