summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* loplugin:implicitboolconversion clean-upStephan Bergmann2015-04-171-4/+4
* SvStream: WriteUChar -> WriteBoolStephan Bergmann2015-04-171-1/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-154-5/+5
* fix int wraparound + crash on export of fdo74018-2.docx to docCaolán McNamara2015-04-131-18/+19
* loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann2015-04-133-3/+3
* loplugin:staticmethodsNoel Grandin2015-04-131-2/+2
* loplugin:staticmethodsNoel Grandin2015-04-132-2/+2
* convert SHOWEXTRAS constants to scoped enumNoel Grandin2015-04-131-1/+1
* tdf#37650: further improvement of svg exportChr. Rossmanith2015-04-111-4/+64
* tdf#56467 / tdf#88117: SVG export further improvedChr. Rossmanith2015-04-111-4/+1
* tdf#56467: copy text of meta actions with valid text lengthChr. Rossmanith2015-04-112-6/+12
* convert SvtModuleOptions::EFactory to enum classNoel Grandin2015-04-071-4/+3
* Typo: creat->createJulien Nabet2015-04-042-3/+3
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-023-5/+5
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-023-5/+5
* loplugin:staticmethodsNoel Grandin2015-04-0221-27/+27
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-012-4/+4
* V597: introduce a rtl_secureZeroMemoryCaolán McNamara2015-03-311-5/+5
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-3111-17/+17
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-2813-109/+109
* fixed typos in commentsChr. Rossmanith2015-03-271-1/+1
* tdf#56467: improve export of formulas to SVGChr. Rossmanith2015-03-272-3/+5
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-267-24/+24
* convert SvxNumRuleType to enum classNoel Grandin2015-03-261-5/+5
* convert NUM_ constants to enum clasNoel Grandin2015-03-261-2/+2
* Typo: formated->formattedJulien Nabet2015-03-251-1/+1
* TyposJulien Nabet2015-03-252-5/+5
* fix typo in variable nameChr. Rossmanith2015-03-242-13/+13
* Unitialized use of mbSkipImages (as found by UBSan)Stephan Bergmann2015-03-241-1/+2
* SkipImages option for document importLászló Németh2015-03-241-5/+9
* Char highlight: convert LO character background to MSO highlightingZolnai Tamás2015-03-211-0/+42
* CppCheck cleaning : unnecessary assignmentMichaël Lefèvre2015-03-191-1/+0
* loplugin:constantfunction: filterNoel Grandin2015-03-1912-117/+12
* loplugin:constantfunction: svtoolsNoel Grandin2015-03-192-8/+0
* convert SFX_FILTER_ constants to enum classNoel Grandin2015-03-1911-22/+22
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-1814-43/+43
* Fix various XServiceInfo implementationsStephan Bergmann2015-03-171-4/+21
* tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann2015-03-132-16/+18
* TyposJulien Nabet2015-03-121-1/+1
* redundant checkCaolán McNamara2015-03-112-4/+2
* V668 no sense in testing the result of new against nullCaolán McNamara2015-03-116-363/+329
* V801: Decreased performanceCaolán McNamara2015-03-093-17/+17
* v612: obfuscated if/gotoBjoern Michaelsen2015-03-061-9/+4
* V813: Decreased performanceCaolán McNamara2015-03-041-8/+4
* TyposJulien Nabet2015-03-031-2/+2
* convert GFF_ constants to enum classNoel Grandin2015-03-021-9/+9
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-235-13/+13
* TyposJulien Nabet2015-02-211-1/+1
* Typo: containted->containedJulien Nabet2015-02-211-1/+1
* Typo: trough->throughJulien Nabet2015-02-214-8/+8