summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* twain32shim: Windows directory might not be in DLL search path sometimesMike Kaganski2020-09-303-1/+16
* More “e-mail” → “email”Adolfo Jayme Barrientos2020-09-291-1/+1
* cid#1466970 annotate as false positiveCaolán McNamara2020-09-231-0/+4
* OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara2020-09-222-2/+2
* Make sure --enable-online-update does not leave behind UpdateCheckThreadStephan Bergmann2020-09-183-44/+150
* fix LTO+mergedlibs on windowsNoel Grandin2020-09-171-0/+10
* Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2020-09-1610-57/+31
* Remove some unused const variablesStephan Bergmann2020-09-082-14/+0
* Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann2020-09-071-1/+1
* TabPage no longer needs to inherit from VclBuilderContainerCaolán McNamara2020-09-042-2/+10
* use XTextComponent interface instead of bare vcl::EditCaolán McNamara2020-09-021-29/+38
* Fix typo in codeAndrea Gelmini2020-09-011-3/+3
* bibliography copy and paste doesn't work from menusCaolán McNamara2020-08-282-10/+13
* should check if edit is editable for allowing pasteCaolán McNamara2020-08-281-7/+6
* Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2020-08-2812-31/+31
* add a DisableCycleFocusOut flag for an all-welded hierarchyCaolán McNamara2020-08-271-1/+1
* restore translatable="no"Caolán McNamara2020-08-245-9/+9
* tdf#118148 Extended tips from HC2/shared/Olivier Hallot2020-08-2410-26/+151
* loplugin:simplifybool moreNoel Grandin2020-08-142-2/+2
* tdf#135526 ranges overflowing to become negativeCaolán McNamara2020-08-141-2/+6
* use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin2020-08-131-2/+2
* loplugin:stringstatic also look for local staticsNoel Grandin2020-08-134-27/+22
* Make use of std string_viewStephan Bergmann2020-08-071-6/+2
* result of MnemonicGenerator::CreateMnemonic was unusedCaolán McNamara2020-08-061-1/+1
* Ensure cp target directory existsStephan Bergmann2020-08-051-1/+2
* loplugin:elidestringvar (clang-cl)Stephan Bergmann2020-08-041-15/+5
* Improved loplugin:staticanonymous -> redundantstatic redux, clang-clStephan Bergmann2020-08-041-1/+1
* loplugin:simplifybool (clang-cl)Stephan Bergmann2020-08-041-1/+1
* loplugin:unusedmethodsNoel Grandin2020-07-308-257/+6
* extensions/dbp: create instances with uno constructorsNoel Grandin2020-07-277-256/+51
* extensions/WinUserInfo: create instances with uno constructorsNoel Grandin2020-07-275-59/+12
* loplugin:constantparamNoel Grandin2020-07-251-3/+3
* loplugin:unusedmethodsNoel Grandin2020-07-252-21/+0
* extensions/scanner: create instances with uno constructorsNoel Grandin2020-07-235-73/+14
* extensions/updateui: create instances with uno constructorsNoel Grandin2020-07-236-125/+33
* extensions/updatefeed: create instances with uno constructorsNoel Grandin2020-07-232-70/+24
* extensions/ldap: create instances with uno constructorsNoel Grandin2020-07-235-86/+12
* extensions/prop: create instances with uno constructorsNoel Grandin2020-07-2240-822/+300
* Fix uses of char16_t*/wchar_t* stream insertersStephan Bergmann2020-07-211-1/+1
* compact namespace: editeng-filterNoel Grandin2020-07-161-7/+2
* drop m_xFormatter during disposingCaolán McNamara2020-07-161-2/+6
* extensions/bib: create instances with uno constructorsNoel Grandin2020-07-162-52/+9
* replace TimeSpinButton with FormattedSpinButtonCaolán McNamara2020-07-155-15/+22
* set max rangeCaolán McNamara2020-07-141-1/+4
* replace usage of blacklist with excludelist for IWYUThorsten Behrens2020-07-101-1/+1
* loplugin:redundantstatic (extensions/updatecheck(config|job))Julien Nabet2020-07-082-3/+3
* adjust FormattedSpinButton to be driven by an EntryFormatterCaolán McNamara2020-07-052-22/+29
* loplugin:redundantstatic (extensions/updatecheckui)Julien Nabet2020-07-031-1/+1
* Upcoming improved loplugin:staticanonymous -> redundantstatic: extensionsStephan Bergmann2020-07-018-12/+12
* use more std::container::insert instead of std::copyNoel Grandin2020-06-241-1/+1