Age | Commit message (Collapse) | Author |
|
* As UCB is only ever initialized with "Local"/"Office", remove this
configuration vector completely. The "create" ctor creates an instance
internally initialized with those "Local"/"Office" keys. Special (test) code
can still instantiate an uninitialized one via plain createInstance. And for
backwards compatilibity process startup still ensures to create an initialized
instance early, in case there is still code out there (in extensions) that
later calls plain createInstance and expects to get the already-initialized
(single) instance.
* XInitialization is an "implementation detail" of the UniversalContentBroker
service, do not expose in XUniversalContentBroker.
* ucbhelper/configurationkeys.hxx is no longer needed and is removed.
* ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that
requires ucbhelper::Content constructors to take explicit XComponentContext
arguments now.
* The only remaining code in ucbhelper/source/client/contentbroker.cxx is
Android-only InitUCBHelper. Is that relevant still?
Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
|
|
Create a merged XUniversalContentBroker interface for this service to implement.
Which is backwards-compatible, but does not require creating a new service.
Change-Id: Id264387bf8af8bf211050e15b8801a1fde368167
|
|
Change-Id: Ib351d92d071f6e93ec5eac93c0ab964cef7e7e2f
|
|
Change-Id: I4faedd535421eaf1e3e425f4731b3bb8831e7360
|
|
The character properties of the field are applied when the next run
begins, so insert an empty run right after the field to fix the issue.
Change-Id: I18d747d99d6604fa331a0e70e6989f9f4975eab2
|
|
Change-Id: I3b85f3916d49a1853d073879a906506bee0d4fba
|
|
This is at least the second time there's a race condition during
build, and OSL_TRACE is just SAL_INFO, i.e. not printed by default.
Change-Id: I1c683cf463665c6e36097025756c3aeab3a2c330
|
|
Change-Id: Ifd45a289a5a7b0cb87100e1ff3854ec72143019c
Reviewed-on: https://gerrit.libreoffice.org/526
Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
Tested-by: Thorsten Behrens <tbehrens@suse.com>
|
|
Change-Id: Iae19e9d44f1a437737c943c06356a99957c6991e
|
|
Change-Id: If2e0d2f4805cd04bec0dd7983ec544b9922ef796
|
|
Change-Id: I7523be9f07d378e1c4d88468077653d3fa4161d3
|
|
Change-Id: I009f0519e34900a1b1447de02d99f32dd0e07410
|
|
It has been imported as an alien attribute since CWS impressodf12
5b364c2e8baf9b1f6bbe611c0fd6895a88056afc, and could not be written
to a document created from scratch anyway.
Change-Id: I054fcf71d7ddc3ed19735b8aa898d1b1a12db5b9
|
|
This is invalid, font size must be positive.
Change-Id: I2425d7c596ca9c7c80c0d24c44cdd9ec1ac1dd80
|
|
This attribute is mandatory; for the given bugdoc various
svg:viewBox="0 0 2500 1" are now written.
Change-Id: I7ea2294e0796546dcbb245993c01c2dd2b2a755a
|
|
The xlink:type was optional on text:a and draw:a elements in ODF 1.1 but
is mandatory in ODF 1.2
Change-Id: Ifc7301ed1b0120d31a156751888dea1a55e952fe
|
|
XMLTextParagraphExport: Add a mapping that generates names for those
field marks that don't have a name so validators don't complain.
(regression from 7a1c5e54afe4e4ef7e17c2e9c969cd41221edc28)
There is still the problem that we cannot easily guarantee that the
names (generated or from some field param) do not clash with the names
of actual bookmarks...
Change-Id: I9ed65b94b3e8f725db4354222f2565176b32be52
|
|
do not export invalid table:number-columns-spanned="0"
Change-Id: I7e286a9fcb6ed3df7222c83fe73e870e69561649
|
|
Change-Id: I42f9f45bffbbc74784eb78580a5b927aa3d3ffd7
|
|
Removes the hidden frame. That frame really doesn't seem to be needed, not even for exporting, though.
Change-Id: I37285a9dfe46fe9263ba1f767fe69a59226e342a
Signed-off-by: Lennard Wasserthal <Wasserthal@nefkom.net>
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
|
|
Change-Id: Ied3f21fa021ad0dbe044ae05941389810462d821
|
|
Change-Id: Iecc8c35b5b2235bc3408f2ecf3969317ac8bf679
|
|
Change-Id: I0d6f363ad4170bea804e53247f36a7954118a23d
|
|
It did not compile, and not using the deprecated macro fixes that
as a side-effect.
Change-Id: I97b8cd2ff1a650ec9d38cbf7eeb8780177a7fd7a
|
|
Change-Id: I26bc5d87725eb9ae00387e42e9a65ed26a8ec168
|
|
Change-Id: I14d8bd5473197b50457cbdc509c211bba7231802
|
|
Change-Id: I7dac78be5a1165ff5cdbd53fd02b907a4fa68a3b
|
|
Change-Id: I0beb4dcf9051c678bde5d49b83cec697ab17c595
|
|
Change-Id: I7fcea698c3d89c5b84b38a708502bcdf4526a614
|
|
Change-Id: Ic5ddaf436592c1112cb9b3a1b36d2026caddf368
|
|
This got lost in e7d85cc078bd1d2757709789014233f4e9c1a23d .
Change-Id: I47e52a840f0bc0b1872cb9d111d5fed44f08b7bc
|
|
I couldn't find out a decent way of getting the compiled binary
needed only at build time, so the file needs to be generated manually.
Change-Id: I4a77aa8ee350f374c9b8b91361797d86871ff8b4
|
|
Change-Id: I2c9e83611fab1e9c4c998af68648df994f89cd6b
|
|
Change-Id: I93720ee3338426174b31a6ea6dba3af7ffb7e207
|
|
Change-Id: Ia91118388240c9a54d010b94aef34ad528ce5761
|
|
Change-Id: I5ece116a66ab37fe64aac6c60bc38244677d499a
|
|
Change-Id: I5b4b70ecc87efc943afe8a408140ef91e108e0a3
|
|
furthermore sal/config.h is already included by sal/types.h
so no need to include it twice
Change-Id: Id84122eb102eececc1001ea4a56c556ff775defa
|
|
Change-Id: I42747dffef099f3806178af76e20335f5f033379
Reviewed-on: https://gerrit.libreoffice.org/606
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
|
|
Change-Id: Ib09b581d5cc8dabf48aceddcc7639ca0e61b72dc
Reviewed-on: https://gerrit.libreoffice.org/587
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
|
|
Change-Id: I89756b173835d0356fee7fbb166d1998bd0415ac
Reviewed-on: https://gerrit.libreoffice.org/533
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
|
|
Change-Id: Ib612223a5626d4b525b4e86277c0a5623c0955e8
Reviewed-on: https://gerrit.libreoffice.org/540
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
|
|
Change-Id: I215bcfca6a29274f7397d1100e3674d747ae19f2
Reviewed-on: https://gerrit.libreoffice.org/531
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
|
|
m_aColumnWidths already contains it
Change-Id: I404c58fb0b32db7b7b7bf60be997f81709908ceb
Reviewed-on: https://gerrit.libreoffice.org/556
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
|
|
for distributePixel/takeAwayPixel before finally using it to correct
the rounding errors
Change-Id: I6f3b178400db0696df0289331be94d69f1d4f0d2
Reviewed-on: https://gerrit.libreoffice.org/555
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
|
|
Change-Id: I99be214bf12d340cc5e9330d1c21046dd366b07a
Reviewed-on: https://gerrit.libreoffice.org/554
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
|
|
in a previous change.
Do this by making the TableControl a CompoundControl,
so VCL cares for everything which is needed. Consequently,
get rid of the manual notification of the respective VCLEVENT_*'s,
and everything related to it
Change-Id: Id8872680b744e1171be916f6f66a4968e9d6567a
Reviewed-on: https://gerrit.libreoffice.org/553
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
|
|
care the rare cases that the table has row headers, but no columns at all
Change-Id: Iece17add6f5e0adf425c33f0817e8b1be953e1a7
Reviewed-on: https://gerrit.libreoffice.org/552
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
|
|
it relies on the other calculations (in particular calculation of the
column widths) being finished
Change-Id: I599aa5b2938e2aa810980c00ac8f598b4f4fcfcb
Reviewed-on: https://gerrit.libreoffice.org/551
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
|
|
use a GeometryControlModel only if the parent model is one, too
Change-Id: I8cf7bb8cf721b6f841ddfbb7e02475c6e2c6741a
Reviewed-on: https://gerrit.libreoffice.org/550
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
|