summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs
AgeCommit message (Expand)Author
2015-09-11convert Link<> to typedNoel Grandin
2015-09-10convert Link<> to typedNoel Grandin
2015-09-09convert Link<> to typedNoel Grandin
2015-09-08convert Link<> to typedNoel Grandin
2015-09-08convert Link<> to typedNoel Grandin
2015-09-08convert Link<> to typedNoel Grandin
2015-09-08convert Link<> to typedNoel Grandin
2015-09-08convert Link<> to typedNoel Grandin
2015-09-04convert Link<> to typedNoel Grandin
2015-08-31convert Link<> to typedNoel Grandin
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-27Clean up sEmptyStephan Bergmann
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl
2015-07-20convert to typed Link<> in sfx2Noel Grandin
2015-07-08remove ScRange::Justify() and replace calls with PutInOrder()Eike Rathke
2015-07-07Related: tdf#92392 clear some more vclptrs on disposeCaolán McNamara
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-07-03tdf#92392 - Dispose ScFormulaReferenceHelper properly.Michael Meeks
2015-06-22Fix typosAndrea Gelmini
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-10coverity#1302618 deref of NULLCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin
2015-06-03tdf#91726: AutoFormat: Crash when using an existing nameJulien Nabet
2015-05-31Calc: Insert row/col before/after [1/2]Philippe Jung
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
2015-05-24callcatcher: update unused codeCaolán McNamara
2015-05-23tdf#91499 - cleanup AnyRefDialog VclPtr's with an explicit dispose method.Michael Meeks
2015-05-22Remove include stdio (part5)Julien Nabet
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin
2015-05-22loplugin:constantfunctionNoel Grandin
2015-05-22convert POINTER constants to scoped enumNoel Grandin
2015-05-20tweak to try and silence coverityCaolán McNamara
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin
2015-05-18callcatcher: update unused codeCaolán McNamara
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin
2015-05-15refactor AutoFmtPreview to use RenderContextTomaž Vajngerl
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann