summaryrefslogtreecommitdiff
path: root/extensions/source/ole/unoconversionutilities.hxx
AgeCommit message (Expand)AuthorFilesLines
2024-11-08Simplify a bitMike Kaganski1-3/+3
2024-08-21Simplify BSTR construction from OUString a bitMike Kaganski1-1/+2
2022-05-04Just use Any ctor instead of makeAny in extensionsStephan Bergmann1-1/+1
2021-10-30Prepare for removal of non-const operator[] from Sequence in extensionsMike Kaganski1-2/+3
2021-06-25-Werror,-Wunused-but-set-variable (clang-cl 13 trunk)Stephan Bergmann1-2/+1
2021-04-27loplugin:stringadd (clang-cl)Stephan Bergmann1-1/+1
2021-03-23tdf#124176 Use pragma once in extensionsVincent LE GARREC1-4/+1
2020-12-25Fix Windows build of Library_oleautobridgeStephan Bergmann1-38/+44
2020-11-27CComVariant.lVal is of type LONGStephan Bergmann1-1/+1
2020-11-26The Windows oleauto.h SafeArray* functions use LONG for indexingStephan Bergmann1-8/+8
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-1/+1
2019-10-23loplugin:stringadd (clang-cl)Stephan Bergmann1-2/+2
2019-10-01loplugin:simplifyconstruct (clang-cl)Stephan Bergmann1-1/+1
2019-08-21Fix typoAndrea Gelmini1-2/+2
2019-08-20Fix typosAndrea Gelmini1-4/+4
2019-07-29Fix typosAndrea Gelmini1-1/+1
2019-07-25Turn an incoming VT_NULL when a STRING is wanted into an empty BSTRTor Lillqvist1-0/+2
2019-07-25Fix typosAndrea Gelmini1-1/+1
2019-06-11Fix typoAndrea Gelmini1-1/+1
2019-05-16Fix typoAndrea Gelmini1-1/+1
2019-05-10an uno -> a unoCaolán McNamara1-6/+6
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann1-16/+16
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-5/+0
2018-06-01loplugin:unoany (clang-cl)Stephan Bergmann1-1/+1
2018-05-31Revert "Simplify: Use AutomationInvokedZone::isActive()"Tor Lillqvist1-1/+2
2018-05-31Simplify: Use AutomationInvokedZone::isActive()Tor Lillqvist1-2/+1
2018-05-30Hack to make properties work better from Automation clientsTor Lillqvist1-12/+10
2018-05-21There is nothing called o2u_anyToVariantTor Lillqvist1-1/+1
2018-05-21These fields can be constTor Lillqvist1-2/+2
2018-05-16Drop _Impl class name suffix where pointlessTor Lillqvist1-2/+2
2018-02-12Get rid of ole_adapter namespace levelTor Lillqvist1-3/+1
2018-02-12Get rid of a few unused or once-used typedefsTor Lillqvist1-11/+6
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann1-5/+5
2018-01-16Fix typosAndrea Gelmini1-1/+1
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-13/+14
2017-10-01loplugin:flatten (clang-cl, extensions)Stephan Bergmann1-11/+10
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski1-7/+6
2017-08-18Fix typosAndrea Gelmini1-1/+1
2017-05-12Clean up uses of SAL_U/SAL_W: extensionsStephan Bergmann1-1/+2
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann1-1/+1
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-02-10Remove MinGW supportStephan Bergmann1-24/+0
2017-01-06loplugin:salboolStephan Bergmann1-1/+1
2016-10-16clang-cl loplugin: extensionsStephan Bergmann1-92/+93
2016-06-01tdf#99643 OLE automation bridge: fix 64-bit pointer conversionsMichael Stahl1-2/+4
2016-05-04Better fix for Windows-only codeStephan Bergmann1-1/+1
2016-05-04Fix Windows-only code, part 3Stephan Bergmann1-2/+1
2016-05-04Fix Windows-only code, part 2Stephan Bergmann1-1/+1
2016-05-04Fix Windows-only codeStephan Bergmann1-2/+1
2016-05-03NULL -> nullptrStephan Bergmann1-1/+1