summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2012-06-26removed unused forward declarations of classTakeshi Abe12-30/+1
2012-06-25cleanup filter/.../msdffimp.hxxPhilipp Riemer1-123/+159
2012-06-25change comments into doxygen format in filters/.../msdffimp.hxxPhilipp Riemer1-64/+42
2012-06-25cleanup German comments in filter/../msdffimp.hxxPhilipp Riemer1-128/+109
2012-06-25merge 3 copy and paste efforts back together as bestFitOpenSymbolToMSFontCaolán McNamara2-0/+50
2012-06-25Translated German comments in filter/inc/filter/msfilter/msdffimp.hxxJesso Clarence Murugan1-63/+63
2012-06-22remove bunch of obsolete looking .dxp filesMichael Stahl3-3/+0
2012-06-22use generic names rather than specific algorithm names when scalingLuboš Luňák1-1/+1
2012-06-22re-base on ALv2 code.Michael Meeks3-69/+42
2012-06-22cleanup of duplicated includesPhilipp Riemer2-16/+0
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks2-12/+12
2012-06-21fdo#51274 optionally associate Visio file types (vsd/vst) to DrawAndras Timar1-1/+1
2012-06-21reduce scope and replace some String::CreateFromAsciiCaolán McNamara2-23/+17
2012-06-21re-base on ALv2 code.Michael Meeks57-1368/+849
2012-06-21re-base on ALv2 code.Michael Meeks48-768/+720
2012-06-21re-base on ALv2 code.Michael Meeks30-687/+471
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold3-16/+0
2012-06-20ditch last (?) uses of UniString::UniString(sal_Unicode, ...)Caolán McNamara2-12/+11
2012-06-19remove some UniString ctorsCaolán McNamara1-2/+2
2012-06-18SVG: use dash parameters from svg fileChr. Rossmanith2-53/+132
2012-06-15move DTTM2DateTime and DateTimeToOString to msfilter to avoid copy&pasteMiklos Vajna2-0/+94
2012-06-15-Werror=unused-variableStephan Bergmann1-1/+0
2012-06-15Fixed a bug related to text fields introduced on the last commit.Marco Cecchetti1-6/+4
2012-06-15Provided support for clipping-based shape transitions (barnWipe,Marco Cecchetti1-42/+327
2012-06-15Enabled support for clipping-based slide transitions (barnWipe,Marco Cecchetti2-33/+1523
2012-06-15Enabled support for fade, slide wipe and push wipe slide transitions.Marco Cecchetti2-57/+1092
2012-06-15The new slide elements structure is created by the svg export filterMarco Cecchetti3-322/+211
2012-06-15In order to enable future support for slide transitions has been neededMarco Cecchetti1-403/+984
2012-06-15In order to fix bug 43060 the width and height attributes are exported with ...Marco Cecchetti1-0/+18
2012-06-15Now debug printers are turned off automaticallyMarco Cecchetti1-1/+6
2012-06-15fixed wrong indentation / provided better indentationMarco Cecchetti1-369/+368
2012-06-15hrc cleanup: Remove completely unused RIDsThomas Arnhold1-3/+2
2012-06-14Fix uninitialized valuesJulien Nabet1-2/+2
2012-06-12Convert SV_DECL_PTRARR_DEL(SvxMSDffBLIPInfos) to boost::ptr_vectorNoel Grandin2-9/+5
2012-06-12Convert SV_DECL_PTRARR_DEL(SvxMSDffShapeOrders) to std::vectorNoel Grandin2-18/+20
2012-06-12Convert SV_DECL_PTRARR_DEL(_PptSlidePersistList) to std::vectorNoel Grandin2-25/+30
2012-06-12Convert SV_DECL_PTRARR_DEL(PptFontEntityAtomList) to boost::ptr_vectorNoel Grandin1-7/+4
2012-06-12Get rid of GRADIENT_* defines, they conflict with Windows GDI types.Jan Holesovsky2-11/+11
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara1-2/+2
2012-06-10Bin pointless <vcl/sv.h> headerTor Lillqvist2-2/+2
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2012-06-09Remove superfluous include commentsThomas Arnhold1-2/+0
2012-06-09Check for assignment to self for =operatorJulien Nabet1-0/+3
2012-06-06nuke dead codeTakeshi Abe12-208/+0
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2-3/+4
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2-2/+7
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-5/+4
2012-06-05Fix the description.Kohei Yoshida1-2/+2
2012-06-05Prioritize external filters over the internal ones.Kohei Yoshida1-2/+3
2012-06-05Adding Microsoft Publisher Import filterFridrich Štrba3-0/+27