summaryrefslogtreecommitdiff
path: root/cli_ure/source
AgeCommit message (Collapse)AuthorFilesLines
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-5/+5
s/(OUString\s+[a-zA-Z_][A-Za-z0-9_]*\s*)\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/$1\($2\)/gms Change-Id: Iad20f242c80c4bdc69df17e2d7a69d58ea53654b Reviewed-on: https://gerrit.libreoffice.org/2835 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-02-22s/the the/the/Tor Lillqvist2-2/+2
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2013-02-22s/Whith/With/Tor Lillqvist1-1/+1
Change-Id: I098290a33a3d455594bd200034b279eef02c792b
2013-01-30do not try to concatenate two string literals using +Luboš Luňák1-1/+1
Change-Id: I7f06a9b065d5dd24da48e06792cacd27d157a656
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac8-60/+54
Change-Id: Ie859cb2dfdc7103c379fce56be88eef8fe390afd Reviewed-on: https://gerrit.libreoffice.org/1924 Tested-by: Luboš Luňák <l.lunak@suse.cz> Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
2012-12-24WaE: C4564 from MSVS 2010Tor Lillqvist1-0/+8
Change-Id: I675b1cbda896e1a5e15d34f3973e8fcd6ea6c45b
2012-12-24WaE: C4538: const/volatile qualifiers on this type are not supportedTor Lillqvist2-0/+11
Disale warning C4538 in two places where apprently that warning is generate for some bogus reason. Change-Id: I93be435b3ce3cb8ca72535416511c793c12bc76c
2012-12-20Adapt climaker to cppu::bootstrap_InitialComponentContext removalStephan Bergmann1-2/+1
Change-Id: If7172ff8b8724d0c915aabd42608594ab0c71042
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens4-8/+2
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-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist1-6/+4
We can drop or simplify many conditionals. Change-Id: I37e820e515cc09845c30b62c89ddb3b6ff370f97
2012-11-14source file modes fixEnrico Weigelt, metux ITS2-0/+0
Change-Id: I8975f26f205ba33044285729da54e0210f872fcb Reviewed-on: https://gerrit.libreoffice.org/1065 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2012-10-24cli_ure: warning C4965: implicit box of integer 0Michael Stahl1-1/+1
Change-Id: I0ccc91ea686e599171845ff2cff5e536bbdb7b77
2012-10-24fix warnings in cli_urePeter Foley4-60/+60
Change-Id: I4e081473612403e0bf277e8dbf5f1b9a15541dd7
2012-10-08Managed C++ to C++/CLI conversion also for the debug codeTor Lillqvist4-12/+12
Change-Id: Ibb4f5e386644a67905421d2f9c33336a119fca88
2012-10-07convert uno_bridge to new syntaxPeter Foley9-712/+711
Change-Id: Iac5e9a860f7ef68104c4cfc19abe686b754190af
2012-10-07convert cli_ure/source/native to new syntaxPeter Foley3-35/+31
Change-Id: I7dbb065c8b1b2fef85e6e7f42ef80991102785e0
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2-4/+4
Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c Reviewed-on: https://gerrit.libreoffice.org/671 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-22switch cli_ure to gbuildDavid Tardon8-624/+0
Change-Id: Icad2f8019130781f036b5d46105cf5a99709663f
2012-09-22force cli_ure to buildMatúš Kukan1-1/+1
- there is still missing dependency on cliuno.snk - remove -warnaserror+ causing weird problem - export random symbol so that we get icli_cppuhelper_native.lib file created Change-Id: Ifd3b4785f83496d2c9bff6b1ea2fd39b6978725c
2012-09-22export uno_initEnvironment and uno_ext_getMappingDavid Tardon1-2/+2
Change-Id: Ic907b7dbf4cee22ac899e413bc5122e3a09e6b1a
2012-08-22fix StackOverflowException in climakerPeter Foley1-9/+6
Change-Id: I640eddb4496d295d3cea9f45875b415d419060f4 Reviewed-on: https://gerrit.libreoffice.org/448 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2012-08-22convert climaker to new syntaxPeter Foley4-658/+646
Change-Id: Ic8b202c339806e4cf4dc621a4730593724175fca Reviewed-on: https://gerrit.libreoffice.org/447 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2012-07-14simplify include guardsThomas Arnhold3-3/+3
Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
2012-06-27re-base on ALv2 code.Michael Meeks11-247/+148
2012-06-21re-base on ALv2 code.Michael Meeks8-187/+115
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks21-381/+300
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-01nuke unused namespaceTakeshi Abe2-7/+0
Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-14/+7
2012-02-17remove extraneous qualifiers that break some compilersMariusz Dykierek1-1/+1
2012-02-06Fixed some cppcheck messagesPKEuS1-1/+0
2012-01-31OpenOffice.org -> LibreOffice in commentAndras Timar1-4/+4
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann3-5/+5
2011-12-27function component_canUnload is exportedDavid Tardon1-1/+1
2011-12-11I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist2-2/+0
2011-11-02precompiled_cli_ure.hxx is empty, so just remove itJoseph Powers8-23/+0
2011-10-24Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵Stephan Bergmann1-30/+14
BaseInstallation.
2011-10-05Adapt to removal of dangerous operatorsFridrich Štrba2-2/+2
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba1-0/+2
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba1-2/+0
2011-08-17Fix MSVC build against debugging runtimeTor Lillqvist3-0/+15
2011-08-17Bin stuff for compiler versions we don't useTor Lillqvist3-57/+2
2011-04-13fix for fdo#35108 allow dot net clients to bootstrap libreofficeNoel Power1-1/+1
2011-03-16WaE: return after throwCaolán McNamara1-1/+0
2011-03-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold3-13/+13
2011-03-02Remove "using namespace ::rtl"Julien Nabet4-4/+13
2011-02-04Clean up makefilesThomas Arnhold1-1/+0
2011-01-14cppcheck: prefer prefix variantCaolán McNamara1-1/+1
2010-12-06Replace all occured, occurance etc.Takeshi Abe4-5/+5
2010-10-27add modelines to .h and .c files as wellCaolán McNamara6-0/+18
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth10-0/+29
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>