summaryrefslogtreecommitdiff
path: root/filter/source
AgeCommit message (Expand)AuthorFilesLines
2012-09-01filter: remove leftover filesMatúš Kukan1-8/+0
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann8-12/+4
2012-08-27drop these memory trashersCaolán McNamara1-4/+0
2012-08-27fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin1-5/+4
2012-08-22fdo#52451: Some name changes to be consistent with other prop names.Kohei Yoshida8-8/+8
2012-08-21fdo#52451: Use .txt extension for these guys too.Kohei Yoshida3-0/+3
2012-08-21fdo#52451: Ensure that the extension for text is .txt from writer.Kohei Yoshida5-0/+5
2012-08-21revert accidental breakage of object anchoringMichael Meeks1-0/+1
2012-08-20Java5 updates - convert to genericsNoel Grandin3-17/+17
2012-08-20Use PassWord property in impdialog.src for certificate Edit widget.Gökçen Eraslan1-0/+1
2012-08-20Use Thunderbird-like certificate selection GUI in pdf signing.Gökçen Eraslan4-49/+80
2012-08-20Java update - fix various javadoc issuesNoel Grandin1-2/+1
2012-08-19fix mangled comments breaking buildDavid Tardon2-2/+2
2012-08-19Fixed typos and translated commentsAlexander Wilms2-10/+10
2012-08-19Translated some comments in filterAlexander Wilms18-539/+532
2012-08-14the copy ctor can take const refDavid Tardon1-5/+5
2012-08-13PPTParagraphObj: replace PPTPortionObj array with boost::ptr_vectorMichael Stahl1-74/+60
2012-08-13PPTParagraphObj: fix problems in previous commit:Michael Stahl1-10/+18
2012-08-13Convert property lists from tools/list.hxx to std::vectorNoel Grandin1-49/+42
2012-08-13misc. cleanup.Michael Meeks1-3/+4
2012-08-13The missing docs as to the ranges of the MS text categoriesCaolán McNamara1-0/+127
2012-08-09misc comment import/export fixesNoel Power1-1/+9
2012-08-08reduce ascii noise and useless commentsThomas Arnhold24-92/+0
2012-08-08remove include comments and boxesThomas Arnhold21-55/+0
2012-08-07fdo#46193 MessBox was made copyableZolnai Tamás2-3/+3
2012-08-06There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-1/+1
2012-08-04Replace usage of rtl/memory.h in filter with equivalent from string.hArnaud Versini1-2/+3
2012-07-31fdo#50269: bitmap area fill pattern reversed in LO3.5.xTakeshi Abe1-2/+11
2012-07-30Const correct-ness.Kohei Yoshida2-11/+27
2012-07-30Avoid non-ASCII characters in source code.Kohei Yoshida1-6/+6
2012-07-29Partially revert "Remove unused defines"Thomas Arnhold1-5/+5
2012-07-29Remove some unused definitions in icgmThomas Arnhold1-16/+0
2012-07-28SvxMSDffManager::CheckTxBxStoryChain: translate commentsMichael Stahl1-12/+9
2012-07-28fix STL conversion 3ae618f9e4c34d5f6f10d953e3fb074018001748:Michael Stahl1-30/+52
2012-07-27convert SvxMSDffShapeInfos to sorted_vectorNoel Grandin1-26/+16
2012-07-27basic, cui, extensions, filter, vcl: fix some warningsMichael Stahl1-1/+1
2012-07-25move rtf escaping functions to msfilter, so starmath can use them as wellMiklos Vajna1-0/+151
2012-07-23fdo#52015 do not crash importing connector to table from .pptDavid Tardon1-0/+8
2012-07-20Support for the checkerboard transition animation in SVG export.Horacio Fernandes1-24/+110
2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann3-9/+1
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-2/+1
2012-07-15JavaScript engine: added support for skipping/rewinding an effect belonging t...Marco Cecchetti1-80/+406
2012-07-15Added support for interactive animation sequence to the JavaScript engine.Marco Cecchetti1-53/+240
2012-07-15Bug fix: now the JavaScript engine parse the ‘counter-clockwise’ value co...Marco Cecchetti1-2/+2
2012-07-15Bug fix: now a clip-based transition works correctly when mode=’out’ and ...Marco Cecchetti1-2/+4
2012-07-15Provided support for rewinding to the previous slide and for skipping / rewin...Marco Cecchetti1-33/+118
2012-07-15Performed some clean up and added documentation comments.Marco Cecchetti1-55/+123
2012-07-15Changed the rewindCurrentEffect method.Marco Cecchetti1-1/+4
2012-07-15Skipping a single effect works in JavaScript even if the effect is rewinded (...Marco Cecchetti1-8/+26
2012-07-15Implemented partial support for rewinding a single shape effect.Marco Cecchetti1-59/+180