summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/animobjs.hxx
AgeCommit message (Expand)Author
2021-06-18tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-05-20use toggle instead of click for RadioButtonCaolán McNamara
2021-03-24tdf#124176 Use pragma once in sdVincent LE GARREC
2021-02-19foward declare NotebookBarAddonsItem instead of using includeCaolán McNamara
2020-07-15replace TimeSpinButton with FormattedSpinButtonCaolán McNamara
2020-01-28weld AnimationWindowCaolán McNamara
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen
2018-06-21loplugin:useuniqueptr in AnimationWindowNoel Grandin
2018-06-08tdf#42949 Fix IWYU warnings in sd/source/ui/inc/[a-c]*Gabor Kelemen
2018-05-17loplugin:unusedfields in sdNoel Grandin
2018-04-03tdf#42949 Remove unnecessary localization headers from sdGabor Kelemen
2017-10-23loplugin:includeform: sdStephan Bergmann
2017-08-03loplugin:constparams in sdNoel Grandin
2017-05-19loplugin:unusedfieldsNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2016-10-05convert the last two lonely FixedInfos to FixedTextCaolán McNamara
2016-10-05loplugin:unnecessaryoverride in sd/starmathNoel Grandin
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
2015-10-16convert Link<> to typedNoel Grandin
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-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in sdNoel Grandin
2014-12-17convert docking animation window to .uiCaolán McNamara
2014-12-17fix Windows buildLászló Németh
2014-12-16this horror depends on unsigned max increment to wrap-around to 0Caolán McNamara
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-25remove whitespacesMarkus Mohrhard
2014-04-24sd: sal_Bool->boolNoel 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-26Remove visual noise from sdAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2013-10-23fixincludeguards.sh: sdThomas Arnhold
2013-03-13translation and cleanup of comments in sd/source/ui/inc/Urs Fässler
2013-01-25fdo#48086 - add help for impress (insert -> animated image)Joel Madero
2012-08-14AnimationWindow: remove pBitmapEx memberMichael Stahl
2012-08-14AnimationWindow: convert List to std::vectorMichael Stahl
2012-08-13Convert aTimeList field in AnimationWindow from tools/list.hxx to std::vectorNoel Grandin
2012-08-13Convert from tools/list.hxx to tools/contnr.hxxNoel Grandin
2012-06-21re-base on ALv2 code.Michael Meeks