summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* re-base on ALv2 code.Michael Meeks2012-06-2157-1368/+849
* re-base on ALv2 code.Michael Meeks2012-06-2148-768/+720
* re-base on ALv2 code.Michael Meeks2012-06-2130-687/+471
* hrc cleanup: Remove unused definesThomas Arnhold2012-06-213-16/+0
* ditch last (?) uses of UniString::UniString(sal_Unicode, ...)Caolán McNamara2012-06-202-12/+11
* remove some UniString ctorsCaolán McNamara2012-06-191-2/+2
* SVG: use dash parameters from svg fileChr. Rossmanith2012-06-182-53/+132
* move DTTM2DateTime and DateTimeToOString to msfilter to avoid copy&pasteMiklos Vajna2012-06-152-0/+94
* -Werror=unused-variableStephan Bergmann2012-06-151-1/+0
* Fixed a bug related to text fields introduced on the last commit.Marco Cecchetti2012-06-151-6/+4
* Provided support for clipping-based shape transitions (barnWipe,Marco Cecchetti2012-06-151-42/+327
* Enabled support for clipping-based slide transitions (barnWipe,Marco Cecchetti2012-06-152-33/+1523
* Enabled support for fade, slide wipe and push wipe slide transitions.Marco Cecchetti2012-06-152-57/+1092
* The new slide elements structure is created by the svg export filterMarco Cecchetti2012-06-153-322/+211
* In order to enable future support for slide transitions has been neededMarco Cecchetti2012-06-151-403/+984
* In order to fix bug 43060 the width and height attributes are exported with ...Marco Cecchetti2012-06-151-0/+18
* Now debug printers are turned off automaticallyMarco Cecchetti2012-06-151-1/+6
* fixed wrong indentation / provided better indentationMarco Cecchetti2012-06-151-369/+368
* hrc cleanup: Remove completely unused RIDsThomas Arnhold2012-06-151-3/+2
* Fix uninitialized valuesJulien Nabet2012-06-141-2/+2
* Convert SV_DECL_PTRARR_DEL(SvxMSDffBLIPInfos) to boost::ptr_vectorNoel Grandin2012-06-122-9/+5
* Convert SV_DECL_PTRARR_DEL(SvxMSDffShapeOrders) to std::vectorNoel Grandin2012-06-122-18/+20
* Convert SV_DECL_PTRARR_DEL(_PptSlidePersistList) to std::vectorNoel Grandin2012-06-122-25/+30
* Convert SV_DECL_PTRARR_DEL(PptFontEntityAtomList) to boost::ptr_vectorNoel Grandin2012-06-121-7/+4
* Get rid of GRADIENT_* defines, they conflict with Windows GDI types.Jan Holesovsky2012-06-122-11/+11
* remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara2012-06-111-2/+2
* Bin pointless <vcl/sv.h> headerTor Lillqvist2012-06-102-2/+2
* Remove superfluous empty lines on topThomas Arnhold2012-06-091-2/+0
* Remove superfluous include commentsThomas Arnhold2012-06-091-2/+0
* Check for assignment to self for =operatorJulien Nabet2012-06-091-0/+3
* nuke dead codeTakeshi Abe2012-06-0612-208/+0
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-062-3/+4
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-062-2/+7
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-061-5/+4
* Fix the description.Kohei Yoshida2012-06-051-2/+2
* Prioritize external filters over the internal ones.Kohei Yoshida2012-06-051-2/+3
* Adding Microsoft Publisher Import filterFridrich Štrba2012-06-053-0/+27
* Use BMP_SCALE_LANCZOS instead of BMP_SCALE_INTERPOLATE.Jan Holesovsky2012-06-051-1/+1
* targeted string re-workNorbert Thiebaud2012-06-025-96/+96
* targeted string re-workNorbert Thiebaud2012-06-011-2/+1
* targeted string re-workNorbert Thiebaud2012-06-012-32/+32
* Make Win32 LibO installable side by side with other StarOffice derivativesJesús Corrius2012-05-311-6/+6
* nuke unused namespaceTakeshi Abe2012-06-011-2/+0
* Some cppcheck cleaningJulien Nabet2012-05-301-1/+1
* merge three base64 encoders/decoders togetherCaolán McNamara2012-05-304-196/+3
* cppcheck: Reduce variable scopeKevin Hunter2012-05-301-3/+2
* targetted re-workMichael Meeks2012-05-291-4/+3
* fix horizontal rule width in .doc documents (bnc#757118)Luboš Luňák2012-05-282-2/+20
* reduce static_initialization_and_destruction chainCaolán McNamara2012-05-282-75/+19
* Fix typos + fix prefer prefix++ for iterJulien Nabet2012-05-281-4/+4