Commit Graph

316401 Commits

Author SHA1 Message Date
Stephan Bergmann
cc360f0a48 fdo#46808: Missing adaptions to XFolderPicker2
c988da288e "fdo#46808, Adapt
ui::dialogs::FolderPicker UNO service to new style" had left some FolderPicker
implementations at XFolderPicker, so creating them caused DeploymentExceptions.

Change-Id: I3463161f9bb87a69a2777c331eb5b93d487790b0
2012-11-27 10:39:28 +01:00
Ricardo Montania
41f08d4269 Some ::rtl::OUString -> OUString in canvas
Change-Id: Icfcd96432327873f23351a85f8015f0a945dbf47
Reviewed-on: https://gerrit.libreoffice.org/1174
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-11-27 08:42:32 +00:00
Michael Stahl
cb1b0ddbb4 accessibility: WNT only IllegalArgumentException java problem
Change-Id: I9d251964d5fd00789dc831b7e55684c772c65fdf
2012-11-27 00:46:43 +01:00
Michael Stahl
d84d147ddb offapi: remove DocumentInfo types from type reference
Change-Id: Iaf887b7a6f228b39aa05104c56618cd1a02c7227
2012-11-27 00:46:42 +01:00
Xisco Fauli
ea2bba5968 pywizards: don't set attribute when it's None
Change-Id: Ic80b77f90635f58ab7e90da8b1c5e7d34a43d0f6
2012-11-26 23:39:47 +01:00
Xisco Fauli
4024753450 pyagenda: let's delete the locks and see what happens later on
Change-Id: I6f878d454a264f2c5a9c450b09d690b0230fb89a
2012-11-26 23:39:47 +01:00
Xisco Fauli
9ed87bd9a4 pyagenda: adapt exceptions to python3.3
Change-Id: I87865aa01b1c05f46d39ab98279d3dc67df23c78
2012-11-26 23:39:46 +01:00
Xisco Fauli
f835b7e321 pyletter: adapt this wizard to python3.3
Change-Id: I6617478a335cf1b5b6b128f86148029dc7bd81af
2012-11-26 23:39:46 +01:00
Xisco Fauli
5b56643fd4 pyfax: make this wizard completely compatible with python3.3
Change-Id: Ice2eaaa014ee4858658c5643b51b6f70faefa128
2012-11-26 23:39:46 +01:00
Xisco Fauli
c279c57595 pywizards: No need to use unicodedata here
Change-Id: I30eb17dd740978e2ce03ada0ec11a4db65205f41
2012-11-26 23:39:45 +01:00
Xisco Fauli
944a7aa48a pywizards: adapt listener to python3.3
Change-Id: I887ad72ce6ee4001ea2ac8731ffadaf196c0b5d7
2012-11-26 23:39:45 +01:00
Xisco Fauli
d03f2be8e1 pyfax: adapt it to python3.3. it can be already launched
Change-Id: Id0c98e95d6b40dabe0dc07af232bda84989d1815
2012-11-26 23:39:44 +01:00
Peter Jentsch
7ce4ca1c49 fdo#56598 - no whitespace after section numbers in XHTML export
Change-Id: I437b936e37ab577f29736bf413312ba9af393987
2012-11-26 23:35:42 +01:00
Markus Mohrhard
ef5fa06e6e no need for this copy
Change-Id: I0c64a411926ea0de04d214acb993337a695f6acb
2012-11-26 23:22:15 +01:00
Markus Mohrhard
80904d027f implement OOXML export for date cond formats
Change-Id: I0485edfb6571ff9db9e52b54099a24c92f566dc9
2012-11-26 23:22:15 +01:00
Markus Mohrhard
179b568a82 easy performance improvement related to fdo#48312
Change-Id: I61287dc910fb168c18fa7c9e46b8c29ae1300858
2012-11-26 23:22:14 +01:00
Michael Stahl
264c136697 configure: check for Python2 >= 2.6 as well
Change-Id: I568dc7c83cf60f2782ac730dc5efcb0e4b8de8a2
2012-11-26 23:14:34 +01:00
Christian Lohmaier
bee01c825b python3: build LibreOfficePython.framework on MacOS X
Change-Id: I0815aa0f5b50166f626f721be56969c0afd655a8
2012-11-26 23:14:34 +01:00
Michael Stahl
e6f81b1898 API CHANGE: remove com.sun.star.document.XDocumentInfo
The following badly designed interfaces and services were deprecated
in OpenOffice.org 3.0 and are now remove from the API:

com.sun.star.document.DocumentInfo
com.sun.star.document.StandaloneDocumentInfo
com.sun.star.document.XDocumentInfo
com.sun.star.document.XDocumentInfoSupplier
com.sun.star.document.XStandaloneDocumentInfo

The supported replacements for these have been introduced in OOo 3.0:

com.sun.star.document.XDocumentProperties
com.sun.star.document.XDocumentPropertiesSupplier
com.sun.star.document.DocumentProperties

http://www.mail-archive.com/interface-announce@openoffice.org/msg00432.html

