summaryrefslogtreecommitdiff
path: root/sc/source/ui/pagedlg
AgeCommit message (Expand)AuthorFilesLines
2016-07-20tdf#84938 replace #define with scoped typed_flagsJochen Nitschke1-4/+6
2016-07-12Bin silly 'STATIC DATA' commentsTor Lillqvist2-4/+0
2016-02-29tdf#97963: Impose size limit on all 3 edit windowsKatarina Behrens1-4/+8
2015-11-25loplugin:unusedfields in include/sfx2/Noel Grandin2-24/+23
2015-11-13sc: loplugin:badstatics: remove pActiveEdWnd global variableMichael Stahl2-24/+23
2015-11-13sc: loplugin:badstatics: _one_ global pActiveEdWnd is enoughMichael Stahl2-7/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann6-52/+52
2015-10-28com::sun::star->css in scNoel Grandin1-5/+5
2015-10-19loplugin:defaultparamsStephan Bergmann2-6/+6
2015-10-16convert Link<> to typedNoel Grandin1-14/+12
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin1-2/+1
2015-10-12convert Link<> to typedNoel Grandin3-13/+8
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht4-10/+10
2015-09-24convert Link<> to typedNoel Grandin1-10/+8
2015-09-23convert Link<> to typedNoel Grandin2-22/+18
2015-09-23convert Link<> to typedNoel Grandin2-4/+2
2015-09-18boost->stdCaolán McNamara3-10/+10
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara3-10/+10
2015-09-17boost->stdCaolán McNamara3-10/+10
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin2-20/+23
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-4/+2
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin4-17/+7
2015-08-14loplugin: defaultparamsNoel Grandin1-2/+2
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-6/+6
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin3-7/+15
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-1/+1
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks1-1/+1
2015-05-22convert POINTER constants to scoped enumNoel Grandin1-1/+1
2015-05-19Typo: SetCharAttriutes->SetCharAttributesJulien Nabet2-2/+2
2015-05-13wrap some static fields in VclPtrNoel Grandin2-2/+2
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-1/+1
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks1-5/+4
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann1-1/+1
2015-05-08tdf#90257: Prevent dialog from growing out of the screenKatarina Behrens1-0/+6
2015-05-07convert PUSHBUTTON_DROPDOWN constants to scoped enumNoel Grandin1-1/+1
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-4/+3
2015-05-02Audit LoseFocus - forms, reportdesign, sc, starmath, svtools.Michael Meeks1-0/+3
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl1-3/+3
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks5-15/+100
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann2-2/+2
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks3-14/+14
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin5-5/+5