Luboš Luňák
8563f011ab
update pch headers
...
Change-Id: Ibb368e6a806666a73bf6bf1a097d14bc6e75b24d
2013-03-12 18:24:10 +01:00
Borim
a0296296fb
fdo#60691 add modelines to *.src and *.hrc files
...
use solenv/bin/add-modulelines script for the task
and remove all UTF bom from *.src and *.hrc files
svx/source/dialog/hdft.src
Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
2013-03-08 21:02:26 +00:00
Jean-Noël Rouvignac
3bc29af446
fdo#38838 Replaced some use of (Uni)String with OUString.
...
Change-Id: Iad623c9300919fbae34279268a5a720f978c6434
Reviewed-on: https://gerrit.libreoffice.org/2514
Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be>
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-07 19:50:37 +00:00
Thomas Arnhold
5b04c9063c
remove unused and commented out code
...
This code gets never called.
Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7
2013-03-04 11:34:07 +00:00
Thomas Arnhold
f5ca04caca
Related to fdo#60724: correct spelling
...
Using the autocorrect list of LibreOffice
extras/source/autotext/lang/en-US/acor/DocumentList.xml
Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657
Script: http://pastebin.ca/2327716
2013-03-03 17:14:16 +01:00
Urs Fässler
ae147f1536
translation of German comments of the files in sd/inc/
...
Change-Id: Icb9bcb36fe17874167a2beb9b8c6dfc39b8507f4
2013-03-01 12:03:44 +00:00
Peter Foley
1ceabe1101
regenerate pch
...
Change-Id: I130bfbeaf8723f0f9ee38051c8acf32cb7f5ba85
2013-02-28 19:59:24 -05:00
Markus Mohrhard
7b627e465c
coverity#704165: fix memory leak
...
Change-Id: Ia62ab987bc7f4f25e22385194ca2df8d6e74376f
2013-02-27 06:26:06 +01:00
Arnaud Versini
8214ea8607
Remove unused method SdPage::SetLinkData
...
Change-Id: I50ba468842a4c8b66de9d0c6cb2432709dcd50f9
Reviewed-on: https://gerrit.libreoffice.org/2360
Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be>
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-02-24 16:46:38 +00:00
Radek Doulik
64cdf8072a
added EmbedFonts property, added File/Properties/Font tab
...
Change-Id: Id2a812c4b5347e2851149a1bd46eaec4b40d0f12
2013-02-22 12:05:30 +01:00
Luboš Luňák
fad1cce4d2
update pch headers, broken by 1aaf9a9
2013-02-13 09:46:22 +01:00
Kohei Yoshida
1aaf9a9b36
Renamed hard-to-remember 8-char headers in editeng.
...
Change-Id: If255802082890e1b1b4c5197a791fa79a011773e
2013-02-12 15:15:06 -05:00
David Tardon
24578b8040
rhbz#760765 copy custom styles on copy & paste
...
Change-Id: Icaacf3bc1a02a017692432aec36aba06d3f5dde5
2013-01-22 13:37:25 +01:00
Chr. Rossmanith
e3f11c10d8
Changed SetText() / GetText() to take/return OUString
...
replaced lots of Len() with isEmpty()
Change-Id: I6b82d48245ee2a0782e05a326f7934e9357227d0
Reviewed-on: https://gerrit.libreoffice.org/1795
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
2013-01-21 20:48:35 +00:00
Luboš Luňák
43f3be84c2
include PCH headers for headers changes
...
Change-Id: Id94a4322428e27010757ef36b166f8b01697778f
2013-01-10 22:45:42 +01:00
Matteo Casalin
a4c7ded1fd
Cleanup: #include <tools/gen.hxx>
...
Change-Id: Ic547b4a59102afc8bdbc85ec95ac312e32ef2530
Reviewed-on: https://gerrit.libreoffice.org/1484
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
2013-01-07 13:14:57 +00:00
Lubos Lunak
47b17ca76b
ignore #include inside #if
2012-12-26 18:43:27 +01:00
Peter Foley
3e88ca86e9
regenerate pch
...
Change-Id: I4e18ce06db42e13479809ba8eec70033943271cf
2012-12-19 17:12:59 -05:00
Luboš Luňák
0ba0980b1c
PCH for Library_sd
2012-12-13 21:49:58 +01:00
Cédric Bosdonnat
d9ef61fb54
API CHANGE: roll back the XStyle changes to add a new Hidden property on Style
...
Change-Id: If6d23925567fb184cd8fc4e00fc72fe4d216e756
2012-12-03 17:58:48 +01:00
Cédric Bosdonnat
316656755c
API CHANGE: Added XStyle::isHidden() and XStyle::setHidden()
...
Change-Id: I44770c05d51104b45d94145db8263187205daa84
2012-11-30 22:15:38 +01:00
Thorsten Behrens
66a175834c
c++ API: use css alias in generated headers, adds global css decl
...
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-30 14:36:36 +01:00
Michael Meeks
837e2808f7
re-base on ALv2 code. Includes:
...
Patches contributed by Armin Le-Grand
#118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles...
http://svn.apache.org/viewvc?view=revision&revision=1293316
#118485# - Styles for OLEs are not saved.
http://svn.apache.org/viewvc?view=revision&revision=1182166
Patches contributed by Andre Fischer
http://svn.apache.org/viewvc?view=revision&revision=1172128
http://svn.apache.org/viewvc?view=revision&revision=1172133
Patch contributed by Ariel Constenla-Haile
i#118505# - Remove MN_OLE_OBJECT menu item from Draw/Impress
contextmenu - CWS contextmenu1
http://svn.apache.org/viewvc?view=revision&revision=1182915
Patch contributed by Zhang Jian Fang
#118876#, Add check if the OutlinerParaObject is created successfully
http://svn.apache.org/viewvc?view=revision&revision=1243381
restore a re-based rdbedit.
2012-11-28 12:48:36 +00:00
Tor Lillqvist
97593ae24a
Handle lack of module loading/unloading API when DISABLE_DYNLOADING
...
There are basicically two classes of cases:
1) Where the code is for obscure historical reasons or what I see as
misguided "optimization" split into a more libraries than necessary,
and these then are loaded at run-time. Instead, just use direct
linking.
2) Where dynamic loading is part of the functionality offered to some
upper (scripting etc) layer, or where some system-specific non-LO
library is loaded dynamically, as it is not necessarily present on
end-user machines. Can't have such in the DISABLE_DYNLOADING case.
Change-Id: I9eceac5fb635245def2f4f3320821447bb7cd8c0
2012-10-07 07:59:15 +03:00
Noel Grandin
c29633988b
sal_Bool->bool in svl::SfxStyleSheetBase
...
Change-Id: Id506fa56d07be56d63715703e354625715275933
2012-10-04 21:29:35 +02:00
Caolán McNamara
62384d5898
convert GetRepeatComment to OUString
...
Change-Id: Ibf75533d04b3c68b875f44ad22639934578867e3
2012-09-28 08:48:55 +01:00
Jan Holesovsky
980c82bf42
Impress: Add 'Duplicate slide' to the context menu of the slide sorter.
...
Change-Id: Ib872c1780967727924c84fc5e8b0f7c77d99280b
2012-09-24 14:06:59 -04:00
Andrzej J.R. Hunt
56dcf84da2
Fix mispaste.
...
Change-Id: I80908ec6886eb5b7b30d0465bdf4a2f92340ce7c
2012-09-18 20:41:03 +02:00
Andrzej J.R. Hunt
22c0e6556a
Some more fixes for ENABLE_SDREMOTE.
...
Change-Id: I56a8235ec0b844fc427c9d646357eb28943bf688
2012-09-18 20:36:30 +02:00
Stephan Bergmann
6928f43c86
-Werror,-Wunused-private-field (various sd)
...
Change-Id: Ib0756e3730783f2c842a835782452279ad8f189b
2012-09-11 17:11:12 +02:00
Caolán McNamara
3e635c3368
XubString->rtl::OUString
...
Change-Id: If7e5d015c95f8f173750ca32e061d69f56e2d93e
2012-09-11 10:54:24 +01:00
Noel Grandin
76f5b9b148
Add customshowlist.hxx
...
Was left out from recently added patches.
Change-Id: I9562563d809eef53b1c5f21a839c377d0085bb56
2012-08-08 16:13:58 +03:00
Thomas Arnhold
49ad17e2b1
remove include comments and boxes
...
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
2012-08-08 13:53:53 +02:00
Noel Grandin
b10a5e4c3c
STL'ify CustomShowList
...
Create SdCustomShowList class to replace usage of tools/list.hxx
Change-Id: I0e57e29c8ee9ac8d693fee0edb084ded5286c141
2012-08-08 13:54:06 +03:00
Andrzej J.R. Hunt
ae5140e054
Remote dialog now showing.
...
Change-Id: I20857202e70a975d249ac0f121947691ac274602
2012-08-08 11:49:21 +02:00
Thomas Arnhold
adc49a81e9
remove empty ascii boxes and stuff
...
Change-Id: Ied91b5b298f0cfad0d3408c3cbb87c7bd1b83247
2012-08-07 18:08:29 +02:00
Andrzej J.R. Hunt
7435558847
Basic framework for Remote Dialog.
...
Change-Id: Ie744c1a0db1661b9dd57976d6f27b12a6f0ba824
2012-08-07 18:04:10 +02:00
Michael Meeks
2ee2fa61c6
add remote initialization hooks to impress init.
...
Change-Id: I80b6e840ed6981a4ae600c5d9925e5df9610f8c6
2012-08-06 10:21:49 +01:00
Norah A. Abanumay
78b55ad113
Convert documents to follow the doxygen standard (fdo#44502, fdo#39468)
...
Change-Id: I58c73f74d53b5dc2eb462fb03664be65d4500170
Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com>
2012-08-06 00:18:59 +02:00
Norah Abanimy
15a79a36b1
Convert documents to follow the doxygen standard
...
Change-Id: I9086f6129f61afba6b7d0317248756cde34f075b
2012-08-01 16:15:08 +02:00
Thomas Arnhold
abdaf7e5f8
Remove unused HIDs
...
Those were only listed in help_hid.lst
Change-Id: I491a037b375015db76c30c93a59b615a63fb1838
2012-07-14 20:05:38 +02:00
Thomas Arnhold
ee0531d4a6
Remove unused HIDs
...
Those aren't referenced at any point.
Change-Id: Ie66d3828cfc13a826c87f4ca8ca712b6702c96bc
2012-07-14 16:21:28 +02:00
Thomas Arnhold
64517292c9
hrc cleanup: Remove include guards
...
Also add some missing include guards.
Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
2012-07-02 22:42:09 +02:00
Thomas Arnhold
278000a28b
Remove unused defines
...
Some of them were commented out for documentation purpose.
Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-07-02 17:46:25 +02:00
Thomas Arnhold
892bb81d17
hrc cleanup: Remove unused defines
...
Change-Id: Iaa7da7745fc01544d9a503b313479b2450810524
2012-07-02 17:46:25 +02:00
Thomas Arnhold
2f7461722c
Remove unused sduiks.hrc
...
Change-Id: I147c1ea28dea0bf3341ee5d646d0204d5774ac95
2012-07-02 06:29:10 +02:00
Thomas Arnhold
d341aca7f6
hrc cleanup: Remove unused resource definitions
...
Change-Id: Ie3a3a65bfb628195940105d7261464989e9af3fa
2012-07-01 18:33:42 +02:00
Thomas Arnhold
6e1e97ce84
Remove unused anmdef.hxx
...
All definitions are unused.
Change-Id: Id848cdaea95c64a8518743dc32d962340022759e
2012-07-01 18:33:40 +02:00
Tomaž Vajngerl
d82a77197c
Combine popup menu entries and IDs (SID_SAVE_GRAPHIC)
...
Change-Id: I9d0e4f31d073ad416934358c6507dc6564754758
2012-07-01 17:47:50 +02:00
Tomaž Vajngerl
8c1aafe8c2
Change "Save graphic" and "Save picture as" to common code.
...
Change-Id: Id860b3220bde3d43eec7c74711e6938e68d01d56
2012-07-01 17:47:49 +02:00