summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin6-35/+35
2015-04-09vcl: VclPtr conversion in filterNoel Grandin10-48/+97
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin1-4/+3
2015-04-04Typo: creat->createJulien Nabet2-3/+3
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann3-5/+5
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann3-5/+5
2015-04-02loplugin:staticmethodsNoel Grandin21-27/+27
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2-4/+4
2015-03-31V597: introduce a rtl_secureZeroMemoryCaolán McNamara1-5/+5
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann11-17/+17
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann13-109/+109
2015-03-27fixed typos in commentsChr. Rossmanith1-1/+1
2015-03-27tdf#56467: improve export of formulas to SVGChr. Rossmanith2-3/+5
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann7-24/+24
2015-03-26convert SvxNumRuleType to enum classNoel Grandin1-5/+5
2015-03-26convert NUM_ constants to enum clasNoel Grandin1-2/+2
2015-03-25Typo: formated->formattedJulien Nabet1-1/+1
2015-03-25TyposJulien Nabet2-5/+5
2015-03-24fix typo in variable nameChr. Rossmanith2-13/+13
2015-03-24Unitialized use of mbSkipImages (as found by UBSan)Stephan Bergmann1-1/+2
2015-03-24SkipImages option for document importLászló Németh1-5/+9
2015-03-21Char highlight: convert LO character background to MSO highlightingZolnai Tamás1-0/+42
2015-03-19CppCheck cleaning : unnecessary assignmentMichaël Lefèvre1-1/+0
2015-03-19loplugin:constantfunction: filterNoel Grandin12-117/+12
2015-03-19loplugin:constantfunction: svtoolsNoel Grandin2-8/+0
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin11-22/+22
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin14-43/+43
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-4/+21
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann2-16/+18
2015-03-12TyposJulien Nabet1-1/+1
2015-03-11redundant checkCaolán McNamara2-4/+2
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara6-363/+329
2015-03-09V801: Decreased performanceCaolán McNamara3-17/+17
2015-03-06v612: obfuscated if/gotoBjoern Michaelsen1-9/+4
2015-03-04V813: Decreased performanceCaolán McNamara1-8/+4
2015-03-03TyposJulien Nabet1-2/+2
2015-03-02convert GFF_ constants to enum classNoel Grandin1-9/+9
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin5-13/+13
2015-02-21TyposJulien Nabet1-1/+1
2015-02-21Typo: containted->containedJulien Nabet1-1/+1
2015-02-21Typo: trough->throughJulien Nabet4-8/+8
2015-02-21Typos: caculate->calculate + acceses->accessesJulien Nabet1-10/+10
2015-02-20Remove unnecessary prefixesStephan Bergmann1-1/+1
2015-02-19tdf#65788: svg export - put transform attribute into text elementChr. Rossmanith1-15/+16
2015-02-18Typo in xsl: "page-layout-propertie" instead of "page-layout-properties"Julien Nabet1-1/+1
2015-02-18TyposJulien Nabet1-1/+1
2015-02-18filter: use constructor for filter moduleChris Sherlock4-46/+12
2015-02-18Revert "filter: use constructor for filter module"Chris Sherlock4-12/+46
2015-02-18filter: use constructor for filter moduleChris Sherlock4-46/+12
2015-02-17boost->stdCaolán McNamara2-40/+40