summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara46-46/+46
2020-10-22long->tools::Long in emfio..filterNoel6-24/+25
2020-10-16Rename CLANG_CC, CLANG_CXX configuration vars (avoid clash with scan-build)Stephan Bergmann1-4/+4
2020-10-14More fixes of uses of now-explicit OUString ctor taking raw sal_Unicode pointerStephan Bergmann1-2/+2
2020-10-08Fix C++ UNO component constructor function signatureStephan Bergmann1-1/+1
2020-10-07ui files: fix some capitalisation issuesNoel3-3/+3
2020-10-06loplugin:const* make some params and methods constNoel7-9/+9
2020-10-06loplugin:const& make some params and methods constNoel1-2/+2
2020-10-05loplugin:reducevarscope in extensionsNoel4-6/+5
2020-10-04use more TOOLS_WARN_EXCEPTIONMike Kaganski14-34/+54
2020-09-30twain32shim: Windows directory might not be in DLL search path sometimesMike Kaganski3-1/+16
2020-09-29More “e-mail” → “email”Adolfo Jayme Barrientos1-1/+1
2020-09-23cid#1466970 annotate as false positiveCaolán McNamara1-0/+4
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara2-2/+2
2020-09-18Make sure --enable-online-update does not leave behind UpdateCheckThreadStephan Bergmann3-44/+150
2020-09-17fix LTO+mergedlibs on windowsNoel Grandin1-0/+10
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann10-57/+31
2020-09-08Remove some unused const variablesStephan Bergmann2-14/+0
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann1-1/+1
2020-09-04TabPage no longer needs to inherit from VclBuilderContainerCaolán McNamara2-2/+10
2020-09-02use XTextComponent interface instead of bare vcl::EditCaolán McNamara1-29/+38
2020-09-01Fix typo in codeAndrea Gelmini1-3/+3
2020-08-28bibliography copy and paste doesn't work from menusCaolán McNamara2-10/+13
2020-08-28should check if edit is editable for allowing pasteCaolán McNamara1-7/+6
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann12-31/+31
2020-08-27add a DisableCycleFocusOut flag for an all-welded hierarchyCaolán McNamara1-1/+1
2020-08-24restore translatable="no"Caolán McNamara5-9/+9
2020-08-24tdf#118148 Extended tips from HC2/shared/Olivier Hallot10-26/+151
2020-08-14loplugin:simplifybool moreNoel Grandin2-2/+2
2020-08-14tdf#135526 ranges overflowing to become negativeCaolán McNamara1-2/+6
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin1-2/+2
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