Commit Graph

315556 Commits

Author SHA1 Message Date
Fridrich Štrba
a43a76cd5a Differenciate error messages to know quickly what failed
Change-Id: I4a445c345706351da8f022180d142249340acd2f
2012-11-15 08:54:29 +01:00
Enrico Weigelt, metux ITS
823b334ad7 dropped unused method: FileStream::open
Change-Id: I3e6c1341666fddcfd1bd272a0943ca1de3e5d629
Reviewed-on: https://gerrit.libreoffice.org/1072
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
2012-11-15 07:31:17 +00:00
Noel Grandin
d2f6a87ac7 fdo#46808, use service constructor for i18n::NumberFormatMapper
Also create a utility constructor for LocaleDataWrapper, which
simplifies many of the calling sites.

Change-Id: Ic8510b51c4201fa17fc0620e18d3e258e43636ba
2012-11-15 08:28:44 +01:00
Noel Grandin
5837402fb1 fdo#46808, use service constructor for ucb::SimpleFileAccess
I upgraded the service to return XSimpleFileAccess3, since it
already implemented that interface, and it's backwards
compatible.

Change-Id: I40001a46048bd21a23b6a2f58a95376f06fc634b
2012-11-15 08:28:44 +01:00
Noel Grandin
3f15a663b2 fdo#46808, use service constructor for i18n::TextConversion
Modify the service to return XExtendedTextConversion,
since that is backwards compatible and the service
implements it.

Change-Id: I2923969135c396d643c501ed56e0528c0bd7c14a
2012-11-15 08:28:43 +01:00
Arnaud Versini
ed80674ec7 Mark rtl_*memory as deprecated
Change-Id: I0e5e85d6b23961baa9ef3ed4247e39497bb063d7
Reviewed-on: https://gerrit.libreoffice.org/865
Reviewed-by: Niko Rönkkö <ronkko@iki.fi>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-11-15 03:53:51 +00:00
Bjoern Michaelsen
d5430f3309 remove losessioninstall from module_hidden as it is in gnome now
Change-Id: I62fbf218bc79e79ce9f836ea8a8a9dfaf8955213
2012-11-15 00:07:53 +01:00
Fridrich Štrba
8aef1922f7 Trying to avoid dbus stuff when ENABLE_DBUS!=TRUE
Change-Id: Iec606a754c405710c45d78bd061ca1650522a747
2012-11-14 23:38:50 +01:00
Faisal M. Al-Otaibi
8c004e70aa fdo#42558 Re-adding the "None" option to the page numbering
Change-Id: Iedb239232854f185ea0005f745356800788cf0fb
2012-11-14 23:33:42 +01:00
Eike Rathke
8165bfa2af resolved fdo#56278 broadcast deletion to dependent formula cells
Consolidated changes for fdo#56278 fdo#54074 fdo#53364 fdo#55059 (and
earlier i#99844 and i#101869). The replacement cell for the broadcaster
to inform listeners, if any, is transferred the broadcaster and owns it,
the remembered formula cell never does. When broadcasting the change use
the replacement cell instead of the remembered formula cell. Don't
fiddle around with ReleaseBroadcaster() at the remembered cell, we don't
delete twice and now also don't leak.

Change-Id: I5cd4dfe33e91a40dce53538b2eae2c80a7064c4c
2012-11-14 22:02:32 +01:00
Christian Lohmaier
1654a1e71b gb_LinkTarget_get_preparation_target is not defined (2nd try)
gb_ExternalProject_use_unpacked has completely different different
side-effects, so use the manual way/the actually expected part of
the rule

Change-Id: I35edb19c3e768608bbb70314cac7ca908a426c7c
Reviewed-on: https://gerrit.libreoffice.org/1067
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
2012-11-14 18:02:41 +00:00
Tor Lillqvist
6d5d057a19 Revert "gb_LinkTarget_get_preparation_target is not defined"
Nah, this then caused a repeatable other problem; in liborcus:

/bin/sh: line 1: ./configure: No such file or directory

This reverts commit dff0a481db.
2012-11-14 18:46:45 +02:00
jailletc36
de51745f58 Turn some memmove into memcpy when it is safe to do so.
Most of the changes are related to newly allocated memory, so we are
sure it can not overlap with the source of the copy.

