- 02 Nis, 2014 34 kayıt (commit)
-
-
Miklos Vajna yazdı
With this, it's possible to see properties of e.g. fly frames in a document. Change-Id: Iba68156ba7f0149dfea3e0a6367b71b8642a2a80
-
Tor Lillqvist yazdı
Change-Id: I52898b460669ce7afaaeef4d28f36883eb20effa
-
Tor Lillqvist yazdı
Change-Id: I03bb06ddda9f8d54fae926004f5cf55cf5846833
-
Winfried Donkers yazdı
Change-Id: I3ab9dde5c421a3a3e6022a27be37f23547197317 Reviewed-on: https://gerrit.libreoffice.org/8772Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: I81ce8fd7022bf283db668705efdfb0666f87bde9
-
Douglas Mencken yazdı
it's known that GCC 4.0 is unable to build LibreOffice; also remove check for "a buggy version of g++ (3.4.x)" Change-Id: I97a030c4a214033cab13a69b4c4a599970f9e1cd Reviewed-on: https://gerrit.libreoffice.org/8812Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Matúš Kukan yazdı
Change-Id: Ica3b1207a2847917d82b3c82d14479fb58a7aaa2
-
Caolán McNamara yazdı
Change-Id: I33d72b51536ab96653ccda64c6e058c497289327
-
Zolnai Tamás yazdı
Change-Id: Iddc71ca948ae478aa865378e0f3d3c7bbdcc577b
-
Tor Lillqvist yazdı
Change-Id: Id931f5339e19ce5ff635af93fe9f60f3abebe069
-
Michael Stahl yazdı
When a META_FLOATTRANSPARENT_ACTION is exported, the beginTransparencyGroup()/endTransparencyGroup() will write something like "Q 0 0 0 rg" where the Q clears the previously set clipping region, which is then not restored. bdf75c7d appears to be a fix for a previous related problem; this essentially reverts it since it introduced the current cropping problem. (Particularly funny is the comment "force reemitting clip region" since the commit does the opposite.) It does not really make sense to me to write something to the page content stream from beginRedirect()/endRedirect(), because that does not actually have any effect on the _content_ of the substream, because the referencing of the substream is only written _after_ endRedirect() returns, so basically what is written can in the best case cancel itself out and in the worst case introduce bugs; the state manipulations there are just to modify the m_aCurrentPDFState following the push()/pop() (it is necessary to clear the clip region before starting the substream to avoid spurious "Q" at the beginning of the stream). Change-Id: I4a5f57b784068bd7d3ba187115444574f7418195
-
Michael Stahl yazdı
Change-Id: Ic1b115583415ab9bd2bdb18fa55f61803efc8442
-
Michael Stahl yazdı
Change-Id: Icc64d56a74be9e95fdf69204356f9c2405ce7cc8
-
Michael Stahl yazdı
Change-Id: Ic48d6be35fd9308a28d9fa62b184cd34dd8f9f6b
-
Zolnai Tamás yazdı
Change-Id: I42f7bc63c1f75592ab628407b40d40536e58f18c
-
Zolnai Tamás yazdı
media::XPlayer is constructed by media::XManager with only one URL parameter. Change-Id: I3693bce5386ea7f75fa7d9f1a7d744f90440d62b
-
Zolnai Tamás yazdı
Change-Id: Ibb6a7df3bf25f7006b71deeebd5abb842a628a46
-
Zolnai Tamás yazdı
Change-Id: Iea06ea7359b859144df338e1e22675e05bf4a2d7
-
Zolnai Tamás yazdı
Problematic variable: separator -> separator_ Change-Id: Ia4e1b1543f61b03e029e1bc4151ec58334e8df57
-
Zolnai Tamás yazdı
Moreover these line causes the same Wshadow warning which was the reason of adding them. Change-Id: I6b5793b66db26720626b7924d59e9283168f8abe
-
Zolnai Tamás yazdı
Store them under /Model/<json_file_name_without_extension>/ modeltools: functions for handling 3D models inside avmedia Change-Id: Ia2bdad6064db372e1c946b6ab02c434545d1ed45
-
Miklos Vajna yazdı
Change-Id: I0b11aaa3efd5176a3a7c124bd15d50962ee7e90e
-
Miklos Vajna yazdı
Change-Id: I8f1687ba7aacfff47695fd43062c92d2eb034a29
-
Caolán McNamara yazdı
Change-Id: I3dfa2485afbe66131b86764374d53181b55c2346
-
Stephan Bergmann yazdı
Change-Id: I24e8ee88a1efdfaa7cedf996bd2d3bb05fbd4dc6
-
Stephan Bergmann yazdı
Change-Id: I6567313abdacd06b59f7004c970b954a4b42419e
-
Stephan Bergmann yazdı
Change-Id: If8dbfa3e26a02ac3d5ee0077f730eeca4b59c4d7
-
Matúš Kukan yazdı
Change-Id: I359737ad57decf2b1988afbceab85645fbbf1f33
-
Caolán McNamara yazdı
Change-Id: I1939d376afe5dd5c67f378ffb2520a066dc99077
-
Caolán McNamara yazdı
Change-Id: I9b1357e583620c59898cd7a649a5b39a6d7e3739
-
Stephan Bergmann yazdı
Change-Id: I7bc497b5acdcc270ad47bbeedff424e9332ae645
-
Miklos Vajna yazdı
Only the caller can decide if trying to load a graphic is really a problem, e.g. in case no persona is configured, then loading its header is OK. Change-Id: I7286b7d907940fa3a80f6256cd5264cbd5718fb8
-
Vinaya Mandke yazdı
In the test file Table Grid had only one value for entire table width while there are two cells in a table row. So the table was not imported with the correct Column Separators. Added fix to calculate column seperators from cell widths if unable to calculate from Table Grid, and all the cells have individual cell widths and there are no after and before cells. Change-Id: I466737437a18d3373e75fea5ad56c9e31eb149ec Reviewed-on: https://gerrit.libreoffice.org/8767Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Takeshi Abe yazdı
Change-Id: Ibf92b3098c50388d8b6d27f4476e613a1f8918b5
-
- 01 Nis, 2014 6 kayıt (commit)
-
-
Miklos Vajna yazdı
Change-Id: I12bdb00e89978c977d1d9cb721462bf23849a876
-
Miklos Vajna yazdı
Change-Id: I7d789c2467c03a20d033b146ef2f89cbf6e9104a
-
Miklos Vajna yazdı
Change-Id: Ie7542d39555be3c649a0712a147281cc1066ca2f
-
Miklos Vajna yazdı
Change-Id: I61aad02e598ca8a286772f8757f980b91ee08bcc
-
Stephan Bergmann yazdı
Change-Id: I90f590a64f6004aecf7da5253db158e382a5b801
-
Stephan Bergmann yazdı
Change-Id: Ib7ab02bc3cdadbdfe0e0787560d1dd562eb85be9
-