Age | Commit message (Collapse) | Author |
|
Change-Id: I7533098781b0b6987cd852d74a688aac6e0af056
|
|
Change-Id: Iee8328a695b554d97f6805b64b98706b9e3d7ab9
|
|
Change-Id: I41411301ee131f92b9725208e53133ee0f8a6f82
|
|
Change-Id: I57de2d1ab4597cf3ef9eae08dfdbda1d5abff621
|
|
|
|
I upgraded the service to return XSimpleFileAccess3, since it
already implemented that interface, and it's backwards
compatible.
Change-Id: I40001a46048bd21a23b6a2f58a95376f06fc634b
|
|
|
|
Change-Id: I2b81f92cea8a8c9577c3f9ca33b915942708330c
|
|
Change-Id: I05df8435874eb65f3acedaaea50b4910e9fc9111
|
|
Change-Id: Iab40d3d9778fffb7bbb076a9c2716d3fd11fc937
|
|
Change-Id: Ibfda2b553bae1ad040f722dde46a352a313218fc
|
|
Change-Id: I1ec9b5d9fed86c44dc0a412c2323033ea67985c9
|
|
Change-Id: I1e9b2075cbbb7a2ad7de64dd449cb42bf95ecc20
|
|
Change-Id: Ieef2ce470613f6adfbb134d2bd59f2a6fd4a848d
|
|
Change-Id: Iae27a96c1e2ed72d2744fcbe100d6ada7dc41c82
Reviewed-on: https://gerrit.libreoffice.org/914
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
… in this function"
declaring those functions static breaks the build on MacPPC / gcc 4.0.1
Change-Id: I3a389530d51ae0ddd38418159ca4234016bf93ba
Reviewed-on: https://gerrit.libreoffice.org/911
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
|
|
|
|
Convert the helper methods to take an XComponentContext parameter,
instead of XMultiServiceFactory.
Change-Id: I9f0098af37b91f107d8799f14caa04756eac82b1
|
|
Previously commands were executed only when the parser found a
new command in the stream. Some vml path commands can
handle repeated set of parameters, like this :
lx1,y1,x2,y2,x3,y3,x1,y1
This patch adds support for this by executing commands when
required parameters count has been met.
Change-Id: Iab31fd267842755b81a3e228e45a8de63505fbd0
Reviewed-on: https://gerrit.libreoffice.org/774
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Reviewed-by: Petr Mladek <pmladek@suse.cz>
Tested-by: Petr Mladek <pmladek@suse.cz>
|
|
This fixes an issue with a shape defined with these attributes:
mso-width-percent:0;mso-height-percent:0 and
mso-width-relative:page;mso-height-relative:page;
where all points were then located in (0,0)
Change-Id: I51070ad2b2e4e05ab64f16813472ca1d7099fb09
Reviewed-on: https://gerrit.libreoffice.org/775
Reviewed-by: Petr Mladek <pmladek@suse.cz>
Tested-by: Petr Mladek <pmladek@suse.cz>
|
|
Change-Id: I73375f46d31ef7446b7c059aa2a23024e677021c
|
|
+ replace "<" by "!=" for end iterator comparison with current it
Change-Id: I6e90caa8752c7057cca8c74fca12c0a050544dbb
|
|
http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html
Change-Id: I1a0e436051d48e7f6224d6f0fc602347df2d4df1
|
|
Change-Id: I006bceae3d05d2c014beae2127ad8a57c9bee353
|
|
* Properties needs to be combined before applyed.
Rather than applying them separately twice.
* ParaMargins set to zero wrongly rather than boost::none
This caused its own set of problems.
* Hack: Push default zero to tabstops. This makes impress
calculate proper values for tabstops using leftmargin.
|
|
Change-Id: Ie903e37cccf98f1b91c05e87f067f2986b746590
|
|
Change-Id: I82a14170ce8d58184b1a86f7fc0f9e9d93238c92
|
|
Change-Id: I05ca3e5b176202d26c2f2e45cc674ea54934a30b
|
|
Change-Id: Ib6c0fd6d9b64f2bff446f919c58027fea76a00cb
|
|
oox::ole::AxFormPageModel::AxFormPageModel()
oox::ole::AxMultiPageModel::AxMultiPageModel()
oox::ole::AxTabStripModel::AxTabStripModel()
Change-Id: I09c0993c2b6e98eed5536ac1c2a8b5559a3dcac6
|
|
Change-Id: If3d6413b1fb9e02dc26f930634f84712d7d08ca3
|
|
Change-Id: Id1ac9a800b58595771be22097d77d3a7c5a8862c
|
|
...and some further clean up.
Change-Id: Id294c0f38fe0041646fc86cacbd2e19734c746a9
|
|
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
|
|
Change-Id: I1bbbdbb68f073d19b7d99b5ccb4985efd5bde80c
|
|
Change-Id: I98b5c53d4860278e3646324ca045114e37b4cf61
|
|
This allows to properly position objects that are vertically and/or
horizontally centered relatively to the page.
Change-Id: I1f7e78c5b828679817cdfc72e4d90a0850b242fa
|
|
Change-Id: I0cfd6b45be268d688b7389c79c5e9ad7f48eb12d
Reviewed-on: https://gerrit.libreoffice.org/702
Reviewed-by: Noel Power <noel.power@suse.com>
Tested-by: Noel Power <noel.power@suse.com>
|
|
Change-Id: I6356c71e236e89c54081a852b3b55eb87b95bce8
|
|
The problem was that the framePr token made the table import fail. Given
that frames inside w:sdtContent are invisible anway, just ignore them.
Change-Id: I88ab9d5dd6cf362c629de74bc079c3108725f0a1
|
|
We fixed a root cause of that exception.
This reverts commit 0f0bd022b6f8ae89655a6e47964842086a9beb80.
Conflicts:
oox/source/docprop/ooxmldocpropimport.cxx
Change-Id: Ica3691e967a30722516420997e6e49fbf38f20d2
|
|
Change-Id: If03f36d30a7861f5d14ed3142e339d52da0bdce0
|
|
Given that we talk about mm100, changing 0 to 1 is not that harmful, and
it seems later core would crash without at least a small margin.
Change-Id: I913e4a5eeaba2e36b55f2d7d7fb5bdfbad8eae94
|
|
Change-Id: I7c5bc8b9375a325d4ea78f033f577eff44cfd6e9
|
|
Change-Id: I3e6b7ac2e4883125098d5e97ee61f35efb96a5e3
|
|
A shape element with a path attribute is interpreted as a bezier. We can
support both curve and line commands by using the correct co-ordinate
flags when using the UNO interface (omit control points for lines).
Alternatively, curves may be specified using the to, from, control1 and
control2 attributes of a curve element.
Note that when setting the PolyPolygonBezier property of the xshape, the
shape size and position are set too large somehow. The workaround for
now is manually forcing the pre-calculated shape size and position.
Change-Id: If3563474df357d161a2ed2e7a20856d5aed80a94
Reviewed-on: https://gerrit.libreoffice.org/649
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
|
|
Change-Id: Ic59b4a68499bb68619cf72fdc17f5a77186274ae
|
|
Change-Id: Ibb90ff437f6de1cab98b64deeccfa38e0e30756b
Reviewed-on: https://gerrit.libreoffice.org/648
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
|