Change-Id: Ie6ccf1bbb07b792fb18601a38dfaa55755d14b7d
Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr>
Reviewed-on: https://gerrit.libreoffice.org/1033
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2012-11-14 16:48:17 +00:00
Caolán McNamara
5b1fcd5262 replaceAll returns a new replaced string but leaves the original alone
Change-Id: I79ef3158d520d2c328838e83ad8382483be332a8
2012-11-14 16:39:31 +00:00
Ricardo Montania
752cb97a8f fdo#38838 UniString removal
Change-Id: I7bf9b0e94bff9047544f6aba9669b8e0a3d3a2a5
Reviewed-on: https://gerrit.libreoffice.org/971
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2012-11-14 16:39:16 +00:00
Christian Lohmaier
dff0a481db gb_LinkTarget_get_preparation_target is not defined
and in turn build breaks because boost headers are not ready.
use the suggestion by mst and use gb_LinkTarget_use_unpacked instead.
Also use gb_ExternalProject_use_unpacked for consistency

Change-Id: Ie52ba7cd99ae6622b11f32eca8895ca004b8ae95
Reviewed-on: https://gerrit.libreoffice.org/1066
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
2012-11-14 16:37:33 +00:00
Enrico Weigelt, metux ITS
f0d8553ea7 source file modes fix
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-11-14 15:58:28 +00:00
Petr Mladek
c82b6096ef migrate also configuration from ~/.config/libreoffice/3 on Linux
We have serached the older configurations only under ~/.libreoffice so far.

Change-Id: Iff74ba7c54c221964c413ce2633fcce5e3edcb9e
2012-11-14 16:49:21 +01:00
Thorsten Behrens
899c338ccd Fix fdo#51121 OWA misbehaviour with uncompressed meta.xml
Change Writer and Math to save ODF with compressed meta.xml as well,
since there's no reason not to.

Change-Id: Idde0dc9eafb03f0c84e52353289d857615aa3748
2012-11-14 16:44:35 +01:00
Thorsten Behrens
54ba550c31 Fix fdo#51121 OWA misbehaviour with uncompressed meta.xml
Change Calc to save ODF with compressed meta.xml as well,
since there's no reason not to.

Change-Id: Ib591b0e771a6f394d955f2ea9b43d6fb7c30ecdf
2012-11-14 16:44:35 +01:00
Thorsten Behrens
38a2e86db2 Fix fdo#51121 OWA misbehaviour with uncompressed meta.xml
Change reportdesigner to save ODF with compressed meta.xml as well,
since there's no reason not to.

Change-Id: I9129f83ea8e5e8a20e3b6395643e8ca93c32f04a
2012-11-14 16:44:35 +01:00
Thorsten Behrens
9b2440f985 Fix fdo#51121 OWA misbehaviour with uncompressed meta.xml
Change draw/impress to save ODF with compressed meta.xml as well,
since there's no reason not to.

Change-Id: I856e716b1e673cffe3b483628d934ab2c7d7271b
2012-11-14 16:44:34 +01:00
Bjoern Michaelsen
4e7f9650e2 remove ancient lo-menubar implementation now that we have the shiny new one
Change-Id: Ie5ea41e7376838ac7f2ebfbe0d703e6a28d8a8a9
2012-11-14 16:30:28 +01:00
Caolán McNamara
96998ea61d add asian/non-asian word count to UI when CJK mode is enabled
Change-Id: Ia54ba045a862d17e6967cee0f3f6f7409632233b
2012-11-14 15:25:21 +00:00
Stephan Bergmann
57601d3849 Reset xmlSetGenericErrorFunc after use
...otherwise, unrelated libxml2 clients that try to report errors during exit
can fail if this function is still set but the infrastructure behind it is
already gone.

Change-Id: I7c41fb6770dbff27a71b4b0f82330c608e6e8363
2012-11-14 16:04:05 +01:00
Takeshi Abe
5bac137d48 sal_Bool to bool
Change-Id: I95a8effcc90a9651e30dc43f8db6edeaa7ace5ef
2012-11-15 00:01:58 +09:00
Stephan Bergmann
62af61b8f0 fdo#57055: Re-enable call to librdf_free_world
cf. <https://bugs.freedesktop.org/show_bug.cgi?id=57055#c1>

Change-Id: Ibcd55720bbd17b72a5cd0cc9fc6417195fbcdfd1
2012-11-14 14:57:32 +01:00
Caolán McNamara
14ad313a24 hud_activated here surely should have been hud_active
Change-Id: Id324a31295b0c6836a1e9516ac070d4042c5c3f2
2012-11-14 13:41:07 +00:00
Michael Meeks
1aafcb9020 oox: reduce exception count reading missing attributes. 2012-11-14 13:38:15 +00:00
Enrico Weigelt, metux ITS
8ea17cdae7 dropped obsolete --with-system-gettext configure option
Change-Id: Ia46cb802d40bb1ba199cf937f332c4b343bc22e9
Reviewed-on: https://gerrit.libreoffice.org/1060
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
2012-11-14 13:19:43 +00:00
Caolán McNamara
f23df687f6 Resolves: fdo#57107 processing translatable child nodes twice
I'm rubbish with xslt.

