summaryrefslogtreecommitdiffstats
path: root/binaryurp/source/proxy.cxx
Commit message (Collapse)AuthorAgeFilesLines
* loplugin:salcall fix functionsNoel Grandin2017-12-111-3/+3
| | | | | | | | | | since cdecl is the default calling convention on Windows for such functions, the annotation is redundant. Change-Id: I1a85fa27e5ac65ce0e04a19bde74c90800ffaa2d Reviewed-on: https://gerrit.libreoffice.org/46164 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* binaryurp: consistently use "" and <> for include directivesMike Kaganski2017-10-111-11/+11
| | | | | | | Change-Id: If328428d7f88d8a160888857acd3a07bbd8dab83 Reviewed-on: https://gerrit.libreoffice.org/43318 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
* clang-tidy modernize-use-emplace in b*Noel Grandin2017-09-081-6/+4
| | | | | | | Change-Id: I51e0369ba2e1fe0b7c934531f71d3bda95ba09ec Reviewed-on: https://gerrit.libreoffice.org/42109 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* Replace use of oslInterlockedCount with std::atomicStephan Bergmann2017-08-251-2/+2
| | | | | | | | | | | The assumption in using std::size_t is that every acquisition can be associated with a unique memory location in the local address space, so the counter cannot overflow. Change-Id: I0d004a81d9bf52cf07d13481d9024fcc10b6db6d Reviewed-on: https://gerrit.libreoffice.org/41580 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUStringStephan Bergmann2016-11-231-4/+2
| | | | Change-Id: I613bb70b6828f615fd45af38b2d873ece55ace60
* Remove excess newlinesChris Sherlock2016-02-091-1/+0
| | | | | | | | | | | | | | | | | | | A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-12/+12
| | | | Change-Id: Ic3516d9069cbe935f5b82aec0afac3facdc814a5
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-021-5/+5
| | | | | Change-Id: I178545792c7354a362658ac7ef8b1d4cf0865797 Signed-off-by: Michael Stahl <mstahl@redhat.com>
* cid#1212456 Silently ignore uno_assignData return value hereStephan Bergmann2014-10-311-1/+1
| | | | | | ...which must be true for pDestTypeDescr == pSourceTypeDescr. Change-Id: I98b4d654eb0e705ff0b577e7c87971b418ed13fc
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-6/+0
| | | | Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-231-3/+2
| | | | | | | Now that we have default values for Exception constructor params, remove lots of boilerplate code. Change-Id: I620bd641eecfed38e6123873b3b94aaf47922e74
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-301-2/+0
| | | | | | | | | | | | This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-251-2/+2
| | | | | | | Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c Reviewed-on: https://gerrit.libreoffice.org/671 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* CosmeticsStephan Bergmann2012-09-051-2/+2
| | | | Change-Id: I7b217c4fb48bbee4a2872d15cf23a955b464ffca
* OUString and RTL_CONSTASCII cleanupRicardo Montania2012-09-051-4/+3
| | | | Change-Id: Ic56451b2c13d8561bb6e6ee92bf9147b35640a5c
* Change rtl::OUString to OUStringRicardo Montania2012-08-221-5/+5
| | | | | | My first commit. Any problem, question, warnings, please tell me. Change-Id: Ibb02fe15776f3ffe74ddb9488c63a45c447bb493
* re-base on ALv2 code.Michael Meeks2012-06-121-26/+17
|
* catch by constant referenceTakeshi Abe2011-11-301-2/+2
|
* Adapted to new assertion/logging mechanisms.Stephan Bergmann2011-11-281-13/+12
|
* add mode lines to new filesCaolán McNamara2011-06-021-0/+3
|
* sb138: #i116038# fresh implementation of binary URP bridgesb2011-01-261-0/+260