summaryrefslogtreecommitdiff
path: root/extensions/source
AgeCommit message (Expand)AuthorFilesLines
2020-10-26loplugin:toolslong (--enable-online-update)Stephan Bergmann1-3/+3
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-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 Kaganski13-32/+52
2020-09-30twain32shim: Windows directory might not be in DLL search path sometimesMike Kaganski2-1/+15
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-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann9-54/+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-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-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 Grandin6-255/+51
2020-07-27extensions/WinUserInfo: create instances with uno constructorsNoel Grandin4-58/+12
2020-07-25loplugin:constantparamNoel Grandin1-3/+3
2020-07-25loplugin:unusedmethodsNoel Grandin2-21/+0
2020-07-23extensions/scanner: create instances with uno constructorsNoel Grandin4-72/+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 Grandin4-85/+12
2020-07-22extensions/prop: create instances with uno constructorsNoel Grandin39-821/+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-08loplugin:redundantstatic (extensions/updatecheck(config|job))Julien Nabet2-3/+3
2020-07-05adjust FormattedSpinButton to be driven by an EntryFormatterCaolán McNamara2-22/+29