Age | Commit message (Collapse) | Author |
|
Change-Id: I4a1bf64267d36ff4b3b7cf0ba2cc23c52ec2d36e
|
|
Change-Id: Ic7dc70c1052f5ab04a3e1795549ca43e2e0f2587
|
|
Change-Id: I25a713094089f4d6df9fbb3ce9e5015ea66eb34a
|
|
Change-Id: I6e93180cbc980438e47ee24735de1fb9758b7add
|
|
Change-Id: I53e7bd12701ca4d30fdbf36fe525076d53f86edc
|
|
With this, oox/source/drawingml/customshapepresets*.cxx becomes unused
code, while share/filter/oox-drawingml-cs-presets in instdir becomes a
requirement.
Change-Id: Ia886a47295514bbacd1e522273c59f0656e4cf6b
|
|
In case the data is empty, the data loader still set the proper type for
the sequence, while the generated code used a string sequence. Do the
same to keep testcases happy, there is no visual difference anyway.
Change-Id: I1b9be4486184a2a84c384f1365cc68dd45b8eee0
|
|
Change-Id: I2feb7054ea2bd699384b01a1d83845cd3c2562b0
|
|
Change-Id: Ie18c3e631c266d4281df8b92d08ddeaaef20e8d7
|
|
Change-Id: Icc6e96f4cfbf8304933246d43621bf8d2824daf3
|
|
Change-Id: I35d1c6aaf94853df844bd226c57003742d3c48be
|
|
Change-Id: I842a464ddc0403d63698b2f9b52d4362af1e46c3
|
|
Change-Id: I41b1ff9fa030267ef05fadeb6f77d33a183af8f1
|
|
Change-Id: I8649866c338055ed7fe7c14f366c69670b538d93
|
|
CustomShapeProperties::pushToPropSet() still uses the old generated
code, though.
Change-Id: I02550bdf4ac57ef54992facd7ccd144e798be1e8
|
|
This is generated data, meant to replace
source/drawingml/customshapepresets*.cxx soon. Just like the code
before, let's have it in git, generating it requires an already working
Impress, so it's nontrivial to produce it build-time.
Change-Id: Iaf8c77fc6ee0402e3e145b131724b7891d6b6b3f
|
|
Problem description:
For the images who has the "Text wrapping" property set as Behind Text
is not preserved after saving the file in DOCX format using LO.
Reviewed on:
https://gerrit.libreoffice.org/9065
Change-Id: Ic8555103909c0f1ed1cb58fba4dc2ef2f84cc9dd
|
|
Change-Id: I72d795203aedf34d32012ecee3c8fdfbc2a8a08f
|
|
generatePresetsCXX.pl (as its name says) by default generates C++ code,
but with the new switch it filters out data from the provided
custom-shapes.log.
Change-Id: Ic59c666422db667112c280716f98342fabdae692
|
|
It was already possible to dump a PropertyMap as code, but not as data.
The plan here is that if we dump the customshape preset definitions as
data, then once there is a parser for it, we can get rid of the ugly
generated code.
Change-Id: If596941fedf71693e5d0bff436446ac0855c4c84
|
|
1. Open the attached file in LO which has images [.TIF] format
2. Save the document as DOCX
3. Open the saved document in MS-Office or extract the content of the saved docx file.
In [Content_Types].xml , .tif extension is changed to .tiff.
Change-Id: I73baea9ad6cd991b04d47e23865b77432127a510
Reviewed-on: https://gerrit.libreoffice.org/9010
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Icc8edbc9d49c4f48dbe9521627dbf5d4e602ffda
|
|
Change-Id: Ic90f40c10b7d640d3dadc3c21d0060b351d08195
|
|
Change-Id: Ic582eb63b9cf9f8f6c757f2e6ed67da5e592e3b8
|
|
So running the script multiple times give stable output. Also adatpt the
script to write SAL_OVERRIDE, so running the script doesn't effectively
revert those addotations.
Change-Id: Iedcef3af15534d024b6b4173b60c42d852dfdbaa
|
|
Change-Id: Ied9171715de948d30b360eb56626b93b695b7b93
|
|
The DML importer used a tranformation matrix to rotate the shape, but
I replaced it with the same code that's being used in the VML importer
in which the position is correctly set.
I've noticed that I cannot use that code in all cases thanks to the
existing unit tests; that's why I added the bUseRotationTransform. In
case it is set to true the existing transformation matrix rotation is
used.
Finally I added a unit test for this case.
Change-Id: I260c14b42d169def786e15484e4ecb1d8e8584e4
|
|
Change-Id: I92fe7e3d3be4bf64b57dacb2ae8386775b02c80a
|
|
Change-Id: I4255862d4bfb673dbcf871282f65aa6b1ad4616e
|
|
Change-Id: I5898314c630348552ca2e0a6df1cc76972e3974c
|
|
Change-Id: I099bff66a7796a5cf18e37e445467bdfb33de602
|
|
Change-Id: Id5bd7649a8ffaaf03099bfeab42ea4456ef718ec
Reviewed-on: https://gerrit.libreoffice.org/8925
Tested-by: David Tardon <dtardon@redhat.com>
Reviewed-by: David Tardon <dtardon@redhat.com>
|
|
Change-Id: I2f5b3144e8d4ce3e497a030aa102985c3bc81645
|
|
|
|
|
|
|
|
The --switch option saves about one megabyte of code (or data), and the
--readonly-tables seems like a good idea in general.
Change-Id: I19419e2cb9bb76dea4547512572b689883c41d8d
|
|
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
|
|
Change-Id: Ia1729f570cc80a0375532da6478de9d58518556e
|
|
Z-Index was not handledin LO for vml.
I have made the changes to handle that using aGrabBag.
Change-Id: I2af3b2974c8eb699bc6a7b743dc438584d6517ac
Reviewed-on: https://gerrit.libreoffice.org/8833
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
|
|
Change-Id: Ie392fb37da7f05490b4b7f6169b90a18fdc44b36
|
|
Change-Id: I0dcbf616b8ab3c8cea4437d399fa4b5ec33e475a
|
|
Change-Id: I27ebd67a535f8617a6f535414ee8426fae6614b9
|
|
Change-Id: I69454c3d9bddfe01da2622117a16bbb37797062a
|
|
Using the chart2 service allows us to export series symbols instead of
the diagram settings.
Change-Id: Ic46f067b60c972af35c0628b3ec4f7851580d725
|
|
Change-Id: I7f69e2a9d83d4632a23c6b1b15156b8e084487e2
|
|
The idea is that when an element is unhandled, it's either unhandled
explicitly by an empty "case..break" block (so grep can quickly find it)
or we raise a warning. Add a few placeholders for cases that we won't
probably handle better in the near future to silence warnings.
Change-Id: I41dec7802c4671550130393b4f98a8f0d8dfc059
|
|
Change-Id: Ic5551e915e724957fed74770b405c39c4e601cda
|
|
i.e. convert "::sal_Bool" to "sal_Bool"
Change-Id: Ie5943aee4fee617bf2670655558927ed25b7e067
|
|
Change-Id: Ia05b3210314c39db5110eded731f2be4b7405e87
|