summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Collapse)AuthorFilesLines
2012-08-04Replace usage of rtl/memory.h in filter with equivalent from string.hArnaud Versini1-2/+3
Change-Id: If8313df67e037f48c56d9d4e4251316fc99894e7
2012-07-31fdo#50269: bitmap area fill pattern reversed in LO3.5.xTakeshi Abe1-2/+11
this partially reverted 619ea0c6d3b8fb4390bf5e82f1b44608c3cd878d in order to retain a hack for non-black background color Change-Id: I89d89cedb5e27e2a05b1ecc13569e4899d1743d2
2012-07-30Const correct-ness.Kohei Yoshida2-11/+27
Change-Id: I4f5572dcde886db50cb8d189da41a862f6cefe72
2012-07-30Avoid non-ASCII characters in source code.Kohei Yoshida1-6/+6
Change-Id: I4014cf6c88ebdacd1c6c167e44ef61980182bc31
2012-07-30add in some more filter testsCaolán McNamara1-0/+0
Change-Id: If3809196c577cda7a392ac9eae3b4fa411313b5c
2012-07-30add another tiff regression testCaolán McNamara1-0/+0
Change-Id: I0466a872576132b8ad9e5b164f57951549dd54e0
2012-07-29Partially revert "Remove unused defines"Thomas Arnhold1-5/+5
This partially reverts 278000a28b8eceb8528ebdcf1d601de8192979e8 http://lists.freedesktop.org/archives/libreoffice/2012-July/035331.html Change-Id: If79b1c82653b8626dd83050b8a91cb17f556870f
2012-07-29Remove some unused definitions in icgmThomas Arnhold1-16/+0
Change-Id: I801d161b6de344c76662bbc019c864c0878dfa2d
2012-07-28SvxMSDffManager::CheckTxBxStoryChain: translate commentsMichael Stahl1-12/+9
Change-Id: I24643236d0beda0e91576119ed42d296d7dfdd71
2012-07-28fix STL conversion 3ae618f9e4c34d5f6f10d953e3fb074018001748:Michael Stahl2-67/+93
It turns out that this SvxMSDffShapeInfos has some, shall we say, non-obvious properties, including a split personality that changes its nature from checking for pointer equality to not doing so; symptoms of this include a failing sw_subsequent_ww8export test. Try to cure this madness by splitting the personalities into distinct types, a set and a multiset. Change-Id: Ib87368564b8e1f61379703034c0965422c6dcd0e
2012-07-27convert SvxMSDffShapeInfos to sorted_vectorNoel Grandin2-29/+27
... with some fixes from the committer. Change-Id: I9408d8b7c80aff1d1fdb23b852b79bfee7dc4c95
2012-07-27basic, cui, extensions, filter, vcl: fix some warningsMichael Stahl1-1/+1
2012-07-27sigh, missing fileCaolán McNamara1-0/+68
Change-Id: Ic5a254ea49b1281c8d74e5f4ea2dc106627d95e1
2012-07-27add some more tiff testsCaolán McNamara3-0/+0
Change-Id: Iedc80fba8d25c7a8bc67d835b202fb9be61cb783
2012-07-27add pict regression testCaolán McNamara7-0/+39
Change-Id: I6765bd2de27971c441a7d3f8879e4fd9bc3112cf
2012-07-25move rtf escaping functions to msfilter, so starmath can use them as wellMiklos Vajna4-0/+207
Change-Id: Ib847f5207f3f36585427313c1454b0fba730c503
2012-07-23mark more one-param ctors as explicitDavid Tardon2-13/+13
Change-Id: Idf923e4a1e81a2e2e9c7107e4b6725bd9eb33e38
2012-07-23fdo#52015 do not crash importing connector to table from .pptDavid Tardon1-0/+8
Change-Id: Ib7d7860cd422b28b6987f94da0a9c664ff7dfde1
2012-07-20Support for the checkerboard transition animation in SVG export.Horacio Fernandes1-24/+110
Ported the class CheckerBoardWipe. Change-Id: I990c8f417c64d22ef87c1007887e630ac19a7083
2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann3-9/+1
Change-Id: I0799f22685609201dfb524c373d065b6184ed53c
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-2/+1
a literal within a OUString. Change-Id: I01ca30c68228f81b3d313dfca5b975448f3c4fc7
2012-07-15JavaScript engine: added support for skipping/rewinding an effect belonging ↵Marco Cecchetti1-80/+406
to an interactive animation sequence. Moreover now when the mouse pointer is over an event-source shape, through which the user can start an interactive animation, the cursor appearance is changed to a hand
2012-07-15Added support for interactive animation sequence to the JavaScript engine.Marco Cecchetti1-53/+240
Now it is possible to start an effect by clicking on a given shape.
2012-07-15Bug fix: now the JavaScript engine parse the ‘counter-clockwise’ value ↵Marco Cecchetti1-2/+2
correctly. Previously it expected ‘counterclockwise’.
2012-07-15Bug fix: now a clip-based transition works correctly when mode=’out’ and ↵Marco Cecchetti1-2/+4
reverse method involves flipping.
2012-07-15Provided support for rewinding to the previous slide and for skipping / ↵Marco Cecchetti1-33/+118
rewinding all effects. The following method of the SlideShow class has been implemented: skipAllEffects, rewindToPreviousSlide, rewindAllEffects. Commented out the calls to the initAnimatedElement methods for ValueListActivity and FromToByActivity class as it is the source of a bug.
2012-07-15Performed some clean up and added documentation comments.Marco Cecchetti1-55/+123
2012-07-15Changed the rewindCurrentEffect method.Marco Cecchetti1-1/+4
The change was needed because rewinding a playing shape transition effect based on a clip-path doesn’t work properly on Firefox and Internet Explorer.
2012-07-15Skipping a single effect works in JavaScript even if the effect is rewinded ↵Marco Cecchetti1-8/+26
(fill=remove). Added a bIsSkipping flag to the SlideShowContext class and modified the activate_st method of the AnimationBaseNode class. Now when we are skipping the managed activity is not appended to the activity class but the end method is executed immediately. In such a way the correct order of the various events that belong to the animation time-line is preserved.
2012-07-15Implemented partial support for rewinding a single shape effect.Marco Cecchetti1-59/+180
Reworked the way saving/restoring the state of an animated shape is implemented.
2012-07-15Now a skip effect command cannot be executed if one skip effect is already ↵Marco Cecchetti1-0/+17
running.
2012-07-15Now the skip effect feature is supported by the JavaScript presentation engine.Marco Cecchetti1-21/+110
2012-07-13Added ctrl+w for closing XML FILTER SETTING tool in DRAWGokul1-1/+2
Change-Id: I37cee7027f674003ad4a600a4a36fc1a9eec2dc3
2012-07-12MSVC doesn't like dll-public MSDffImportRecordsMichael Stahl1-1/+1
Change-Id: Ic1320988e7b47cfc2b0d589390341a56b1ff8aa7
2012-07-12Convert SV_DECL_PTRARR_SORT_VISIBILITY(SvxMSDffShapeTxBxSort) to std::setNoel Grandin2-6/+11
Change-Id: I94b2cccff386ccf331ca670df17d7a738e026879
2012-07-12fix previous STL conversion commit:Michael Stahl1-5/+4
the MSDffImportRecords now leaks memory, so use a boost::ptr_set instead, that also doesn't seem to need a special comparator class. Change-Id: I52935205a57cfb03f439d83401b80b1bf69ede47
2012-07-12Convert SV_DECL_PTRARR_SORT_DEL_VISIBILITY(MSDffImportRecords) to std::setNoel Grandin2-14/+14
Change-Id: I92d280f4e95a3d29851e73a955935b44966f5d03
2012-07-11Mention all supported versionsFridrich Štrba2-2/+2
Change-Id: Ic811e2e6b5473a9aa09a30f85d6d2011e09cbe6c
2012-07-11Decrease header files dependenciesMatteo Casalin4-3/+1
Change-Id: I654e71e56d60bf629625df09eb93b21c9ef670e8
2012-07-09targetted rename xcr -> xmlscript to match includes and module nameMichael Meeks1-1/+1
2012-07-09some UniString->rtl::OUStringCaolán McNamara9-11/+11
Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
2012-07-09Merge branch 'feature/pdf-signing'Gökçen Eraslan7-2/+324
2012-07-07Add password edit and pass XCertificate to PDFWriter code in VCL.Gökçen Eraslan6-22/+65
Now, we have the password of private key and the certificate to sign. Ready to use NSS and create necessary PKCS7 object using these. Change-Id: Id69487e92283059fcd558d33cf6a6128df0f50d9
2012-07-07Use new chooseCertificate UNO method to pop up certificate dialog.Gökçen Eraslan1-11/+13
Change-Id: I713357547c462cd0164f2aa361c44fca63cce435
2012-07-03ditch String::CreateFromAsciiCaolán McNamara3-6/+6
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-07-03hrc cleanup: Remove unused hrc filesThomas Arnhold1-18/+0
Change-Id: I16d83ca3ea0e01f2c0f4115db18b97958e51afde
2012-07-02hrc cleanup: Remove include guardsThomas Arnhold1-2/+0
Also add some missing include guards. Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks1-4/+1
2012-07-02Remove unused definesThomas Arnhold4-15/+10
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks37-148/+37