summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)Author
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks
2015-04-17Use VclPtr for OGenericUnoDialog::createDialog.Michael Meeks
2015-04-10Lost more cleanup and fixing post re-basing.Michael Meeks
2015-04-10convert ScopedVclPtr to ScopedVclPtrInstanceNoel Grandin
2015-04-10dialogs lifetimes should be wrapped in ScopedVclPtrNoel Grandin
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10Move OutputDevice members to VclPtr: chart2, sfx2, cui.Michael Meeks
2015-04-10Fix OutputDevice members / stack allocation: chart, canvas, cui.Michael Meeks
2015-04-10start of unwinding reference OutputDevice & Printer lifecycle.Michael Meeks
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin
2015-04-10cleanup Printer VclRef pieces.Michael Meeks
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin
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-09prophylactic double dispose audit.Michael Meeks
2015-04-09Double dispose protection.Michael Meeks
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in chart2Noel Grandin
2015-04-09loplugin:staticmethodsNoel Grandin
2015-04-04ShapeToolbarController::create is unusedCaolán McNamara
2015-04-04tdf#90404 OOXML chart legend import improvementAndras Timar
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-01Remove redundant Reference<> from within UnoType<> usesStephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-25TyposJulien Nabet
2015-03-23TyposJulien Nabet
2015-03-23loplugin:constantfunction: chart2Noel Grandin
2015-03-20fix y-axis position on x-axis handlingMarkus Mohrhard
2015-03-20someone did not understand c++Markus Mohrhard
2015-03-20fix typoMarkus Mohrhard
2015-03-20remove whitespaceMarkus Mohrhard
2015-03-20no need for explicit thisMarkus Mohrhard
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-03-16add test for fixed dispBlanksAs OOXML importMarkus Mohrhard
2015-03-16add tests for autoTitleDel flag default value fixesMarkus Mohrhard
2015-03-13Typo: taget->targetJulien Nabet
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-03-13V803 decreased performance postfix incrementMichael Stahl
2015-03-12CppCheck cleanlyness : reduce variable's scopeMichaël Lefèvre
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2015-03-10tdf#89592 Using initializer_lists to populate Sequence<PropertyValue>Swachhand Lokhande
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-07SdrMarkView: aHdl -> maHdlListMiklos Vajna
2015-03-06V801: Decreased performanceCaolán McNamara
2015-03-06Idle: Changed to new enum nameTobias Madl