/odk/examples/

tion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/infobar.cxx
AgeCommit message (Expand)Author
2016-10-29convert usages of DPIScalingFactor from int to floatTomaž Vajngerl
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-02-17sfx2 infobar: allow setting the message styleMiklos Vajna
2016-02-17sfx2 infobar: allow setting the message colorMiklos Vajna
2016-02-17sfx2 infobar: allow setting the back/foreground colorMiklos Vajna
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12tdf#92217: The infobar text should have a transparent background...Jan Holesovsky
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-25make pWindow private in SfxChildWindowNoel Grandin
2015-08-25make eChildAlignment private in SfxChildWindowNoel Grandin
2015-08-07cppcheck:noExplicitConstructorNoel Grandin
2015-05-14refacotr InfoBar to use RenderContextTomaž Vajngerl
2015-05-07Fix a crash in SfxInfoBarWindowPhilippe Jung
2015-04-29SfxInfoBarContainerWindow: pInfoBar can be 0 hereMiklos Vajna
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-17sfx2: convert new to ::Create.Noel Grandin
2015-04-10Lots more small re-basing issues fixed.Michael Meeks
2015-04-10re-insert erroneously converted delete calls.Michael Meeks
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin
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: VclPtr conversion in sfx2Noel Grandin
2015-03-24convert SfxChildAlignment to enum classNoel Grandin
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara
2015-01-14infobar: add buttons one by one with addButtonTomaž Vajngerl
2015-01-14infobar: reuse gathering the dark/light colors from settingsTomaž Vajngerl
2015-01-14infobar: combine anon. namespace, light/dark color to constantTomaž Vajngerl
2015-01-14Scale the infobar controls correctly with DPI scale factorTomaž Vajngerl
2015-01-14Further cleanup style in infobar, remove basegfx namespace in codeTomaž Vajngerl
2015-01-14Cleanup infobarTomaž Vajngerl
2015-01-14reuse Resize to set control size and placement in infobarTomaž Vajngerl
2015-01-14infobar: unique_ptr and make more readableTomaž Vajngerl
2015-01-14ptr_vector & unique_ptr for infobarTomaž Vajngerl
2014-11-26fix 'Childwindow slot missing' warningCaolán McNamara
2014-10-03loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2013-09-26Fix Infobar crashCao Cuong Ngo
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-10-31CMIS: added CheckOut in the File menuCédric Bosdonnat
2012-10-31InfoBars: Hight Contrast paintingCédric Bosdonnat
2012-10-31InfoBars: implemented ResizeCédric Bosdonnat
2012-10-11InfoBars: first implementationCédric Bosdonnat