summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)Author
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28FlashExporter::exportBackgrounds return type is sal_uInt16Stephan Bergmann
2015-04-28Dialog::EndDialog nResult param is of type long/VclResponseTypeStephan Bergmann
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-27enhancement : tdf#90225 Cannot open compressed csv files from calcDennis Francis
2015-04-24Simplify SVG_DISABLE_FONT_EMBEDDING checkStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-23Use comphelper::SequenceAsHashMap::getUnpackedValueOrDefault<bool>Stephan Bergmann
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-23cppcheck: unreadVariableCaolán McNamara
2015-04-23cppcheck: unreadVariableCaolán McNamara
2015-04-22convert HIB_ constants to scoped enumNoel Grandin
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann
2015-04-17filter: convert new to ::Create.Michael Meeks
2015-04-17Use VclPtr for OGenericUnoDialog::createDialog.Michael Meeks
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-13fix int wraparound + crash on export of fdo74018-2.docx to docCaolán McNamara
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann
2015-04-13loplugin:staticmethodsNoel Grandin
2015-04-13loplugin:staticmethodsNoel Grandin
2015-04-13convert SHOWEXTRAS constants to scoped enumNoel Grandin
2015-04-11tdf#37650: further improvement of svg exportChr. Rossmanith
2015-04-11tdf#56467 / tdf#88117: SVG export further improvedChr. Rossmanith
2015-04-11tdf#56467: copy text of meta actions with valid text lengthChr. Rossmanith
2015-04-10VclPtr: unfortunate includes needed for inlining ref/unref.Michael Meeks
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10Cleanup a few issues with stack VirtualDevice conversion.Michael Meeks
2015-04-10wrap more stuff in VclPtrNoel Grandin
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclptr: various mistakes fixed, and more ptr types converted.Michael Meeks
2015-04-10vclptr: misc. bug fixing.Michael Meeks
2015-04-10Move OutputDevice members to VclPtr: filter, reportdesign, uui.Michael Meeks
2015-04-10Fix OutputDevice members / stack allocation: filter.Michael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in filterNoel Grandin
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin
2015-04-04Typo: creat->createJulien Nabet
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31V597: introduce a rtl_secureZeroMemoryCaolán McNamara