Commit Graph

83 Commits

Author SHA1 Message Date
acc04202e8 use css prefix consistently
Change-Id: Ia2f827381ec768a7867918d61d7afb2f68457832
2014-05-12 19:52:28 +02:00
11b81c1026 Fix memory leaks
Change-Id: Id67d5375bedc6e6c10082d9c5ee69d6e932be158
2014-04-29 10:14:12 +02:00
1712e6c614 Remove visual noise from cli_ure
Change-Id: I1ddada46767b2840c663a0a077e1b723f9645b56
Reviewed-on: https://gerrit.libreoffice.org/8240
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2014-02-27 06:15:25 -06:00
0ce0c369aa Remove unneccessary comments
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb
Reviewed-on: https://gerrit.libreoffice.org/8182
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-23 03:38:49 +00:00
a83b2af9ab Clean-up uno/lbnames.h
Change-Id: I4bd729499aa8be58f04194656e35c1f79d5d4919
2013-12-16 21:43:12 +01:00
3a77c4fa06 Fix compilation error after fe4ffd81045144ffb8d69ae9e5df7ef191005128
Whether it works, no idea. But on the other hand, from the dicsussion
in fdo#61503 it doesn't seem as if that commit was deeply insightful
either. (And how it compiled on the commit author's machine, no idea.)

Change-Id: If6355b33c406e8da5bdb2bf77aaf8b2ac0c39343
2013-04-25 12:46:34 +03:00
fe4ffd8104 fdo#61503 fix cli_cppuhelper bootstrap error
Change-Id: I777d2d866cfc8b2363b418fd5cba6576e3a2b8ec
Reviewed-on: https://gerrit.libreoffice.org/3600
Reviewed-by: Peter Foley <pefoley2@verizon.net>
Tested-by: Peter Foley <pefoley2@verizon.net>
2013-04-24 21:28:47 +00:00
1946794ae0 mass removal of rtl:: prefixes for O(U)String*
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk
have kept them, in order not to break external API (the automatic using declaration
is LO-internal).

Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-07 14:23:11 +02:00
97eb8a6e0e Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING
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>
2013-01-30 12:54:40 +00:00
a4df4e9147 convert cli_ure/source/native to new syntax
Change-Id: I7dbb065c8b1b2fef85e6e7f42ef80991102785e0
2012-10-07 10:42:11 +02:00
97eb770d28 switch cli_ure to gbuild
Change-Id: Icad2f8019130781f036b5d46105cf5a99709663f
2012-09-22 08:15:27 +02:00
39c530ce55 force cli_ure to build
- 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-22 08:15:27 +02:00
e18655e475 re-base on ALv2 code. 2012-06-27 19:30:33 +01:00
b9042fad7c re-base on ALv2 code.
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
b6db3e3acc re-base on ALv2 code.
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21 13:11:06 +01:00
3fedf4bc45 OpenOffice.org -> LibreOffice in comment 2012-01-31 16:43:24 +01:00
7904a8cc56 I don't see NO_BSYMBOLIC being used anywhere 2011-12-11 02:57:59 +02:00
0c9d2b9cb3 precompiled_cli_ure.hxx is empty, so just remove it 2011-11-02 07:52:19 -07:00
b786a33cfd Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and BaseInstallation. 2011-10-24 13:59:58 +02:00
bb5bdbbdca Revert "Trying to chop out the uwinapi library"
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
2011-09-16 16:26:03 +02:00
2dea0dab4f Trying to chop out the uwinapi library 2011-09-16 15:52:40 +02:00
f3423eab78 Fix MSVC build against debugging runtime 2011-08-17 23:21:24 +03:00
a50103a702 Bin stuff for compiler versions we don't use 2011-08-17 23:08:50 +03:00
049d80d791 fix for fdo#35108 allow dot net clients to bootstrap libreoffice 2011-04-13 18:54:01 +01:00
83734eea36 Clean up makefiles 2011-02-04 12:45:54 +01:00
36e2296bf8 Replace all occured, occurance etc. 2010-12-06 09:16:29 +00:00
da5cef0ab4 add modelines to .h and .c files as well 2010-10-27 16:04:46 +01:00
a715e1b3d0 Add vim/emacs modelines to all source files
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>
2010-10-14 17:04:31 +02:00
bda7aaeb74 Remove redundant #include, #define & comments 2010-10-13 12:51:10 +02:00
sb
2e24fc7415 sb118: merged in DEV300_m72 2010-02-25 12:46:45 +01:00
7c80db2eb3 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
sb
f4d7dfdfba sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, and simplified it by requiring that first section is labeled UDK_3_0_0; adapted map files accordingly, replacing many individual ones with solenv/src templates 2010-01-29 17:01:54 +01:00
sb
11370224ce sb118: #i108269# first step of removing tcsh support 2010-01-12 18:49:59 +01:00
0fdd247dfb #i103496#: remove superfluous dependency on tools 2009-07-13 10:59:09 +02:00
71729f85b7 CWS-TOOLING: integrate CWS jl105
2008-11-24 11:36:28 +0100 jsk  r264217 : #i96511
2008-11-21 12:19:22 +0100 jl  r264121 :  #i86079# test extensions for localized description
2008-11-18 13:01:02 +0100 jl  r263763 : CWS-TOOLING: rebase CWS jl105 to trunk@263288 (milestone: DEV300:m35)
2008-11-17 12:36:19 +0100 jl  r263717 : #i85509# migrating to svn
2008-11-17 12:32:12 +0100 jl  r263716 : #i91204# migrating to svn
2008-11-17 12:18:15 +0100 jl  r263715 : #i80449# migrating to svn
2008-11-17 12:11:44 +0100 jl  r263714 :  migrating to svn
2008-11-17 11:49:57 +0100 jl  r263712 : #i49060# migration to svn
2008-11-28 10:06:48 +00:00
3b4c0c02bb CWS-TOOLING: integrate CWS jl114_DEV300 2008-11-20 10:05:43 +00:00
74917f9d48 INTEGRATION: CWS jl106 (1.25.4); FILE MERGED
2008/07/02 13:55:03 jl 1.25.4.2: #i80475# added comment
2008/07/02 12:57:00 jl 1.25.4.1: #91168# dmake error when building with mingw
2008-07-17 10:46:30 +00:00
23ce243867 INTEGRATION: CWS jl104 (1.7.4); FILE MERGED
2008/06/18 15:29:21 jl 1.7.4.1: #i88078#  adapting cli_cppuhelper
2008-06-25 11:12:38 +00:00
89df924b1c INTEGRATION: CWS jl104 (1.13.4); FILE MERGED
2008/06/20 09:04:37 jl 1.13.4.3: i87500#
2008/06/19 14:39:07 jl 1.13.4.2: i87500#
2008/06/18 15:29:21 jl 1.13.4.1: #i88078#  adapting cli_cppuhelper
2008-06-25 11:12:19 +00:00
926c2750d3 INTEGRATION: CWS jl104 (1.24.4); FILE MERGED
2008/06/18 15:29:21 jl 1.24.4.1: #i88078#  adapting cli_cppuhelper
2008-06-25 11:12:03 +00:00
891582d263 INTEGRATION: CWS changefileheader (1.6.106); FILE MERGED
2008/03/31 07:22:35 rt 1.6.106.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:49:14 +00:00
c2565b55b8 INTEGRATION: CWS changefileheader (1.12.18); FILE MERGED
2008/03/31 07:22:35 rt 1.12.18.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:48:57 +00:00
a32688b6b3 INTEGRATION: CWS changefileheader (1.23.6); FILE MERGED
2008/03/31 07:22:35 rt 1.23.6.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:48:38 +00:00
84fa50ded3 INTEGRATION: CWS changefileheader (1.4.34); FILE MERGED
2008/03/31 07:22:35 rt 1.4.34.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:48:21 +00:00
e496e490c6 INTEGRATION: CWS ause089 (1.22.26); FILE MERGED
2007/12/14 17:54:18 hjs 1.22.26.1: #i83488# - one more place
2008-01-15 13:52:59 +00:00
4f3d387f79 INTEGRATION: CWS sb71 (1.9.24); FILE MERGED
2007/10/02 09:07:59 sb 1.9.24.3: RESYNC: (1.10-1.11); FILE MERGED
2007/05/30 14:11:22 sb 1.9.24.2: RESYNC: (1.9-1.10); FILE MERGED
2007/04/23 09:36:46 sb 1.9.24.1: #i75466# Missing includes.'
2007-10-15 11:26:19 +00:00
939eb3c106 INTEGRATION: CWS mingwport06 (1.10.12); FILE MERGED
2007/08/27 12:38:23 vg 1.10.12.1: #i75499# pragma for MSVC
2007-09-06 13:27:24 +00:00
888c472b22 INTEGRATION: CWS bunoexttm (1.9.14); FILE MERGED
2007/02/12 10:19:49 kr 1.9.14.1: adapted: need to put Environment::invoke into no_warn
2007-05-09 12:30:02 +00:00
ed2a01ab12 INTEGRATION: CWS jl51 (1.21.2); FILE MERGED
2007/02/08 13:04:36 jl 1.21.2.4: #i69457#
2007/02/08 12:52:53 jl 1.21.2.3: #i69457# policy.1.0.cli_cppuhelper.dll must be linked with platform:x86 to match the platform of cli_cppuhelper.dll
2007/02/07 15:59:54 jl 1.21.2.2: #69457# signing only with -R option, because Ra does not exist in .net 11
2007/02/07 11:49:30 jl 1.21.2.1: #i69457# when building with .NET2 then we need to sign after the manifest tool (mt.exe) has added the manifest to the dll
2007-04-17 09:30:07 +00:00
b3697e449c INTEGRATION: CWS jl51 (1.3.18); FILE MERGED
2007/02/07 11:49:30 jl 1.3.18.1: #i69457# when building with .NET2 then we need to sign after the manifest tool (mt.exe) has added the manifest to the dll
2007-04-17 09:29:39 +00:00