David Tardon
e203f79faa
copy xcd files to instdir
...
Change-Id: Idbde83eab55864c16e3472397cb5bd433cf2431c
2013-04-28 16:34:25 +02:00
David Tardon
ecc07f080f
copy rc files to instdir
...
Change-Id: I5a4433595ac19930a40132c5749a8c0150c90aae
2013-04-28 16:34:25 +02:00
David Tardon
764e747a3a
copy gdb pretty printers into instdir
...
Change-Id: I2e4805b89d519fd5586d5a1edf5dad7662c022de
2013-04-28 16:34:25 +02:00
David Tardon
db1b0ca015
copy rdbs to instdir
...
Change-Id: I1855e72efc1a034d28ca2326ad8b239e2671cea7
2013-04-28 16:34:24 +02:00
David Tardon
0346f008e7
gbuild: add ure-link to instdir
...
Change-Id: I1279ea7cdd9828598179154815a85e2a4ce7e567
2013-04-28 16:34:24 +02:00
David Tardon
6ae02e9c61
gbuild: generate ooenv for instdir
...
Change-Id: I1d2ab70a1557376f056b236c4785e013275bbb92
2013-04-28 16:34:24 +02:00
David Tardon
9c8786c3df
gbuild: copy image zips to instdir
...
Change-Id: I073be89556091321543adfe246d751e5f4df119a
2013-04-28 16:34:24 +02:00
David Tardon
f8bf72f44a
gbuild: copy resources into $(INSTDIR)
...
Change-Id: I06d20538ec2b4f80963e0e7c6c401b3d573aac86
2013-04-28 16:34:23 +02:00
David Tardon
efd2ac98ec
gbuild: copy executables into $(INSTDIR)
...
Change-Id: I88f6327c12fa2b782aa5c82e5891006713348477
2013-04-28 16:34:23 +02:00
David Tardon
f48a576ff2
gbuild: copy shared libs into $(INSTDIR)
...
Change-Id: I20612a93a25d1748725a792cfae0bce8c3ef262b
2013-04-28 16:34:23 +02:00
David Tardon
488d0de6f8
gbuild: add var. for enabling runnable instdir
...
This is a part of my effort to get a runnable $(INSTDIR) as a more
convenient alternative to make dev-install. I plan to copy all necessary
shared libs, executables and other files to $(INSTDIR), which increases
the disk space demands for a build (there would be three copies of a
library/executable in the same build: one in $(WORKDIR), another in
$(OUTDIR) and one in $(INSTDIR)). Because the runnable instdir idea is
limited to Linux anyway (at least for now), it will be disabled by
default.
Change-Id: Ib61109b1a193c61c0236b50b64c34fea20f40297
2013-04-28 16:34:22 +02:00
Julien Nabet
9ed5affa51
fdo#63197: convert fontunxafm
...
Change-Id: Ib382319a4916b711c820c06ba57928ca11d0b804
Reviewed-on: https://gerrit.libreoffice.org/3648
Tested-by: David Tardon <dtardon@redhat.com >
Reviewed-by: David Tardon <dtardon@redhat.com >
2013-04-28 14:33:26 +00:00
Julien Nabet
2c04d86f69
fdo#63197: convert helpxsl
...
Change-Id: Icd436733b47d7883209fe73dc1d0099dc87db089
Reviewed-on: https://gerrit.libreoffice.org/3649
Reviewed-by: David Tardon <dtardon@redhat.com >
Tested-by: David Tardon <dtardon@redhat.com >
2013-04-28 14:31:57 +00:00
David Tardon
f7cea8fb5b
use SAL_CONFIGFILE macro
...
Change-Id: I958a961993aaf920c52b5d7b8eea6666656b4ddd
2013-04-28 16:28:46 +02:00
Tor Lillqvist
c72bb2da7b
Bin CLOOK comments and un-split one large switch statement
...
CLOOK = "Compiler Limit: Out Of Keys", an error reported by Microsoft's
compiler a long time ago. No such problem in those versions we support. No
need to mention CLOOK in comments any more.
While at it, re-combine one large switch statement that was split to avoid
CLOOK.
Change-Id: Id93d973a5fb3c81b6c754eef0ba3b0bd55a649d2
Reviewed-on: https://gerrit.libreoffice.org/3640
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org >
Reviewed-by: David Tardon <dtardon@redhat.com >
Tested-by: David Tardon <dtardon@redhat.com >
2013-04-28 14:28:29 +00:00
Miklos Vajna
1fd3167695
fdo#63680 SwTxtCursor::GetCrsrOfst: don't pass reference to a temporary
...
This was a situation similar to
d0d295af53
. Unfortunately just changing
SwTxtSizeInfo's pTxt to an OUString copy doesn't work, as we still have
code that relies on that being a pointer only.
Change-Id: I202d7e6f5bd3005fc50551aa7195b419994ca3e8
2013-04-28 16:25:31 +02:00
Arnaud Versini
d0d295af53
Keep OUString instance by using local variable to avoid crash.
...
Crash with GCC 4.8 without the modification.
Temporary fix, should be replaced by OUString copy.
Change-Id: Ieb2437f2ee6b02884aa10f2d03a4223306329cd8
Reviewed-on: https://gerrit.libreoffice.org/3647
Reviewed-by: Miklos Vajna <vmiklos@suse.cz >
Tested-by: Miklos Vajna <vmiklos@suse.cz >
2013-04-28 14:23:37 +00:00
David Tardon
92b618f582
do not copy anything to instdir in build stage
...
Change-Id: I923704d47d4fbc764e847a1bd6eed9fca2dce089
2013-04-28 15:20:07 +02:00
David Tardon
423bec3b76
drop UnoApiTarget_get_*headers
...
This was actually meant for idls, not headers :-) And it is obsolete, as
we do not deliver these to $(OUTDIR) anymore. We use explicit include
paths into $(SRCDIR) instead.
Change-Id: Iccb0dc529a99be59390f032fc331996146829abb
2013-04-28 15:20:07 +02:00
David Tardon
96f582ab70
drop forgotten decl. of _inc Package for UnoApi
...
We do not deliver the created headers anymore.
Change-Id: I5317c43522d0b91044ccc880031795360816b21d
2013-04-28 15:20:07 +02:00
David Tardon
cfd5faaf8f
only deliver IDL files if needed
...
Change-Id: If59a19363d9b82f17fcdfe4632edf6f757c65f64
2013-04-28 15:20:07 +02:00
Julien Nabet
b5ca660e41
coverity#988424: Logically dead code
...
Change-Id: I916d72cb1104a4d6109a3c5a3a74fb74cea74769
2013-04-28 14:13:23 +02:00
Matthias Freund
df0376ea3f
fdo#39468 Comment translation GER-ENG in sw/source/ui/shells/ (Part 2)
...
Change-Id: I389569b027a900f42e43762c5685ec239bc4b565
Reviewed-on: https://gerrit.libreoffice.org/3646
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com >
Reviewed-by: David Tardon <dtardon@redhat.com >
Tested-by: David Tardon <dtardon@redhat.com >
2013-04-28 11:55:23 +00:00
Luke Deller
57082b1243
fdo#60910: discard UNO shape object in SdrObject::SetPage
...
The creation of the UNO shape in SdrObject::getUnoShape is influenced
by pPage, so when the page changes we need to discard the cached UNO
shape so that a new one will be created with the new page.
This replaces my first shot at a fix for fdo#60910 which reinstated a
line to discard the custom shape engine (and consequently the UNO shape) in
SdrObjCustomShape::InvalidateRenderGeometry. That worked but did more
discarding than was necessary.
Change-Id: I665fb6f9e1563bbc4eced046f027a53991a7e45f
Reviewed-on: https://gerrit.libreoffice.org/3642
Reviewed-by: David Tardon <dtardon@redhat.com >
Tested-by: David Tardon <dtardon@redhat.com >
2013-04-28 11:52:12 +00:00
Thomas Arnhold
2094610175
namespacing cleanup
...
Change-Id: I1384bf53a29e174bb97db4c0644f9dce39c0e36d
2013-04-28 10:36:51 +02:00
Caolán McNamara
ca97ee598a
collision between orcus::spreadsheet::col_t and aix col_t typedef
...
Change-Id: I091b12bed3cdfd3abacaa0dba7913d0351d17634
2013-04-28 09:04:42 +01:00
Ahmad H. Al Harthi
4c4b9db8bb
fdo#35320 A fix for Arabic justification problem caused by kashidas
...
Change-Id: I512e6332a632acf90e4f995fbc7fd19e7ef094ec
Reviewed-on: https://gerrit.libreoffice.org/3644
Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa >
Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa >
2013-04-28 06:15:19 +00:00
Thomas Arnhold
f8231a9765
some eco-activism
...
Change-Id: Ib447cd8633c3102ee78c919cfbeabcc88018b130
2013-04-27 23:04:15 +02:00
David Ostrovsky
9e0502f27d
comment out storeToURL() as it crashes with debug build
...
Change-Id: Ia0d3f1d12c53e8d7ce0da55977867d5ab932c92f
2013-04-28 00:17:38 +02:00
Caolán McNamara
b3c1497867
convert input field dialog to .ui format
...
Change-Id: I1c6c43b73b22120b2f2985256896af214012f0ad
2013-04-27 20:58:40 +01:00
Caolán McNamara
84cc07d24b
for internal xml2 make libxmlsec use that, not the system one
...
Change-Id: I971616f3741d5d4f2c30624e28d6a3ae45e9e5c8
2013-04-27 20:58:39 +01:00
Caolán McNamara
0f665bc5bb
Updated core
...
Project: help e3312e857d9d66cde85602a669eb3b1a80ecee5c
2013-04-27 19:58:06 +00:00
Marcos Paulo de Souza
3202b637c7
fdo#60924: Move some libs to autoinstallation
...
Change-Id: I58421587784260bd88994926bca031ab26a6214f
Reviewed-on: https://gerrit.libreoffice.org/3630
Reviewed-by: Matúš Kukan <matus.kukan@gmail.com >
Tested-by: Matúš Kukan <matus.kukan@gmail.com >
2013-04-27 18:48:09 +00:00
Thomas Arnhold
43937af87e
this is stupid anyhow
...
vclevent.hxx was indirectly included by vcl/window.hxx.
Make it clear with this.
Change-Id: I8c205a1116e835019527b2a9907215fa786f0459
2013-04-27 17:14:12 +02:00
Chris Sherlock
8339e063f3
Remove useless commented out code.
...
Change-Id: Iec64115692b1f51ec1466dd57f8049c6f3aaa82b
Reviewed-on: https://gerrit.libreoffice.org/3631
Reviewed-by: Thomas Arnhold <thomas@arnhold.org >
Tested-by: Thomas Arnhold <thomas@arnhold.org >
2013-04-27 14:49:16 +00:00
Thomas Arnhold
d48ae82a74
xmllint: reformat files
...
xmllint --loaddtd ./officecfg/registry/data.dtd --format ...
Finished :)
Change-Id: I3682a9a888ae8ba04ce5d251105b2ffb960044b0
2013-04-27 15:55:31 +02:00
Thomas Arnhold
39712573e1
xmllint: reformat files
...
xmllint --loaddtd ./officecfg/registry/data.dtd --format ...
Change-Id: Ic9295ae62ad66064822268ad0015c2f76001888b
2013-04-27 15:55:30 +02:00
Thomas Arnhold
9c6f2134de
uno:InternetSearch was never implemented
...
...and it's commented out.
Change-Id: I6ea21c3f1dd69a0b501476a1447ec506f14f3a1a
2013-04-27 15:55:30 +02:00
Thomas Arnhold
aaf9ddb6cb
xmllint: reformat files
...
xmllint --loaddtd ./officecfg/registry/data.dtd --format ...
Change-Id: I460e753d91dd48907c30fbce5d299e46087aa399
2013-04-27 15:55:30 +02:00
Thomas Arnhold
2eaba378b6
xmllint: reformat files
...
xmllint --loaddtd ./officecfg/registry/data.dtd --format ...
Change-Id: I98bea1d8c930dd6b4cb39dcf00d74a636c4f2190
2013-04-27 15:55:30 +02:00
Thomas Arnhold
fdca01068a
uno:EditSectionMenu doesn't exist anymore
...
...and it's commented out
Change-Id: I0ac21e661383c26794751e05337654d29de18517
2013-04-27 15:55:29 +02:00
Thomas Arnhold
b8ee4fb1e0
xmllint: reformat files
...
xmllint --loaddtd ./officecfg/registry/data.dtd --format ...
Change-Id: I2e03c6dcb10111707bd6f9f78248c06377908782
2013-04-27 15:55:29 +02:00
Thomas Arnhold
2f4b999f53
xmllint: reformat files
...
xmllint --loaddtd ./officecfg/registry/data.dtd --format ...
Change-Id: I4659aff9771626875fb582adbfcdc9efcd43d60a
2013-04-27 15:55:29 +02:00
Thomas Arnhold
0e330c3de5
use correct xml syntax
...
Change-Id: I0f35be194766866c842e2dbac293cbcb4c36200b
2013-04-27 15:55:29 +02:00
Thomas Arnhold
8d36a1ac10
indent correctly
...
Change-Id: Ida5eb46abbc602a0afe355f9ba10059e3dddcd66
2013-04-27 15:55:28 +02:00
Fridrich Štrba
99ff6b84cd
Less of Fridrich on the console
...
Change-Id: I83f4e97d52f3be1de5e2eec08c080c6ac96d6e3d
2013-04-27 15:27:30 +02:00
Thomas Arnhold
a062597ff6
xmllint: reformat files
...
xmllint --loaddtd ./officecfg/registry/data.dtd --format ...
Change-Id: I7747171b56205fc5df8e049f6165f3eb8dc52a2e
2013-04-27 12:17:50 +02:00
Thomas Arnhold
d9bb28c95f
remove double whitespaces
...
Change-Id: Id7d8278611feaaf285711bdaed7dd2f6e396bec4
2013-04-27 12:13:59 +02:00
Thomas Arnhold
f57c0b153c
xmllint: reformat files
...
Change-Id: I7c1806285a325447e0a5ab19212cf1d4779988ef
2013-04-27 12:12:35 +02:00
Thomas Arnhold
7b4d85901b
those are never defined
...
Change-Id: If3893026047f9a75a122b64a5f368070721bb6d7
2013-04-27 12:04:20 +02:00