Age | Commit message (Collapse) | Author |
|
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
|
|
... 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
|
|
Change-Id: I5412773f9cebc633a78ee5733b62f64b6d1599d4
Reviewed-on: https://gerrit.libreoffice.org/1068
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: If25d4d1d583caace32934d7a7230bb86330cfbed
|
|
Change-Id: I9788e80829e4e9af17b4e2fd203849ca0b5e9899
|
|
Change-Id: I2e9b825110ed2e83c053b2084c4e6c868d1e9d9f
|
|
Change-Id: I65d305b07dba5ddd80a108d5ef1b36f75eb67243
|
|
Change-Id: I0325f42e78efbf819c6883b69d5a8903e05ac36e
|
|
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>
|
|
Change-Id: I39bb14e47654afd5425098fb4aad80a29f058d67
|
|
Change-Id: I15981bf4827c29a7e1ce8e33d8b6fdc159e05522
|
|
Change-Id: I090da1c6c9e48ef12f2a168eddb1a2cb91a8f533
|
|
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
|
|
Change-Id: I10c8a6806fd106128e151d470a51caa54aa074e8
|
|
Change-Id: I329c72fdca6ade502d4fdedaccc410dd4b7ea874
|
|
Change-Id: I34f299acaa489d5c619c764c917b8a8d26b71557
|
|
and move last javascript string into global strings
Change-Id: I51f0e18e77ab1696d5b70c98698b81ac6122f970
|
|
Change-Id: I954140a076987f61123dfb8fd74ef830afff4628
|
|
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>
|
|
- 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
|
|
Change-Id: I46e97b59716e5d716ac5d76a0bd6af5eea05a57f
|
|
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
|
|
Change-Id: Ia3e0b7be14800e1d50c3e785153b45d2b4a7dd6d
|
|
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
|
|
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
|
|
...at least, failure of Linux-openSUSE-x86@18-Clang tinderbox makes it look like
that is a problem.
Change-Id: I0e0b135d845d06ed2adddfd246a3ccaab91905a3
|
|
This reverts an API "improvement" from 6ee5dfa150d408179e20a5525ff7ec46649e0e58
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
|
|
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>
|
|
This reverts commit 8ea4657f64e7575696be4bba5b2a4309ac029ae4.
Conflicts:
pyuno/source/module/pyuno_util.cxx
Change-Id: I252688b72610864613ceb80aac9030062e63fdac
|
|
Causes too much pain in scfilt, let's try without for now.
This reverts commit 421c8febe88920bb6ebdfb05ce85568f241ddd0e.
|
|
Change-Id: I2f0a472a92d9db5d18225fd47a90c98fd26d9435
|
|
...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
|
|
Change-Id: Ifc5931eeb7325f606822ceaf23ed6af73467c782
|
|
Change-Id: I341e36a59172116c9f90c67c6ab23d9e4f2c5847
|
|
Change-Id: I7074ece89025f4a82c7ce1818576591f8852cd3c
|
|
Change-Id: I31fa2f4a711f01ca134e8a977eb2147637fc7830
|
|
Change-Id: Idcb00cba13ae3d7d5ee6288065c98accf636142d
|
|
Change-Id: I6a86661dfceb4ecaeadb4fb045e924f2b65e1ad2
|
|
Change-Id: I77b27ea765230d13b9b81faf5b5cf5acc4897616
|
|
Change-Id: I01be3f5438ccbe5afc0b35bbb44911d665cc19d0
|
|
Change-Id: I58237ce2fdfc55a564e2cf9f00a5eeebed48c046
|
|
Change-Id: I23652e60de720af4da13f29f221001813b927eb2
|
|
Change-Id: I3f8a7d1912952730151e2444f426aff8b2ba4c97
Reviewed-on: https://gerrit.libreoffice.org/1162
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Reviewed-by: Németh László <nemeth@numbertext.org>
|
|
Change-Id: I411945fafce71c327d137a2dd09501fa98cc31c2
|
|
Change-Id: I765458daa808245ec736a3d184ba64c2dcd3a10b
|
|
Change-Id: Ib77731839ad9e46626a7a07d4b2c6c7e32d4bba1
|
|
Change-Id: I1b2840dcd11e38253f3620421b8774b8e0c21cf3
|
|
Change-Id: I1a1694bf4ad463ed18c99c5471c53ca26578dfdb
|
|
Change-Id: I01665f9030c9a544a89d3857f96bf3073c706435
|
|
Regression from 2e4f4171d6a29858108922619d680606b633d8f2.
Change-Id: Iaaf1cf180458e9b745875aae457e1e3355566385
|