summaryrefslogtreecommitdiff
path: root/binaryurp/source/outgoingrequests.cxx
AgeCommit message (Collapse)AuthorFilesLines
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
Sadly cannot forward declare "struct {...} TimeValue;". rtl/(u)?string.hxx still include sal/log.hxx but removing osl/diagnose.h was painful enough for now... Change-Id: Id41e17f3870c4f24c53ce7b11f2c40a3d14d1f05
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-2/+1
Now that we have default values for Exception constructor params, remove lots of boilerplate code. Change-Id: I620bd641eecfed38e6123873b3b94aaf47922e74
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-6/+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
2012-09-05OUString and RTL_CONSTASCII cleanupRicardo Montania1-2/+1
Change-Id: Ic56451b2c13d8561bb6e6ee92bf9147b35640a5c
2012-08-22Change rtl::OUString to OUStringRicardo Montania1-1/+1
My first commit. Any problem, question, warnings, please tell me. Change-Id: Ibb02fe15776f3ffe74ddb9488c63a45c447bb493
2012-06-12re-base on ALv2 code.Michael Meeks1-26/+17
2011-06-02add mode lines to new filesCaolán McNamara1-0/+3
2011-01-26sb138: #i116038# fresh implementation of binary URP bridgesb1-0/+80