summaryrefslogtreecommitdiffstats
path: root/extensions/source/ole/unoconversionutilities.hxx
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2017-08-181-1/+1
* Clean up uses of SAL_U/SAL_W: extensionsStephan Bergmann2017-05-121-1/+2
* Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann2017-04-041-1/+1
* Fix typosAndrea Gelmini2017-03-251-1/+1
* Remove MinGW supportStephan Bergmann2017-02-101-24/+0
* loplugin:salboolStephan Bergmann2017-01-061-1/+1
* clang-cl loplugin: extensionsStephan Bergmann2016-10-161-92/+93
* tdf#99643 OLE automation bridge: fix 64-bit pointer conversionsMichael Stahl2016-06-011-2/+4
* Better fix for Windows-only codeStephan Bergmann2016-05-041-1/+1
* Fix Windows-only code, part 3Stephan Bergmann2016-05-041-2/+1
* Fix Windows-only code, part 2Stephan Bergmann2016-05-041-1/+1
* Fix Windows-only codeStephan Bergmann2016-05-041-2/+1
* NULL -> nullptrStephan Bergmann2016-05-031-1/+1
* NULL -> nullptrStephan Bergmann2016-05-031-4/+4
* Ole: Fix WaEDavid Ostrovsky2016-02-281-6/+6
* Remove excess newlinesChris Sherlock2016-02-091-3/+0
* cppcheck: noExplicitConstructorCaolán McNamara2016-01-071-1/+1
* -Werror,-Wunused-variableStephan Bergmann2015-11-281-1/+0
* -Werror,-Wint-to-pointer-castStephan Bergmann2015-11-241-28/+20
* -Werror,-Wenum-compareStephan Bergmann2015-11-241-1/+1
* -Werror,-Wwritable-stringsStephan Bergmann2015-11-241-5/+6
* -Werror,-WreorderStephan Bergmann2015-11-241-1/+2
* -Wmicrosoft-default-arg-redefinitionStephan Bergmann2015-11-241-4/+0
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-021-7/+5
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-08-061-0/+1
* Bin pointless #ifndef #define danceTor Lillqvist2015-07-231-5/+0
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-5/+4
* Fix Windows 64-bit buildStephan Bergmann2015-05-291-1/+1
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-7/+7
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-041-13/+13
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-151-1/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* typo: more then -> more thanTakeshi Abe2014-08-011-1/+1
* Typo: beeing->beingJulien Nabet2014-06-291-1/+1
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet2014-05-221-6/+6
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-151-2/+2
* Fix previous commit (extensions part, second)Julien Nabet2014-05-111-2/+2
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet2014-05-111-2/+2
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet2014-05-101-14/+14
* Many spelling fixes: directories a* - g*.Pedro Giffuni2014-04-301-1/+1
* Remove visual noise from extensionsAlexander Wilms2014-02-271-1/+1
* Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann2014-01-311-6/+1
* typo fixesAndras Timar2013-12-201-1/+1
* Spell "indices" correctlyTor Lillqvist2013-10-021-1/+1
* WaE: use number() instead of valueOf()Tor Lillqvist2013-09-041-12/+12
* Fix build breakerAriel Constenla-Haile2013-05-231-2/+2
* s/whith/with/Tor Lillqvist2013-02-221-1/+1
* fix string literals concatenationLuboš Luňák2013-01-301-1/+1
* Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac2013-01-301-102/+102
* re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks2012-11-061-23/+14