summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/scrollabledialog.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-09com::sun::star->css in toolkit/Noel Grandin1-2/+2
2015-10-21remove untyped Link<>Noel Grandin1-2/+2
2015-09-04convert Link<> to typedNoel Grandin1-5/+4
2015-06-08vclptr fix in ScrollableWrapperNoel Grandin1-1/+1
2015-05-26convert SCROLL constants to scoped enumNoel Grandin1-1/+1
2015-05-06cleanup DIALOG_NO_PARENT, follow on to tdf#91090Noel Grandin1-2/+2
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-16UnoControls, toolkit, uuoi, xmlsecurity: convert new to ::Create.Michael Meeks1-2/+2
2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin1-16/+31
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-01-10Fix long/sal_IntPtr mismatch on x86_64 platform on windowsDavid Ostrovsky1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-04-14SCROLLABLEFRAME never definedThomas Arnhold1-3/+0
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2013-03-18avoid Wundef for various FIXME, FEATURE_NOT_DONE_YET and what notLuboš Luňák1-1/+1
2012-10-03re-base on ALv2 code. Includes:Michael Meeks1-0/+18
2012-09-21unusedcode: add #if SCROLLABLEFRAME for ScrollableWrapper<GroupBox>Matúš Kukan1-0/+2
2012-09-11Missing "this->" qualificationStephan Bergmann1-1/+1
2012-09-11-Werror=unused-but-set-variableStephan Bergmann1-1/+0
2012-09-11fixed the unable to close dialog when vert scrollbars setNoel Power1-4/+10
2012-09-11make interface for scrollablity properties to allow more code sharingNoel Power1-23/+17
2012-09-11some more tweaking to import scrollbar data for mso Frame & UserformNoel Power1-36/+54
2012-09-11fix scroll top & scroll leftNoel Power1-4/+5
2012-09-11better scrolling, support for scroll width and scroll heightNoel Power1-50/+18
2012-09-11misc fixes and improvementsNoel Power1-36/+10
2012-09-11mpre debug, fix more obvious fobarsNoel Power1-15/+21
2012-09-11attempt own scrollNoel Power1-29/+125
2012-09-11crummy but psuedo usable scrollable dialogNoel Power1-0/+102