summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2016-07-15tdf#62525 vcl: use cow_wrapper for PPTCharPropSetXisco Fauli1-50/+28
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann8-12/+12
2016-07-07crashtesting: assert on export of tdf99571-1.docx to docxCaolán McNamara1-2/+11
2016-07-06restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin1-0/+1
2016-07-05Clarify calculation precedence tdf#39440Muhammet Kara1-5/+5
2016-07-05merge CGMOutAct with CGMImpressOutActNoel Grandin6-241/+184
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen5-7/+7
2016-07-01svg-export - Removal of the SVG 1.1 path API in ChromeMarco Cecchetti1-2/+990
2016-07-01bccu#1910 - better handling of not supported animation nodes.Marco Cecchetti1-1/+7
2016-07-01bccu#1900 - added support for discrete activitiesMarco Cecchetti1-18/+311
2016-07-01bccu#1900 - additive and calc mode were not parsed correctlyMarco Cecchetti1-12/+14
2016-07-01bccu#1870 - added support for rotate attributeMarco Cecchetti1-0/+26
2016-07-01avoid 'Compiler Error C2026 string too big, trailing characters truncated'Andras Timar1-1/+1
2016-07-01bccu#1800 fix bogus loops in slide animations and transitionsAndras Timar1-2/+2
2016-07-01loplugin:stringconstantStephan Bergmann1-1/+1
2016-07-01loplugin:defaultparamsStephan Bergmann1-1/+1
2016-07-01bccu#1307 - svg filter - added support for clip region meta actionMarco Cecchetti2-4/+115
2016-07-01svg filter - rewritten context handlingMarco Cecchetti2-64/+144
2016-07-01svgfilter - polish code formattingMarco Cecchetti1-23/+20
2016-07-01lool - bccu#1307 - stop colors for background gradient was wrongMarco Cecchetti1-6/+6
2016-07-01lool - bccu#1307 - images must be scaled in a non-uniform wayMarco Cecchetti1-0/+5
2016-06-28loplugin:singlevalfields in filterNoel Grandin11-61/+5
2016-06-27clang-analyzer-deadcode.DeadStoresStephan Bergmann1-16/+22
2016-06-24vcl: add graphic export-as-pdf filterMiklos Vajna2-0/+18
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin1-8/+1
2016-06-23integrate libzmfAleksas Pantechovskis3-0/+27
2016-06-23vcl: add initial PDF import-as-graphic filterMiklos Vajna2-0/+18
2016-06-23tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu1-4/+5
2016-06-19loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann1-15/+20
2016-06-17Remove the "using namespace std" from filterMark Page6-34/+27
2016-06-15Move accessibility relations to .ui files, Part 9: tdf#87026Muhammet Kara2-2/+6
2016-06-15tdf#42949: clean up includes in include/filter with iwyuJorenz Paragas6-1/+13
2016-06-13loplugin:sallogareasStephan Bergmann2-3/+3
2016-06-13Fix typosAndrea Gelmini1-4/+4
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin2-3/+4
2016-06-12convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin1-1/+1
2016-06-12BASIC : Add SbModule::FindMethodArnaud Versini1-8/+2
2016-06-10Clean up uses of Any::getValue() in filterStephan Bergmann5-53/+54
2016-06-10dispose of ImplEscherExSdr correctlyNoel Grandin1-0/+6
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko11-44/+11
2016-06-08tdf#96099 Remove various smart pointer typedefsMark Page1-1/+1
2016-06-08Simplify GfxLink using smart pointersMark Page1-2/+1
2016-06-07tdf#99589 tolower / toupper - dangerous to Turks ...krishna keshav1-2/+3
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl20-94/+95
2016-06-06filter: "tga" import: fix some endian issues in ImplReadPaletteMichael Stahl1-2/+9
2016-06-06filter: PPT import: PptPlaceholder is 1 byte largeMichael Stahl1-0/+1
2016-06-04tdf#96099 Reduce number of typedefs used for trivial container typeskrishna keshav1-4/+2
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin1-1/+1
2016-06-03loplugin:constantparamsNoel Grandin4-33/+24
2016-06-02STREAM_STD_READ already includes StreamMode::NOCREATETakeshi Abe1-1/+1