summaryrefslogtreecommitdiff
path: root/cli_ure/source/uno_bridge
AgeCommit message (Expand)Author
2017-03-30tdf#94265: Correct the errorComputingDwarf
2016-09-23"// not impl" -> "= delete"Stephan Bergmann
2016-05-01Fix typosAndrea Gelmini
2016-02-09Remove excess newlinesChris Sherlock
2016-01-07Fix typosAndrea Gelmini
2015-09-13uno bridge: Prevent collision between cli::array and std::arrayDavid Ostrovsky
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-04Fix typosAndrea Gelmini
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-30Replace scary reinterpret_casts with OUString::unacquiredStephan Bergmann
2015-03-30fdo#57950 Replace chained append() with operator+Krisztian Pinter
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-02cli_ure (Windows): std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-08-27cli_ure: adapt destructors in cli_uno library to "C++/CLI"Michael Stahl
2014-08-01typo: more then -> more thanTakeshi Abe
2014-06-29Typo: apend->appendJulien Nabet
2014-06-05various: remove SAL_THROW macroNoel Grandin
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-12use css prefix consistentlyThomas Arnhold
2014-05-12cli_ure: fix dbglevel=2 build on windowsThomas Arnhold
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-14typo: noone -> no oneThomas Arnhold
2014-02-27Remove visual noise from cli_ureAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin
2013-08-31fix existing commentsPhilipp Riemer
2013-08-31fix indentationPhilipp Riemer
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer
2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks
2013-04-19remove unused component_canUnload functionsMatúš Kukan
2013-04-07Fixed 4 spelling errors in the comments.Golnaz Irannejad
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-02-22s/the the/the/Tor Lillqvist
2013-02-22s/Whith/With/Tor Lillqvist
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist
2012-10-24cli_ure: warning C4965: implicit box of integer 0Michael Stahl
2012-10-24fix warnings in cli_urePeter Foley
2012-10-08Managed C++ to C++/CLI conversion also for the debug codeTor Lillqvist
2012-10-07convert uno_bridge to new syntaxPeter Foley
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
2012-09-22switch cli_ure to gbuildDavid Tardon
2012-09-22export uno_initEnvironment and uno_ext_getMappingDavid Tardon
2012-07-14simplify include guardsThomas Arnhold