- 10 Eki, 2012 38 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: Ic9391a020915cdb794434d8728bad1bd64dd20c8
-
Thorsten Behrens yazdı
There was code previously that took the current selection, iff Impress main view was in slidesorter mode. Extended this quite helpful functionality to also work in other modes (as long as a slidesorter pane is displayed & has up-to-date selection, it should work). Change-Id: Ibbfe630a4ca31aa52978501745c2eef0d79fb8e3
-
Thorsten Behrens yazdı
We're not fully constructed at that point. Change-Id: Ie80874c57000481c4eaa8d71118c8be6f0059164
-
Thorsten Behrens yazdı
Svg export is also used on Draw documents, which do not bear the transition properties. Guard accordingly. Change-Id: I2e4a5d478a8de8621265a0d1de16bd60b1f47cc1
-
Thorsten Behrens yazdı
Plus some commented-code cleanup
-
Marco Cecchetti yazdı
-
Marco Cecchetti yazdı
-
Marco Cecchetti yazdı
Now IsUseTinyProfile and IsEmbedFonts methods are depended by IsUsePositionedCharacters
-
Marco Cecchetti yazdı
-
Marco Cecchetti yazdı
-
Marco Cecchetti yazdı
The implCreateObjectFromShape method of the SVGFilter class has been modified in order to handling bitmap meta actions of type META_BMPSCALE_ACTION for each bitmap embedded into a text shape. The implCreateObjectFromShape method of the SVGFilter class has been modified in order to avoid to generate an id for empty text shapes. The MetaSlide class has two new methods for collecting text shapes from the text shape exported index and hyperlinks. A new HyperlinkElement class has been designed for handling text portion with an attached URL. The routine handling mouse click has been modified in order to interacting with the EventMultiplexer instance belonging to the current slide even when no animations are exported. All that let us supporting both web links and local links to slide belonging to the current document. The routine handling mouse click has been modified in order to avoid to start the next effect or switch to the next slide when there is a text fragment selected. Now when the user selects text or performs a right click in order to copy the selected text no further action is executed by the presentation engine. When the left mouse button is clicked the previous selection is discarded but still no further action is performed by the presentation engine. The implCreateObjectFromShape method of the SVGFilter class has been modified in order to avoid of adding to the group of embedded bitmaps those bitmap belonging to XShape object convertible to XText but that does not contain any text shape meta comment action. Now a meta bitmap action is handled by the SVGTextWriter class only if the action is between a meta comment action of type XTEXT_PAINTSHAPE_BEGIN and a meta comment action of type XTEXT_PAINTSHAPE_END. The writeBitmapPlaceholder and implWriteEmbeddedBitmaps methods of the SVGTextWriter class have been modified in order to change the way the id of the <use> elements that reference a bitmap is created. That has been needed because when two <use> element referencing the same bitmap and embedded into two different text shapes but placed at the same position (e.g. for instance when they belong to different slide) they got the same id. Now the id is built by prepending the meta bitmap action checksum with the text shape id followed by a dot.
-
Marco Cecchetti yazdı
Date/Time, Footer and Page Number text fields are displayed correctly again. Fixed several bugs related to synchronization of the two iterations on both meta comment actions and text paragraphs/text portions enumerations. At present list items inside a table or an OLE object are not exported correctly. Enabled support for animating text paragraph. Both entrance and exit effects work on text shapes, on the contrary there is not yet support for emphasis effects such as changing font color and font properties. At present it is possible to apply an effect to the whole paragraph only, no support is provided for by word or by character effect variants. Another weak point of current implementation is that if you try to select a fragment of a text shape and in your selection is included an animatable paragraph the selection is not correct.
-
Marco Cecchetti yazdı
SVGFilter: - new: implExportTextShapeIndex, implEmbedBulletGlyphs, implEmbedBulletGlyph, implExportTextEmbeddedBitmaps - modified: implExportShape, implCreateObjectsFromShapes, implCreateObjectsFromShape SVGActionWriter: - new: GetChecksum - modified: ImplWriteActions, WriteMetaFile SVGTextWriter: -new: implExportHyperlinkIds, implWriteBulletChars, writeBitmapPlaceholder, implWriteEmbeddedBitmaps, setTextShape, implRegisterInterface, implGetValidIDFromInterface -modified: nextParagraph, nextTextPortion, startTextShape, endTextShape, startTextParagraph, endTextParagraph, writeTextPortion, implWriteTextPortion
-
Marco Cecchetti yazdı
-
Markus Mohrhard yazdı
Change-Id: Ie86f935280667c8d9b4497fec7d519a212a452b6
-
Markus Mohrhard yazdı
Change-Id: I9530fe96f36bca4808722d22b564cc3e3111a102
-
Tor Lillqvist yazdı
Change-Id: Ie9ae6c2087dd6757ca22eabe2073e1f03a5489c8
-
Caolán McNamara yazdı
Change-Id: I64c884b6d14c7112a88c7741ef7688108ec80ffe
-
Caolán McNamara yazdı
One of the javascript examples parcel-descriptor.xml ended up with a c++ comment instead of a xml comment Change-Id: Ie63a30e19de2caae08e9a489b6592e1046037416
-
Caolán McNamara yazdı
Change-Id: Ifa11ada39c8d4ca29e3c90db18e5bbe618634131
-
Manal Alhassoun yazdı
Change-Id: I2e779831e47cb1243ae7319b73b9fa553cf97034 Reviewed-on: https://gerrit.libreoffice.org/852Reviewed-by:
Michael Meeks <michael.meeks@suse.com> Tested-by:
Michael Meeks <michael.meeks@suse.com>
-
Caolán McNamara yazdı
Change-Id: I020149a3073d8479887d108465cf5d3b727588d7
-
Caolán McNamara yazdı
Change-Id: Ib1fd8c4a5ab4db8d5889ea489b74569639994714
-
Radu Ioan yazdı
Make salhelper testapi cppunit work - removed call to simpleheader.hxx - added call in Module_sal.mk for sal_testapi - created mk for cppunittest for sal_testapi - fixed some compile warning for auto_ptr Change-Id: I07a58dbd5282f92604f58eb450e0bf549c54c6b3 Reviewed-on: https://gerrit.libreoffice.org/839Reviewed-by:
Muthu Subramanian K <muthusuba@gmail.com> Tested-by:
Caolán McNamara <caolanm@redhat.com> Reviewed-by:
Caolán McNamara <caolanm@redhat.com>
-
David Ostrovsky yazdı
Change-Id: I594b24341eb38c05523f578c1dc2e43d90544f30
-
Jose Guilherme Vanz yazdı
This patch removes commented code and some empty private methods Change-Id: I4a79e521399a07873030f021a97c01cf8d2e81d7 Signed-off-by:
José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/844Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Markus Mohrhard yazdı
Change-Id: I381a34b5b7422c5f3a7b6f8f4a8d37859cfb12be
-
Markus Mohrhard yazdı
Change-Id: I9313a5ac542ca83be418b9c9aeca46e500c3ddaa
-
Markus Mohrhard yazdı
Change-Id: Ia42e56dd21567ac65ca952dc66471cfb326a9e1c
-
Markus Mohrhard yazdı
Change-Id: I393ae93fa59530cccd9550f11957e03cb8fa6038
-
Markus Mohrhard yazdı
Change-Id: I1f92acfc5603d965b1bc84e7968da56901385eac
-
Markus Mohrhard yazdı
Change-Id: I87786c70348d40d4e0a3012425f5ead2a82920c6
-
Markus Mohrhard yazdı
Change-Id: I8e42a2494e9f7761ca55beb465c3f20d2b057060
-
Markus Mohrhard yazdı
Change-Id: If15ad07c3813dfe8d8c9460060771b0c5bae5b5e
-
Markus Mohrhard yazdı
Change-Id: I446664e9e7e938e093c1b2254f36752420a6b584
-
Markus Mohrhard yazdı
Change-Id: I862311c2ee2b327a2542cd3161fc31e668b70c93
-
Markus Mohrhard yazdı
Change-Id: I1246d9ef7ef129901dbcdb92ae9b8fed171fb343
-
Markus Mohrhard yazdı
Change-Id: I8129b41288d20a0c2b6eac90ca5d25392fe0386f
-
- 09 Eki, 2012 2 kayıt (commit)
-
-
Takeshi Abe yazdı
Change-Id: I2549e597bc11d0a4b4bcdc42c77914dda01a1c5f
-
Caolán McNamara yazdı
Change-Id: I3cf01d975e468299d9dc009f389e88bff7c8f4a2
-