Remove the implementation of these interfaces and services in sfx2
(SfxBaseModel, objuno.cxx)

Also remove unit tests for these services in qadevOOo and sfx2.

Conflicts:
	offapi/type_reference/types.rdb

Change-Id: Ib0b48a4e53a8079c82fac3bb49a829812f8e5256
2012-11-26 23:14:33 +01:00
Michael Stahl
31170413ae API CHANGE: com.sun.star.lang.IllegalArgumentException
... derives from com.sun.star.uno.RuntimeException instead of
com.sun.star.uno.Exception.

Only test that breaks with this change is jurt_uno/AnyConverter_Test,
which for mysterious reasons effectively tests that
IllegalArgumentException is a subclass of Exception and not
RuntimeException.  Presumably this is just a generic exception test that
happens to use IllegalArgumentException.

Some further testing indicates there are no problems expected at
runtime:
Running "make subsequentcheck" with all Java test code compiled against
a ridl.jar that does not contain the change, running against a soffice
that uses ridl.jar and rdbs with the change + ridl.jar with the change
on the test side yields exactly the same AnyConverter_Test failure, with
no other failures.

Change-Id: Iad183de76ec7e0d56648084e97cdcc160b5b033d
2012-11-26 23:14:33 +01:00
Ricardo Montania
1d095efaf9 Some ::rtl::OUString -> OUString in bridges
Change-Id: I5412773f9cebc633a78ee5733b62f64b6d1599d4
Reviewed-on: https://gerrit.libreoffice.org/1068
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-11-26 22:15:08 +00:00
Rene Engelhard
7af306fb25 check for python >= 3.3 in configure when building with python3
Change-Id: If25d4d1d583caace32934d7a7230bb86330cfbed
2012-11-26 22:19:37 +01:00
Peter Jentsch
5781a5ea3d fdo#57575 (xhtml hairline borders), fdo#57538 - xhtml right just borders.
Change-Id: I9788e80829e4e9af17b4e2fd203849ca0b5e9899
2012-11-26 21:48:11 +01:00
Ivan Timofeev
52252bb529 findbar: use new SetPlaceholderText method
Change-Id: I2e9b825110ed2e83c053b2084c4e6c868d1e9d9f
2012-11-27 00:15:15 +04:00
Ivan Timofeev
37c4a408eb vcl: Edit: add placeholder text feature, import it from .ui
Change-Id: I65d305b07dba5ddd80a108d5ef1b36f75eb67243
2012-11-27 00:15:15 +04:00
Caolán McNamara
95b4c0322d use secondary-group packing to left group help and adapt to OK->Insert change
Change-Id: I0325f42e78efbf819c6883b69d5a8903e05ac36e
2012-11-26 19:54:28 +00:00
Samuel Mehrbrodt
db8aa2fcf0 New Layout for 'Insert Table' Dialog
As discussed in http://nabble.documentfoundation.org/Libreoffice-ux-advise-New-Layout-for-Insert-Table-Dialog-td4020074.html

Change-Id: Icd1a77d845aa14a918077ccefd7f9892ad05f199
Reviewed-on: https://gerrit.libreoffice.org/1172
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2012-11-26 19:53:18 +00:00
Tor Lillqvist
9d83ad0e99 Use -dead_strip ld flag
Change-Id: I39bb14e47654afd5425098fb4aad80a29f058d67
2012-11-26 21:40:29 +02:00
Tor Lillqvist
497a7ac1df Drop the components we don't have for iOS
Change-Id: I15981bf4827c29a7e1ce8e33d8b6fdc159e05522
2012-11-26 21:40:29 +02:00
Tor Lillqvist
db7b486f88 Use the weak attribute for iOS, too
Change-Id: I090da1c6c9e48ef12f2a168eddb1a2cb91a8f533
2012-11-26 21:40:28 +02:00
Tor Lillqvist
79d82c21fc Make it link again
Use the wildcard function to get all ibraries and component, like for
Android. (We won't of course actually link in all code from allof
them, just what gets referenced to by the getFactory methods
referenced in docloader.mm. Plus possibly unintentionally other stuff,
to be investigated...)

Change-Id: I6516964c83e7bf120de586550c40615b4337f760
2012-11-26 21:40:28 +02:00
Tor Lillqvist
efb1d98765 Use same component map as in the Android DocumentLoader
Change-Id: I10c8a6806fd106128e151d470a51caa54aa074e8
2012-11-26 21:40:28 +02:00
Zolnai Tamás
d042c3ccd8 Fix bug in localize, created by recently changes
Change-Id: I329c72fdca6ade502d4fdedaccc410dd4b7ea874
2012-11-26 20:07:22 +01:00
Miklos Vajna
64cea833fb Give sdremote a separate option, apart from Experimental features
Change-Id: I34f299acaa489d5c619c764c917b8a8d26b71557
2012-11-26 18:01:06 +01:00
Caolán McNamara
0052235753 set default script text in .ui
and move last javascript string into global strings

