summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui
AgeCommit message (Expand)AuthorFilesLines
2015-10-12convert Link<> to typedNoel Grandin1-2/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-09-25translate DE->ENNicolas Christener1-21/+17
2015-09-24convert Link<> to typedNoel Grandin3-25/+16
2015-09-22convert Link<> to typedNoel Grandin2-11/+5
2015-09-22convert Link<> to typedNoel Grandin2-9/+5
2015-09-18boost->stdCaolán McNamara3-3/+2
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara3-2/+3
2015-09-17boost->stdCaolán McNamara3-3/+2
2015-09-17convert Link<> to typedNoel Grandin2-10/+6
2015-09-14convert Link<> to typedNoel Grandin1-5/+3
2015-09-13tdf#39468 - Translate German comments.Ryan McCoskrie1-1/+1
2015-09-12Simplify calls to SelectEntryPos by early bail-outMatteo Casalin2-19/+14
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin11-64/+58
2015-09-10convert Link<> to typedNoel Grandin1-15/+23
2015-09-08convert Link<> to typedNoel Grandin2-6/+8
2015-09-04convert Link<> to typedNoel Grandin3-17/+11
2015-09-03tdf#91882 - make this hideous busy-loop lower priority and less busy.Michael Meeks1-1/+2
2015-09-02TableRef: introduce ScDBDataPortion enumEike Rathke1-1/+1
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-1/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin18-78/+47
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl1-5/+5
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-1/+1
2015-08-14loplugin: defaultparamsNoel Grandin10-26/+26
2015-08-03new loplugin: refcountingNoel Grandin4-7/+8
2015-07-06improve the returnbyref lopluginNoel Grandin5-20/+16
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-3/+3
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-2/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2-8/+8
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin2-5/+11
2015-06-02loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-06-01loplugin:loopvartoosmallNoel Grandin1-4/+4
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks2-3/+3
2015-05-28convert STARTTRACK constants to scoped enumNoel Grandin2-2/+2
2015-05-28convert GETFOCUS constants to scoped enumNoel Grandin1-1/+1
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung4-4/+4
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin1-2/+2
2015-05-22convert POINTER constants to scoped enumNoel Grandin2-5/+5
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin1-1/+1
2015-05-20convert GRID constants to scoped enumNoel Grandin1-2/+2
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin1-1/+1
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks2-2/+2
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks2-2/+2
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks2-2/+2
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-2/+2
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks6-20/+19
2015-05-07tdf#90935 - calc / sort dialog fixage.Michael Meeks3-2/+15
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin1-1/+1
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-3/+1