summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/infobar.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-23/+8
2015-04-09vcl: VclPtr conversion in sfx2Noel Grandin1-3/+31
2015-03-24convert SfxChildAlignment to enum classNoel Grandin1-1/+1
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara1-2/+2
2015-01-14infobar: add buttons one by one with addButtonTomaž Vajngerl1-15/+13
2015-01-14infobar: reuse gathering the dark/light colors from settingsTomaž Vajngerl1-18/+21
2015-01-14infobar: combine anon. namespace, light/dark color to constantTomaž Vajngerl1-57/+56
2015-01-14Scale the infobar controls correctly with DPI scale factorTomaž Vajngerl1-9/+23
2015-01-14Further cleanup style in infobar, remove basegfx namespace in codeTomaž Vajngerl1-47/+50
2015-01-14Cleanup infobarTomaž Vajngerl1-67/+66
2015-01-14reuse Resize to set control size and placement in infobarTomaž Vajngerl1-12/+8
2015-01-14infobar: unique_ptr and make more readableTomaž Vajngerl1-26/+23
2015-01-14ptr_vector & unique_ptr for infobarTomaž Vajngerl1-53/+31
2014-11-26fix 'Childwindow slot missing' warningCaolán McNamara1-1/+1
2014-10-03loplugin: cstylecastNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-3/+3
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2013-09-26Fix Infobar crashCao Cuong Ngo1-0/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-4/+4
2012-10-31CMIS: added CheckOut in the File menuCédric Bosdonnat1-5/+18
2012-10-31InfoBars: Hight Contrast paintingCédric Bosdonnat1-0/+19
2012-10-31InfoBars: implemented ResizeCédric Bosdonnat1-0/+35
2012-10-11InfoBars: first implementationCédric Bosdonnat1-0/+283