summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/backingwindow.cxx
AgeCommit message (Expand)Author
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-04Make InputDialog class global to reuse it's code and tdf#97425Akshay Deep
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2016-01-13Just use the strings as suchTor Lillqvist
2015-12-21loplugin:unusedfields in sfx2,slideshow,starmath,stocNoel Grandin
2015-12-11Return std::unique_ptr from svt::AcceleratorExecute::createAcceleratorHelperStephan Bergmann
2015-12-10Memory leakStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06tdf#92866 startcenter: Make the accellerators work again.Jan Holesovsky
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-29com::sun::star->css in sfx2Noel Grandin
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-13make Link<> instances typedNoel Grandin
2015-07-24convert WALLPAPER constants to scoped enumNoel Grandin
2015-07-20convert to typed Link<> in sfx2Noel Grandin
2015-07-16RemoteFilesDialogSzymon Kłos
2015-06-30tdf#90452: Remove the frame around the Help and Extension buttons.Jan Holesovsky
2015-06-30tdf#90452: Implement the new design of the startcenter.Jan Holesovsky
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky
2015-06-22tdf#91971: Add the menubar size to the height computation too.Jan Holesovsky
2015-06-16Fix typosAndrea Gelmini
2015-05-28convert GETFOCUS constants to scoped enumNoel Grandin
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin
2015-05-14refactor BackingWindow to use RenderContextTomaž Vajngerl
2015-04-30Use typed Link for MenuButton::SetSelectHdlStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10Fix OutputDevice members / stack allocation: desktop, sfx2, lwp.Michael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks
2015-04-09vcl: VclPtr conversion in sfx2Noel Grandin
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-24convert FILTER_APPLICATION to enum classNoel Grandin
2015-01-21slot:5500 -> .uno:NewDoc(FromTemplate)Caolán McNamara
2015-01-14Resolves: fdo#87353 Start Center 'Help' button not functioning any moreCaolán McNamara
2015-01-10Fix long/sal_IntPtr mismatch on x86_64 platform on windowsDavid Ostrovsky
2014-12-03Delay potentially expensive first-time template initializationStephan Bergmann
2014-12-03Redundant mpCurrentView (always = mpLocalView)Stephan Bergmann
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-10-09Related: fdo#83003 warp directly to the templates/recentfiles on changing modeCaolán McNamara
2014-10-09Resolves: fdo#83003 provide a means to return from template viewCaolán McNamara
2014-10-02coverity#1242827 Uninitialized pointer fieldCaolán McNamara
2014-09-30fdo#82577: Handle RegionNoel Grandin