summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)Author
2020-09-17fix LTO+mergedlibs on windowsNoel Grandin
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-08Remove some unused const variablesStephan Bergmann
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann
2020-09-04TabPage no longer needs to inherit from VclBuilderContainerCaolán McNamara
2020-09-02use XTextComponent interface instead of bare vcl::EditCaolán McNamara
2020-09-01Fix typo in codeAndrea Gelmini
2020-08-28bibliography copy and paste doesn't work from menusCaolán McNamara
2020-08-28should check if edit is editable for allowing pasteCaolán McNamara
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-27add a DisableCycleFocusOut flag for an all-welded hierarchyCaolán McNamara
2020-08-24restore translatable="no"Caolán McNamara
2020-08-24tdf#118148 Extended tips from HC2/shared/Olivier Hallot
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-14tdf#135526 ranges overflowing to become negativeCaolán McNamara
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin
2020-08-07Make use of std string_viewStephan Bergmann
2020-08-06result of MnemonicGenerator::CreateMnemonic was unusedCaolán McNamara
2020-08-05Ensure cp target directory existsStephan Bergmann
2020-08-04loplugin:elidestringvar (clang-cl)Stephan Bergmann
2020-08-04Improved loplugin:staticanonymous -> redundantstatic redux, clang-clStephan Bergmann
2020-08-04loplugin:simplifybool (clang-cl)Stephan Bergmann
2020-07-30loplugin:unusedmethodsNoel Grandin
2020-07-27extensions/dbp: create instances with uno constructorsNoel Grandin
2020-07-27extensions/WinUserInfo: create instances with uno constructorsNoel Grandin
2020-07-25loplugin:constantparamNoel Grandin
2020-07-25loplugin:unusedmethodsNoel Grandin
2020-07-23extensions/scanner: create instances with uno constructorsNoel Grandin
2020-07-23extensions/updateui: create instances with uno constructorsNoel Grandin
2020-07-23extensions/updatefeed: create instances with uno constructorsNoel Grandin
2020-07-23extensions/ldap: create instances with uno constructorsNoel Grandin
2020-07-22extensions/prop: create instances with uno constructorsNoel Grandin
2020-07-21Fix uses of char16_t*/wchar_t* stream insertersStephan Bergmann
2020-07-16compact namespace: editeng-filterNoel Grandin
2020-07-16drop m_xFormatter during disposingCaolán McNamara
2020-07-16extensions/bib: create instances with uno constructorsNoel Grandin
2020-07-15replace TimeSpinButton with FormattedSpinButtonCaolán McNamara
2020-07-14set max rangeCaolán McNamara
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens
2020-07-08loplugin:redundantstatic (extensions/updatecheck(config|job))Julien Nabet
2020-07-05adjust FormattedSpinButton to be driven by an EntryFormatterCaolán McNamara
2020-07-03loplugin:redundantstatic (extensions/updatecheckui)Julien Nabet
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: extensionsStephan Bergmann
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2020-06-08loplugin:elidestringvar in extensionsJulien Nabet
2020-06-08Use o3tl::safeCoInitializeEx/safeCoUninitializeReinit (extensions/updatecheck)Julien Nabet
2020-06-07New loplugin:elidestringvarStephan Bergmann
2020-06-05have just one way to set expander imageCaolán McNamara
2020-06-04loplugin:simplifypointertobool improve (2)Noel Grandin