Change-Id: I51f0e18e77ab1696d5b70c98698b81ac6122f970
2012-11-26 16:56:45 +00:00
Andras Timar
1a62283363 unifications/fixes before handoff to translators
Change-Id: I954140a076987f61123dfb8fd74ef830afff4628
2012-11-26 17:58:48 +01:00
Jack Leigh
0c46736bb2 Migrate 'Insert Script' dialog to .ui file
Change-Id: Icd3cd8579e9fa8fa4d01fc234317b3b0b03525aa
Reviewed-on: https://gerrit.libreoffice.org/1152
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2012-11-26 16:55:30 +00:00
Radek Doulik
a04735e037 fix crash on impress quit, when custom shapes were added during editing
- reset connection to this unoshape in sdr object so that it doesn't
   try to delete uno shape later when it might be already deleted

Change-Id: I1195bfdaccceb9d7e3e0f0a48aaacb16f7a46ced
2012-11-26 17:54:20 +01:00
Stephan Bergmann
3bdd04fc04 Improve error reporting
Change-Id: I46e97b59716e5d716ac5d76a0bd6af5eea05a57f
2012-11-26 17:35:15 +01:00
Tor Lillqvist
185fe1de1f WaE: use of logical '&&' with constant operand
Thanks, Clang. The code was indeed (obviously) wrong.

Is fixed in upstream boost:
https://svn.boost.org/trac/boost/changeset/72270
https://svn.boost.org/trac/boost/ticket/5145

Change-Id: I5efbb60a8518e387785f2fb65cd821f1938534cc
2012-11-26 18:23:32 +02:00
Caolán McNamara
65f82ca629 get textencoding tests working again
Change-Id: Ia3e0b7be14800e1d50c3e785153b45d2b4a7dd6d
2012-11-26 16:03:33 +00:00
Caolán McNamara
5eb649a89b fix unicode to dingbats conversion
enabling the text encoding tests show that the unicode to dingbats conversion
is wrong in two places.

a) 0x27CF should be 0x25CF
b) The unicode range starting at 0x2460 should map to 0xAB not 0xAC

Change-Id: I3899e1bbfc3f20ef67eb75c703ad7f23abe81509
2012-11-26 16:03:33 +00:00
Zolnai Tamás
54f2fad47b Varnisch localize.cxx
Use getenv method instead of osl_getEnvironment.
Delete rtl and std namespace identifier
Use OString every possible place to decrease
OString<->OUString conversions.
Add some block to minimize scope of local variables
and add comments to make clear each block task.
Move propex "en_US exist in file name" check to
localize to save some extra process time.

Change-Id: I9a0455f7524f71e34efe4d32998d2d21601f14e1
2012-11-26 15:49:56 +01:00
Stephan Bergmann
2981921b49 Missing dependency on lng.component
...at least, failure of Linux-openSUSE-x86@18-Clang tinderbox makes it look like
that is a problem.

Change-Id: I0e0b135d845d06ed2adddfd246a3ccaab91905a3
2012-11-26 15:30:16 +01:00
Luboš Luňák
8bf500c365 make presentation spanning all screens work (bnc#758138)
This reverts an API "improvement" from 6ee5dfa150
that tried to use -1 as the current screen/display but failed. The check
for nDisplayScreen being in range broke all-screens (which is
represented as last_screen+1 value, which is broken in its own way, as e.g.
the screen count can change). The same way -1 as the default value is broken,
as everywhere else invalid invalid screen number means spanning all screens.
The extra overloads without a default value should take care of that.

Change-Id: Ie118038eacacebc007c25860732d5904ad0de2b9
2012-11-26 15:01:25 +01:00
jailletc36
8d87128c6b Remove useless comment.
Change-Id: Ica37d08671700adea3b0d48c1d72b6d26f56dcfb
Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr>
Reviewed-on: https://gerrit.libreoffice.org/1169
Reviewed-by: Tomáš Chvátal <tchvatal@suse.cz>
Tested-by: Tomáš Chvátal <tchvatal@suse.cz>
2012-11-26 13:03:41 +00:00
Rene Engelhard
669f0da19b use correct PyString_Size for python2
This reverts commit 8ea4657f64.

Conflicts:
	pyuno/source/module/pyuno_util.cxx

Change-Id: I252688b72610864613ceb80aac9030062e63fdac
2012-11-26 13:48:58 +01:00
Tor Lillqvist
2ea5803586 Revert "Skip a bunch of files in the disable-export case"
Causes too much pain in scfilt, let's try without for now.

This reverts commit 421c8febe8.
2012-11-26 14:09:50 +02:00
Tor Lillqvist
a6e64c35cb Indent consistently
Change-Id: I2f0a472a92d9db5d18225fd47a90c98fd26d9435
2012-11-26 14:09:49 +02:00
Stephan Bergmann
f902bcda6e Make ~Window more robust
...in cases where the Window(WindowType) ctor did not call Window::ImplInit, so
many members are null; if then a derived class's ctor throws an exception,
~Window must be careful not to dereference those null members.

Change-Id: I12c4b1b5d7f3633387b85acf9da6d57c42e793b4
2012-11-26 12:48:26 +01:00