summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/grafctrl.cxx
AgeCommit message (Expand)Author
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2017-06-16only some languages put a space between number and %Caolán McNamara
2017-06-16Resolves: tdf#108419 use spinfield preferred size as transparency widget sizeCaolán McNamara
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-19make string translation loading more uniformCaolán McNamara
2017-04-27remove svx bitmaps from .src filesCaolán McNamara
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-28new loplugin unoanyNoel Grandin
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2017-01-19svx: load BitmapEx resources instead of Image onesCaolán McNamara
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel 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
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara
2016-07-11GSoC notebookbar: added image tab in the WriterSzymon Kłos
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin
2016-05-19loplugin:unusedmethods in svxNoel Grandin
2016-04-12Remove INTERFACE_TYPE macro in svx + 1 OUString ctr callJulien Nabet
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin
2016-02-23new loplugin: commaoperatorNoel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-07-15Convert filters button to the generic controllerMaxim Monastirsky
2015-07-05SfxToolBoxControl::GetPopupWindowType seems unused, kill itMaxim Monastirsky
2015-06-21Fix typosAndrea Gelmini
2015-05-23tdf#91431 - fix post-dispose focus issue in color window.Michael Meeks
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-17svx: convert new to ::Create.Noel Grandin
2015-04-16make CreateItemWindow return a VclPtr<>.Michael Meeks
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: some VclPtr fixes found by the new plugin codeNoel Grandin
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin
2015-03-24convert SfxPopupWindowType to enum classNoel Grandin
2015-03-06Idle: Changed to new enum nameTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl