Age | Commit message (Collapse) | Author |
|
Change-Id: I034132c315b74d0ea5e03b7d5f7cc225a6c8164e
|
|
Change-Id: I43391416dba532edd1830e490f7860dc16775fd4
|
|
- this renames the 'almost' module target to non-l10n
- and adds a l10n target which is intended to only build l10n parts of
the product
- packagers should then be able to build l10n and non-l10n parts of the
product independently, thus:
- enable quicker rebuilds
- distribution of load
- updates to l10n without a full rebuild
- security fixes to binaries without rebuilding all l10n
- the new targets are called build-l10n-only and build-non-l10n-only
- note this is not intended to move a concept of split packages
upstream -- while this exsists in distros, the number of test
scenarios for this would explode upstream
Change-Id: Ib8ccc9bc52718d9b0ebbfee76ad93dc29c260863
Conflicts:
filter/Module_filter.mk
|
|
Project: dictionaries 96cb9a317f448f7c70afc3a81b532efacaabd456
tweak dicts for core Change-Id: Ib8ccc9bc52718d9b0ebbfee76ad93dc29c260863
Change-Id: Icab59f08e96c6c1f13e24d72676077b8ddad90e3
Reviewed-on: https://gerrit.libreoffice.org/6662
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
|
|
Project: help 33bc6868c0b6ffaf2e9ee31b8e5448b11930634f
tweak help for core Change-Id: Ib8ccc9bc52718d9b0ebbfee76ad93dc29c260863
Change-Id: Iffb5f9facb234be10523af93f1e23607fb4fdd1c
Reviewed-on: https://gerrit.libreoffice.org/6663
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
|
|
Change-Id: I79abdb853af619f2c66638bde990ef8ae33fe492
Reviewed-on: https://gerrit.libreoffice.org/6671
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Currently - the angle of the gradient fill of a text-box was not
being exported. This resulted in the gradient always being a horizontal
gradient. This patch fixes that and exports the angle.
Conflicts:
sw/qa/extras/ooxmlexport/ooxmlexport.cxx
Reviewed on:
https://gerrit.libreoffice.org/6653
Change-Id: I1da60a8e82705097e9e699549d3828375967e744
|
|
... don't even get any warning with that removed.
Change-Id: I2647a5951a4ac3cba174a3564e99ef81e4959992
|
|
... it breaks dependency generation.
Change-Id: I524f1789c32a633e8930a4e36a893ce02de66390
|
|
... it breaks dependency generation.
Change-Id: I992e47ecea697617820358f711b7a6408fdabbe3
|
|
... it breaks dependency generation.
Change-Id: Ib6e1dac1210020d3a6eb1748f1266e69582f199e
|
|
... which can only be built with MSVC currently anyway.
Change-Id: I806be27ec18e4f04e000f0b5d9ea613c3199855c
|
|
Change-Id: I0765649b94b370caf92a29a8ff2224e335196612
|
|
... and instead do that in ExternalProject, which should be more
maintainable than patching.
Change-Id: I0ccf5697976399cf4f92c53e896492044ee6492d
|
|
Change-Id: I5fc7cdbcdf079edb101f6a8c3851c4cf4f92e258
|
|
There was a wrong 'if' statement, that checked if the focus was over 75%
and also if the angle was less than 180. If so - it compensated for that
by adding 180 degrees to the angle (and losing the 'focus' attribute).
But it should do that even if the angle is more than 180 degrees, so
this was fixed.
Reviewed on:
https://gerrit.libreoffice.org/6647
Change-Id: Ib2dc8a61359e656721c5c6c99587d4d547eed835
|
|
This commit changes the behavior of the export process of text-box
gradient color. Currently it exports the colors inverted,
but it should do so only when it is an 'axis' gradient.
Change-Id: I8841982c1dbc57616d6e1640d73bc8aa823ae056
Reviewed-on: https://gerrit.libreoffice.org/6646
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
|
|
Change-Id: I5a205752cc69f4f5cc3f8198db3ab64341e13f1e
|
|
Change-Id: Ieecd2e8ee010b06b64a792e0fcad744c66c5f79e
|
|
Change-Id: Id9433a32a9787673fbb266d6465f0bd89f919a40
|
|
Only the background bitmap that will show behind the buttons is missing at the
moment, will come later.
Change-Id: I60e8f74ab28383ce1e891367ba5d2aff23d787ff
|
|
Otherwise, the text on the button easily becomes invisible.
Change-Id: Ia812706559fbee4ce4ccb1f7610cfd235b1dc5c3
|
|
Otherwise, when you use SetBackground() to set a color, it will be changed to
white the next time the UpdateSettings() is called whatever you do ;-)
Change-Id: I508a049a327fa9be5035bdb19050d6bcb53a2bfe
|
|
Change-Id: Ie886beceb57201ee1a0893943c455d5f87b0d6cc
|
|
Problem Description :
The <w:hyperlink> tag is not terminated properly due to that the file get corrupted.
Also unit test is added for export.
Conflicts:
sw/qa/extras/ooxmlexport/ooxmlexport.cxx
Revewied on:
https://gerrit.libreoffice.org/6619
Change-Id: I2480ab624ab572e411bd1511030c0da1b7f5d183
|
|
Change-Id: I6343cf1f274de407b6de18304612b69e2516f621
|
|
Change-Id: I58e7d1ba611b4482cfe4ac5f5d37feaf33691a37
|
|
Change-Id: Ie22292da1ee79f2693da73cc27944a53b2213150
|
|
Problem Description:
In "w:spacing" value of "w:line" attribute value is not getting preserved.
Conflicts:
sw/qa/extras/ooxmlexport/ooxmlexport.cxx
Reviewed on:
https://gerrit.libreoffice.org/6645
Change-Id: Id9da4f9234d14cf4599c6520b4a191ad9af92c25
|
|
Change-Id: Iccfa510c11d0b9f82130ae136db0bdd6714fadcd
|
|
Change-Id: I147e8632c36ac0755a539d89ea5d34207839ea7c
Reviewed-on: https://gerrit.libreoffice.org/6518
Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
|
|
Change-Id: I20b2dff7bef115b2eab8e6fdba9a836612134d48
|
|
Project: help 39f6e246dc6790f93511d3f7f7e08861f160d400
|
|
Change-Id: I51f90299f0a2f9573dd8cfd1e6b875e7c76af125
|
|
Change-Id: Ib60e1f052d15ca49e8cbba48b65a94d273a82170
|
|
This only applies to embedded databases where any changes to the database
only affect the temporary extracted db which still has to be stored into
the .odb.
This only fixes the status for modification/insertion/deletion of data
in existing tables. Insertion of new tables still does not result
in the modified state being set.
Change-Id: I553f67127672f2cf49b98ddcdf7d25f22bef5074
Reviewed-on: https://gerrit.libreoffice.org/6621
Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
|
|
When importing bitmaps coming from VML code, we were mistakenly ignoring
rotation information: we have just added it to the existing XShape object.
In the case of bitmaps expressed in DrawingML, the code was transforming
them into SwXTextGraphicObjects which don't have rotation information.
We are now preventing that transformation when rotation value differs from
zero, leaving the XShape object that was built in the first pass through
the document.
Added a unit test.
Conflicts:
sw/qa/extras/ooxmlimport/ooxmlimport.cxx
Reviewed on:
https://gerrit.libreoffice.org/6484
Change-Id: I40100f8919894e48c005f8ed445bb5cad4f58d8b
|
|
Change-Id: I63c7caec6c2c630cf1ce67a4e0f71694475e83bc
|
|
RID_SLRBRACEX was missing in the Elements dock.
Change-Id: Id8b2035b603938dea774ac2cfe1ef5aaff4dae54
|
|
..and are included by another headers
Change-Id: I1adfac86525105188b68f512bcbf3b4f4a0fc490
|
|
Added new toolbar ("Changes") which contains accept, reject, comment,
protect, accept or reject, record and show within Writer.
Change-Id: Ic541f95f09b3897cdabd23a6e1070809f361cc16
|
|
Conflicts:
sw/qa/extras/ooxmlexport/ooxmlexport.cxx
Reviewed on:
https://gerrit.libreoffice.org/6434
Change-Id: I631073180f973000c68533cd21b0b8447e5869e9
|
|
- from nss_macosx.patch drop nmedit hunk (removed upstream)
- adapt include and lib paths to changed tarball directory layout
Change-Id: Ia5dcce8dfd9d10e7e4ba689eefa9f39a51596dfe
Reviewed-on: https://gerrit.libreoffice.org/6670
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
Fixed an error at ImplEESdrWriter::ImplFlipBoundingBox implementation.
I've also tried to simplify and explain the calculations done there.
Change-Id: I41c6c6e1a045803524479c92ef807913db38167a
Reviewed-on: https://gerrit.libreoffice.org/6433
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
|
|
We were saving the size of the rotated shape bounding box in the docx file
but that size was being interpreted as the size of the original, unrotated
shape.
Now VMLExport::Commit will use the dimensions of the rectangle received as
a parameter to save to the file instead of those returned by SdrAttrObject
->GetSnapRect
Change-Id: I53670db77f5e5320a87579dcd56617d5ccf1851a
Reviewed-on: https://gerrit.libreoffice.org/6432
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
|
|
Project: help 42f290e423e49da0283dcd00a66f17cf1d201456
|
|
Change-Id: Iec39551dafead84f4f0ad246e7e1d1ad16e15b4a
|
|
Change-Id: I9dc8366d2e8bd2ab16ce11c9e69cbdbdca0ccae5
|
|
Change-Id: I34b6f91d104e5f095f0aad58869d62d0a367d2b3
|
|
Change-Id: I8b9e0629710c3b48c26a19158ab54bb250d79d5c
|