summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2015-04-30Use typed MaybeFile LinkStephan Bergmann2-3/+3
2015-04-30Gradually typed LinkStephan Bergmann3-5/+5
2015-04-30Get rid of initial :: for the sdr namespaceTor Lillqvist1-1/+1
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist7-42/+38
2015-04-29convert SDR*ALIGN constants to scoped enumNoel Grandin1-9/+9
2015-04-29convert SDRESC_ constants to scoped enumNoel Grandin1-1/+1
2015-04-29convert MSDFF_HANDLE_FLAGS_ constants to scoped enumNoel Grandin2-22/+23
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl1-2/+2
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks43-414/+669
2015-04-28FlashExporter::exportBackgrounds return type is sal_uInt16Stephan Bergmann1-2/+2
2015-04-28Dialog::EndDialog nResult param is of type long/VclResponseTypeStephan Bergmann1-1/+1
2015-04-27More loplugin:simplifyboolStephan Bergmann18-53/+53
2015-04-27enhancement : tdf#90225 Cannot open compressed csv files from calcDennis Francis1-1/+27
2015-04-24Simplify SVG_DISABLE_FONT_EMBEDDING checkStephan Bergmann1-5/+2
2015-04-24loplugin:simplifyboolStephan Bergmann5-11/+11
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann5-9/+9
2015-04-23Use comphelper::SequenceAsHashMap::getUnpackedValueOrDefault<bool>Stephan Bergmann2-5/+5
2015-04-23loplugin:staticmethodsNoel Grandin3-8/+8
2015-04-23loplugin:staticmethodsNoel Grandin3-13/+13
2015-04-23loplugin:staticmethodsNoel Grandin1-4/+2
2015-04-23cppcheck: unreadVariableCaolán McNamara1-4/+0
2015-04-23cppcheck: unreadVariableCaolán McNamara1-12/+4
2015-04-22convert HIB_ constants to scoped enumNoel Grandin1-2/+2
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks2-24/+24
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann1-4/+4
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann1-1/+1
2015-04-17filter: convert new to ::Create.Michael Meeks6-15/+15
2015-04-17Use VclPtr for OGenericUnoDialog::createDialog.Michael Meeks6-20/+14
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin4-5/+5
2015-04-13fix int wraparound + crash on export of fdo74018-2.docx to docCaolán McNamara1-18/+19
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann3-3/+3
2015-04-13loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-13loplugin:staticmethodsNoel Grandin2-2/+2
2015-04-13convert SHOWEXTRAS constants to scoped enumNoel Grandin1-1/+1
2015-04-11tdf#37650: further improvement of svg exportChr. Rossmanith1-4/+64
2015-04-11tdf#56467 / tdf#88117: SVG export further improvedChr. Rossmanith1-4/+1
2015-04-11tdf#56467: copy text of meta actions with valid text lengthChr. Rossmanith2-6/+12
2015-04-10VclPtr: unfortunate includes needed for inlining ref/unref.Michael Meeks2-2/+2
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks12-32/+32
2015-04-10Cleanup a few issues with stack VirtualDevice conversion.Michael Meeks1-3/+3
2015-04-10wrap more stuff in VclPtrNoel Grandin1-6/+6
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin6-12/+12
2015-04-10vclptr: various mistakes fixed, and more ptr types converted.Michael Meeks1-1/+1
2015-04-10vclptr: misc. bug fixing.Michael Meeks1-0/+1
2015-04-10Move OutputDevice members to VclPtr: filter, reportdesign, uui.Michael Meeks12-19/+19
2015-04-10Fix OutputDevice members / stack allocation: filter.Michael Meeks7-90/+90
2015-04-10vclwidget: only call dispose() onceNoel Grandin8-17/+17
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks3-6/+6
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin19-165/+376