Age | Commit message (Collapse) | Author |
|
Also create a utility constructor for LocaleDataWrapper, which
simplifies many of the calling sites.
Change-Id: Ic8510b51c4201fa17fc0620e18d3e258e43636ba
|
|
Change Writer and Math to save ODF with compressed meta.xml as well,
since there's no reason not to.
Change-Id: Idde0dc9eafb03f0c84e52353289d857615aa3748
|
|
so they can now be replaced by SV_*_REF now
Change-Id: I2207d6582cab5f41851064f3d0c773e9421c0078
|
|
Change-Id: I431c0615de56ddc0fa2c0ea06567d32419d29440
|
|
Although the implementation is here, the dialogs to show when clicking
on the menu items aren't there yet.
Change-Id: I14886ec8ea8b97a35ca6c8474bc33e30da1a86d3
|
|
Change-Id: I5f003556065cff34cec38148bc3bb4da20692e54
|
|
...which effectively is just a glorious wrapper around
comphelper::getProcessServiceFactory.
In turn gets also rid of ImplSVAppData's mxMSF and mpMSFTempFileName and the
rSMgr parameter to InitVCL.
All the VCL users "soffice", "spadmin", and "unopkg gui" appear to still work
fine.
Change-Id: I797d48f7d0d8c35bb82124c9ab0ee63850c4d863
|
|
Change-Id: I9d86ea5b27e8b8db75bf7a2ea9965621c857adb7
|
|
Change-Id: I2f0acb27f85a230109e827d415aabc029b90cd45
|
|
so we can keep translations markup free, and it matches
better our existing font use in controls
Change-Id: Ib762030f8bf831f2b0afabdd643508e660ad9266
See: https://live.gnome.org/GnomeGoals/RemoveMarkupInMessages
|
|
... but the tests still crash and are disabled.
Change-Id: I5df66f21865cac98c38d4ef3684c562784e093b9
|
|
Create a merged XWriter interface for the service.
The xml.sax.Writer service already existed, it just did not have
an IDL file.
Change-Id: I4e6d3f3c68f9282a55fc7aa19778f97632fd8ad5
|
|
Change-Id: I154c856c2813130aae1af611abcc4bcb4f0d1d13
|
|
Change-Id: Icf4b434a1961cc4964ee6e362491868e898a1831
Reviewed-on: https://gerrit.libreoffice.org/887
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: I3989d552ef286ba2e63cbd2a9fee32a8358ca74c
|
|
Change-Id: Ib5f39e099d238b739e0d6b3d92d3f04ee50022fb
|
|
http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html
Change-Id: I37b2c7b7acd31437f4be74b0163f4dac2279655b
|
|
Change-Id: Ib05f7b3b9b66f9e1c0b619e6a8b14e253d1adbb7
|
|
Change-Id: I6fd8da6a07506cb91b43ea8176893a33d60fc07d
|
|
Change-Id: I930f8729a58fb8cd3209df2ad1b112150796f50f
|
|
The xml.sax.Parser service already existed, it just did not have
a new-style service to create it.
Change-Id: I6f145a7504ff9e149c802f723991954a2801cbc9
|
|
Change-Id: I88873eec738a068152e7d7be0dc4ab86fcfe345a
|
|
Change-Id: I9921e9803e5d63fafffbfcf15e5c4fc2c9080669
|
|
Change-Id: I1cfd68c37629b4847bad88f54d2866496bc91283
|
|
Change-Id: I7acca32fdf9902ce598bdbed32cccdecf9a08907
|
|
Change-Id: Ibbd6305e78738403b5140a27125f452b3ec2ec8b
|
|
Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159
Reviewed-on: https://gerrit.libreoffice.org/734
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: Ie5e800df0c7663e6bb62a2019cf2fd8b0c1ae772
|
|
Change-Id: I28c2d87ddd1ea83e29dd11ef8aa20d8d583f4dd9
|
|
Change-Id: I29c644ed2c69f0c378f8c43b69c6c8c70d8cbf5e
|
|
Change-Id: Icdb39e5b5ba38d48f5cc3a4ae371fb77cb981242
|
|
Change-Id: I94eafe01604b30d53d9021458a0a9c57dfc1144a
|
|
Always link in gb_STDLIBS, except when the library explicitly opts out
with gb_LinkTarget_disable_standard_system_libs.
Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
|
|
... new gb_LinkTarget_add_standard_system_libs
Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
|
|
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
|
|
to new-style widget layout mostly described in .ui format
Change-Id: I8ead53a246a8ac3e2d446d158f06d7e2e436ce60
|
|
Otherwise make starmath.all does not work as expected.
Change-Id: I747b7dd9f1cd6347d6fe8d5edbbb0dff079a253b
|
|
the intent of this header has canged over time. now it is already
systematically included with ustring.hxx and the operator overload it
provide fit nicely there...
Just to be safe, since that include as been added to the api during the
3.5 timeframe and therefore is already in 'production'
the header remain and simply attempt to include ustring.hxx
but a warning is issued indicating that this header should not be used
anymore... in a couple of major release we will thenr emove it completely
All internal users of that header are converted.
Change-Id: I8934c55f089e29d78c0f5649b7c87b2ecf024bad
Reviewed-on: https://gerrit.libreoffice.org/634
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: I51226f78ca60c32ebb908bcf4f74d38d0750eb00
|
|
Create a merged XSAXDocumentBuilder2 interface for this service to implement.
Which is backwards-compatible, but does not require creating a new service.
Change-Id: Iaa96031a0b7c27e957d2edb0394e5eeaaa84cdca
|
|
Change-Id: I99badd3ed5c3b86180bbf172f8239e692d6df11b
|
|
Change-Id: I30a2d1c5ad0611eeb69ee50dadfb847981d0a61d
|
|
Change-Id: I0f1557f480e9d20d4ead359ad0eaa75db9b8f9db
|
|
Change-Id: I4c81125e67c23fb05e98fc6b2f47ed3e49dd29c3
|
|
There are few small things that do not survive the roundtrip completely
accurately, they should be checked somewhen when there's time. But it's
better to have these as actual tests rather than just documents somewhere.
Change-Id: Ic3732ab8450376820867950438d89e324f391eeb
|
|
Change-Id: Id9bbb2bbcafe335eada3f36ae103a9074a56848f
|
|
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
|
|
Change-Id: I82c36a3ff49f74dc674df46dcf35f8c1a991c9e2
|
|
Change-Id: I2d5bc00c01318a23c604d93ffe6ce9dd0b72b3c2
|
|
Change-Id: I527ae337a9e445d911dba956daf9d76f9d7572de
|