Change-Id: Idc92a602aca7dc2a96cf185b1904e1373435a8a9
2012-11-14 13:18:11 +00:00
Caolán McNamara
18f08d180d Resolves: fdo#57090 visual glitches on MacOSX with borders + layout
We need to force a resync of the borders of a borderwindow onto
its client window when the borders change when layout is active,
otherwise we are doing out calculations using the old borders
and it all turns into a pile of junk

Change-Id: I7dbff0b30aad41779f0f295498af6a492ddf5430
2012-11-14 13:18:10 +00:00
Bjoern Michaelsen
a857cd94f5 update license header for Canonical contribution
Change-Id: I5bb1b92929686ced48415c4d0198fa3fa2f2f0e3
2012-11-14 14:09:25 +01:00
Michael Meeks
349fa28a59 cleanup gmenu conditionals, remove redundant casts.
Change-Id: I51ee0f6c8671c914626cf4332408b4e2b4918b47
2012-11-14 13:53:03 +01:00
Michael Meeks
dc3ada4db5 misc dbus menu integration fixes
Re-declare GMenuModel / GActionGroup if we don't have a recent enough gio.
Fix a number of compile warnings.
use the standard gnumake macros / linking for ENABLE_GIO & ENABLE_DBUS
Initialize GDBusInterfaceVTable cleanly.
Take the Solar Mutex on hud_activated.

Change-Id: Ie0c1d6e75c4be857f0db1adad36418dd1693f63e
2012-11-14 13:53:02 +01:00
Michael Meeks
e5e55d450d gbooleans are true if non-zero, bin == TRUE comparisons.
Change-Id: Ieb6c73993b3ef3854d81fdeb81661d75f1fe954f
2012-11-14 13:53:02 +01:00
Michael Meeks
f5804cddbc remove unused prototype
Change-Id: If3deb18695d0bef3545d6aef5e598435996a7207
2012-11-14 13:53:02 +01:00
Michael Meeks
95493223f2 fix typo with ENABLE_DBUS.
Change-Id: I4955fc9991ee88edde0d332b7e399ef5b807c4cc
2012-11-14 13:53:02 +01:00
Michael Meeks
041f2fb105 remove redundant commented code.
Change-Id: Ia311bdd148cf4c346c187d3b37964b12cded1212
2012-11-14 13:53:01 +01:00
Bjoern Michaelsen
6bea834b4a only enable unity integration with enabled dbus and gio
Change-Id: I418e3c57e7c201529020864b1f4677ec4c24e2c8
2012-11-14 13:53:01 +01:00
Antonio Fernandez
62a803dc46 Removed AbstractMenu class and cleaned up useless code.
Change-Id: I4094302b83342fd42bccad4966b51624215d71ff
2012-11-14 13:53:01 +01:00
Bjoern Michaelsen
c36c5b5161 ImplSelectWithStart is actually already defined
Change-Id: I4bc0f6f9b8f1d87236d19f3757eeeb1f2702552a
2012-11-14 13:53:01 +01:00
Bjoern Michaelsen
221d698c33 revert messing with OSX
Change-Id: I53686801301122c7964b9a6cce276845329f784a
2012-11-14 13:53:00 +01:00
Bjoern Michaelsen
65e769aa4d more cleanup
Change-Id: Ia8cd81ca5944d3b33ddc684e5a65bedce444f85b
2012-11-14 13:53:00 +01:00
Bjoern Michaelsen
3f7e721287 cleanup line noise
Change-Id: Ief6e0b235a0707a805a0dbe9f0a32136a132dcf0
2012-11-14 13:53:00 +01:00
Bjoern Michaelsen
a5efd0740a remove superflous #include
Change-Id: Id49d11b9f88abe14e814c14e8ee8cbb469e029f8
2012-11-14 13:53:00 +01:00
Antonio Fernandez
3292fbf3f0 Menu is fully updated when receiving a HUD activation event.
Change-Id: I4d275bc01ac0baa265d22dcd849020e8f51fc447
2012-11-14 13:52:59 +01:00
Antonio Fernandez
8a25318841 Menu is now subscribed to HUD awareness protocol events.
Change-Id: I0649ac50a93b3b6379642fac4d5d532d46251d72
2012-11-14 13:52:59 +01:00
Antonio Fernandez
e3055bccc7 Added missing files for HUD awareness support.
Change-Id: If3544734e8c4a1c632a24976e9340ef84869d22a
2012-11-14 13:52:59 +01:00
Antonio Fernandez
5339d69bbc Added files to implement HUD awareness protocol support.
Change-Id: I1ce292811b0ac53c35b5a9026a1c1a4f4ef02cf4
2012-11-14 13:52:59 +01:00