Age | Commit message (Collapse) | Author |
|
Change-Id: I51226f78ca60c32ebb908bcf4f74d38d0750eb00
|
|
Change-Id: I4b877ab97259f7e031e34daf7ce93e1b59417a08
|
|
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
|
|
Change-Id: I7d3ca1f121396dfc017bb1ee73651f9017e58ba3
|
|
Change-Id: I839edf8d0e941f78f6f6f9e6a9117f76587a5f39
|
|
This partially reverts d341aca7f68bc082cdefe4b1176f56c2c14a0322
http://lists.freedesktop.org/archives/libreoffice/2012-July/035331.html
Change-Id: Ia378ef028dbdf1500a9ca6fbbc141e460d289b31
|
|
Change-Id: I8d1475b5bc9a36dade5ce28e74139834c69f8e14
|
|
Change-Id: Idd815f2d10e67ae9cf91f06b6b4c92a0ebe2e856
|
|
Change-Id: Iffe25051c8357019521196f9a27065d6108ede47
|
|
Change-Id: Ie28e8e4c2e80d9234cf1ec2ca43dd200cf1d56cb
|
|
Change-Id: I9bdf184f5a8f414144d9dea814d6179ec2134209
|
|
sw document model, xmloff and offapi supported these separately, but sw
layout did not. It turns out it's not needed for Word interop, either,
so better to just merge these, instead of implementing them
independently without a good use-case.
Change-Id: I5c3b334baa09cabec123745c7af3d65d830754fc
|
|
Change-Id: I920c236125ae044fe66cf0eacafdfc94ef81a4fd
|
|
Change-Id: Ie3a3a65bfb628195940105d7261464989e9af3fa
|
|
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
|
|
Those are unused too.
Change-Id: I09c9dbcdbc68131c7c54bf0762a23f1280e6e22a
|
|
These were only referenced by Package_inc.mk...
Change-Id: Idc771477595b9d221f9f2003b293fdd1ba7e1588
|
|
Those never get included at any point in the code.
Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
|
|
Change-Id: I713981b9ae1a82ca0b014cde88abdc32af1f9975
|
|
Change-Id: Id08393f66797ef1c4378c8f3549d0900d4f1c7ec
|
|
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
|
|
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
|
|
This writes out absolute paths, to side-step buggy odf consumers'
wrong handling of the 'z' statement (i.e. they ignore it for current
positions).
|
|
|
|
Change-Id: I6fdf7a6158002003938ee039152d582776aba5db
|
|
Change-Id: I6e0feab7e1d649fbf4dafb9f06d57f68e9a4b934
|
|
# Changes to be committed:
Change-Id: Iffe020d60982c2872c1a451f9d0e4e1d4f5e349f
|
|
Change-Id: I06dc09d57821ac729182764882558fa079b5ed37
|
|
Currently default row heights imported from Excel are not adjusted Optimally ( AdjustRowHeight() is no longer called ) However to ensure correct round tripping the CR_MANUALSIZE flag *is* still set, this results in the style:use-optimal-row-height="true" being set for default row height(s) when saving as odf. So, for example absolute positions which are calculated on importing the Excel document ( where the row height is *not* optimally adjusted ) are still saved with the 'style:use-optimal-row-height' set. When the row heights are read back into calc the row sizes are changed any absolutely positioned objects are now out of place. This patch ensures *all* row heights are from an imported excel document are saved with style:use-optimal-row-height="false"
Change-Id: If898b97ddb0c8b59a401d7b3c133b0eec09cd1db
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
...which has the necessary features to support it.
Change a lot of classes to either contain a protected non-virtual dtor
(which is backwards compatible, so even works for cppumaker-generated
UNO headers) or a public virtual one.
cppuhelper/propertysetmixin.hxx still needs to disable the warning, as
the relevant class has a non-virtual dtor but friends, which would still
cause GCC to warn.
Includes a patch for libcmis, intended to be upstreamed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
XMLTextParagraphExport::addTextFrameAttributes: delay writing of the
fo:min-width and fo:min-height attributes so that they end up at the
draw:text-box element, and not at draw:frame where they are invalid.
Testing reveals that the ODF import can already handle reading the
attributes from the draw:text-box elements, so there doesn't seem to be
a backward compatibility problem.
|
|
|
|
|