summaryrefslogtreecommitdiffstats
path: root/filter/source
Commit message (Expand)AuthorAgeFilesLines
* the copy ctor can take const refDavid Tardon2012-08-141-5/+5
* PPTParagraphObj: replace PPTPortionObj array with boost::ptr_vectorMichael Stahl2012-08-131-74/+60
* PPTParagraphObj: fix problems in previous commit:Michael Stahl2012-08-131-10/+18
* Convert property lists from tools/list.hxx to std::vectorNoel Grandin2012-08-131-49/+42
* misc. cleanup.Michael Meeks2012-08-131-3/+4
* The missing docs as to the ranges of the MS text categoriesCaolán McNamara2012-08-131-0/+127
* misc comment import/export fixesNoel Power2012-08-091-1/+9
* reduce ascii noise and useless commentsThomas Arnhold2012-08-0824-92/+0
* remove include comments and boxesThomas Arnhold2012-08-0821-55/+0
* fdo#46193 MessBox was made copyableZolnai Tamás2012-08-072-3/+3
* There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET2012-08-061-1/+1
* Replace usage of rtl/memory.h in filter with equivalent from string.hArnaud Versini2012-08-041-2/+3
* fdo#50269: bitmap area fill pattern reversed in LO3.5.xTakeshi Abe2012-07-311-2/+11
* Const correct-ness.Kohei Yoshida2012-07-302-11/+27
* Avoid non-ASCII characters in source code.Kohei Yoshida2012-07-301-6/+6
* Partially revert "Remove unused defines"Thomas Arnhold2012-07-291-5/+5
* Remove some unused definitions in icgmThomas Arnhold2012-07-291-16/+0
* SvxMSDffManager::CheckTxBxStoryChain: translate commentsMichael Stahl2012-07-281-12/+9
* fix STL conversion 3ae618f9e4c34d5f6f10d953e3fb074018001748:Michael Stahl2012-07-281-30/+52
* convert SvxMSDffShapeInfos to sorted_vectorNoel Grandin2012-07-271-26/+16
* basic, cui, extensions, filter, vcl: fix some warningsMichael Stahl2012-07-271-1/+1
* move rtf escaping functions to msfilter, so starmath can use them as wellMiklos Vajna2012-07-251-0/+151
* fdo#52015 do not crash importing connector to table from .pptDavid Tardon2012-07-231-0/+8
* Support for the checkerboard transition animation in SVG export.Horacio Fernandes2012-07-201-24/+110
* Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann2012-07-183-9/+1
* There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET2012-07-161-2/+1
* JavaScript engine: added support for skipping/rewinding an effect belonging t...Marco Cecchetti2012-07-151-80/+406
* Added support for interactive animation sequence to the JavaScript engine.Marco Cecchetti2012-07-151-53/+240
* Bug fix: now the JavaScript engine parse the ‘counter-clockwise’ value co...Marco Cecchetti2012-07-151-2/+2
* Bug fix: now a clip-based transition works correctly when mode=’out’ and ...Marco Cecchetti2012-07-151-2/+4
* Provided support for rewinding to the previous slide and for skipping / rewin...Marco Cecchetti2012-07-151-33/+118
* Performed some clean up and added documentation comments.Marco Cecchetti2012-07-151-55/+123
* Changed the rewindCurrentEffect method.Marco Cecchetti2012-07-151-1/+4
* Skipping a single effect works in JavaScript even if the effect is rewinded (...Marco Cecchetti2012-07-151-8/+26
* Implemented partial support for rewinding a single shape effect.Marco Cecchetti2012-07-151-59/+180
* Now a skip effect command cannot be executed if one skip effect is already ru...Marco Cecchetti2012-07-151-0/+17
* Now the skip effect feature is supported by the JavaScript presentation engine.Marco Cecchetti2012-07-151-21/+110
* Added ctrl+w for closing XML FILTER SETTING tool in DRAWGokul2012-07-131-1/+2
* Convert SV_DECL_PTRARR_SORT_VISIBILITY(SvxMSDffShapeTxBxSort) to std::setNoel Grandin2012-07-121-2/+0
* Convert SV_DECL_PTRARR_SORT_DEL_VISIBILITY(MSDffImportRecords) to std::setNoel Grandin2012-07-121-5/+2
* Mention all supported versionsFridrich Štrba2012-07-112-2/+2
* Decrease header files dependenciesMatteo Casalin2012-07-114-3/+1
* some UniString->rtl::OUStringCaolán McNamara2012-07-099-11/+11
* Merge branch 'feature/pdf-signing'Gökçen Eraslan2012-07-096-2/+323
|\
| * Add password edit and pass XCertificate to PDFWriter code in VCL.Gökçen Eraslan2012-07-076-22/+65
| * Use new chooseCertificate UNO method to pop up certificate dialog.Gökçen Eraslan2012-07-071-11/+13
| * Add CertificateChooser code in comment.Gökçen Eraslan2012-07-011-0/+14
| * Make PDF Signing GUI operative.Gökçen Eraslan2012-07-014-10/+27
| * Show signing GUI in experimentalmode only.Gökçen Eraslan2012-06-301-1/+11
| * Add certificate selection button and its click handler.Gökçen Eraslan2012-06-244-8/+30