- 26 Kas, 2012 40 kayıt (commit)
-
-
Xisco Fauli yazdı
Change-Id: I6f878d454a264f2c5a9c450b09d690b0230fb89a
-
Xisco Fauli yazdı
Change-Id: I87865aa01b1c05f46d39ab98279d3dc67df23c78
-
Xisco Fauli yazdı
Change-Id: I6617478a335cf1b5b6b128f86148029dc7bd81af
-
Xisco Fauli yazdı
Change-Id: Ice2eaaa014ee4858658c5643b51b6f70faefa128
-
Xisco Fauli yazdı
Change-Id: I30eb17dd740978e2ce03ada0ec11a4db65205f41
-
Xisco Fauli yazdı
Change-Id: I887ad72ce6ee4001ea2ac8731ffadaf196c0b5d7
-
Xisco Fauli yazdı
Change-Id: Id0c98e95d6b40dabe0dc07af232bda84989d1815
-
Peter Jentsch yazdı
Change-Id: I437b936e37ab577f29736bf413312ba9af393987
-
Markus Mohrhard yazdı
Change-Id: I0c64a411926ea0de04d214acb993337a695f6acb
-
Markus Mohrhard yazdı
Change-Id: I0485edfb6571ff9db9e52b54099a24c92f566dc9
-
Markus Mohrhard yazdı
Change-Id: I61287dc910fb168c18fa7c9e46b8c29ae1300858
-
Michael Stahl yazdı
Change-Id: I568dc7c83cf60f2782ac730dc5efcb0e4b8de8a2
-
Christian Lohmaier yazdı
Change-Id: I0815aa0f5b50166f626f721be56969c0afd655a8
-
Michael Stahl yazdı
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
-
Michael Stahl yazdı
... 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
-
Ricardo Montania yazdı
Change-Id: I5412773f9cebc633a78ee5733b62f64b6d1599d4 Reviewed-on: https://gerrit.libreoffice.org/1068Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Rene Engelhard yazdı
Change-Id: If25d4d1d583caace32934d7a7230bb86330cfbed
-
Peter Jentsch yazdı
Change-Id: I9788e80829e4e9af17b4e2fd203849ca0b5e9899
-
Ivan Timofeev yazdı
Change-Id: I2e9b825110ed2e83c053b2084c4e6c868d1e9d9f
-
Ivan Timofeev yazdı
Change-Id: I65d305b07dba5ddd80a108d5ef1b36f75eb67243
-
Caolán McNamara yazdı
Change-Id: I0325f42e78efbf819c6883b69d5a8903e05ac36e
-
Samuel Mehrbrodt yazdı
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/1172Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: I39bb14e47654afd5425098fb4aad80a29f058d67
-
Tor Lillqvist yazdı
Change-Id: I15981bf4827c29a7e1ce8e33d8b6fdc159e05522
-
Tor Lillqvist yazdı
Change-Id: I090da1c6c9e48ef12f2a168eddb1a2cb91a8f533
-
Tor Lillqvist yazdı
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
-
Tor Lillqvist yazdı
Change-Id: I10c8a6806fd106128e151d470a51caa54aa074e8
-
Zolnai Tamás yazdı
Change-Id: I329c72fdca6ade502d4fdedaccc410dd4b7ea874
-
Miklos Vajna yazdı
Change-Id: I34f299acaa489d5c619c764c917b8a8d26b71557
-
Caolán McNamara yazdı
and move last javascript string into global strings Change-Id: I51f0e18e77ab1696d5b70c98698b81ac6122f970
-
Andras Timar yazdı
Change-Id: I954140a076987f61123dfb8fd74ef830afff4628
-
Jack Leigh yazdı
Change-Id: Icd3cd8579e9fa8fa4d01fc234317b3b0b03525aa Reviewed-on: https://gerrit.libreoffice.org/1152Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Radek Doulik yazdı
- 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
-
Stephan Bergmann yazdı
Change-Id: I46e97b59716e5d716ac5d76a0bd6af5eea05a57f
-
Tor Lillqvist yazdı
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
-
Caolán McNamara yazdı
Change-Id: Ia3e0b7be14800e1d50c3e785153b45d2b4a7dd6d
-
Caolán McNamara yazdı
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
-
Zolnai Tamás yazdı
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
-
Stephan Bergmann yazdı
...at least, failure of Linux-openSUSE-x86@18-Clang tinderbox makes it look like that is a problem. Change-Id: I0e0b135d845d06ed2adddfd246a3ccaab91905a3
-
Luboš Luňák yazdı
This reverts an API "improvement" from 6ee5dfa1 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
-