summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* VclPtr: unfortunate includes needed for inlining ref/unref.Michael Meeks2015-04-102-2/+2
* Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-1012-32/+32
* Cleanup a few issues with stack VirtualDevice conversion.Michael Meeks2015-04-101-3/+3
* wrap more stuff in VclPtrNoel Grandin2015-04-101-6/+6
* vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-106-12/+12
* vclptr: various mistakes fixed, and more ptr types converted.Michael Meeks2015-04-101-1/+1
* vclptr: misc. bug fixing.Michael Meeks2015-04-101-0/+1
* Move OutputDevice members to VclPtr: filter, reportdesign, uui.Michael Meeks2015-04-1012-19/+19
* Fix OutputDevice members / stack allocation: filter.Michael Meeks2015-04-107-90/+90
* vclwidget: only call dispose() onceNoel Grandin2015-04-108-17/+17
* Audit and correct misc. clears -> disposeAndClears.Michael Meeks2015-04-103-6/+6
* vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-1019-165/+376
* vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-096-35/+35
* vcl: VclPtr conversion in filterNoel Grandin2015-04-0910-48/+97
* 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