summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-17tdf#64075 SVG Import: close non-closed filled polygonsVort1-0/+7
2015-02-17Bin wrong, misleading and pointless commentsTor Lillqvist1-6/+0
2015-02-17tdf#88431: Pass the selected Time Stamp Authority, if any, along to vclTor Lillqvist4-2/+14
2015-02-17tdf#88428: Add GUI to select one of user-configured Time Stamp AuthoritiesTor Lillqvist4-0/+62
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-14/+14
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin1-1/+1
2015-02-14TyposJulien Nabet1-4/+4
2015-02-07coverity#1267690 Uncaught exceptionCaolán McNamara1-1/+1
2015-02-07filter: try to fix GCC 4.6 buildMichael Stahl4-4/+4