summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
2018-01-04lokdialog: Allow language switching in SfxModule(s).Jan Holesovsky2-6/+3
2017-12-18vcl: rename Window::Notify to EventNotifyMichael Stahl3-4/+3
2017-12-18use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin2-2/+2
2017-12-18convert SbDEBUG constants to o3tl::typed_flagsNoel Grandin7-18/+19
2017-12-18loplugin:unnecessaryoverride (dtors) in basctlStephan Bergmann1-4/+0
2017-12-18convert DecodeMechanism to scoped enumNoel Grandin2-9/+9
2017-12-18convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin1-3/+3
2017-05-07Collabora Office: remove Safe Mode from menus and Windows start menuAndras Timar1-2/+0
2017-03-29tdf#105069, store the VBA module info for new modules as wellMarkus Mohrhard1-0/+10
2017-02-18loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin3-10/+7
2017-02-15tdf#105386: crash with macro organizerJulien Nabet1-1/+3
2017-01-10tdf#104830, need an own termination listener for lib objectsMarkus Mohrhard1-1/+1
2016-12-02tdf#93592 Make it possible to add default language resource to dialogeditorNiklas Johansson1-13/+6
2016-11-22No use of <svx/Palette.hxx> hereTor Lillqvist1-1/+0
2016-11-21convert inventorId to scoped enumNoel Grandin5-10/+5
2016-11-21add missing deps on ui filesDavid Tardon1-0/+4
2016-11-20gbuild allow unitest to run once per lang in WITH_LANG_LISTNorbert Thiebaud1-1/+1
2016-11-15Fix typosSamuel Mehrbrodt1-1/+1
2016-11-14tdf#68118: Pass current document frame to SvxScriptSelectorDialogMike Kaganski4-9/+27
2016-11-14coverity#703927 Unchecked return valueCaolán McNamara1-2/+2
2016-11-11loplugin:expandablemethods in avmedia..canvasNoel Grandin4-16/+2
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin9-22/+22
2016-11-10'make screenshot' use-after-free fixesStephan Bergmann1-2/+2
2016-11-10'make screenshot' loplugin fixesStephan Bergmann1-8/+1
2016-11-08loplugin:unnecessaryvirtual in basctl..chart2Noel Grandin1-2/+2
2016-11-08loplugin:oncevarNoel Grandin2-7/+3
2016-11-03tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu3-24/+3
2016-11-01Omit the default comparatorTakeshi Abe1-1/+1
2016-10-25tdf#103209 Apply application color settings to Basic IDETakeshi Abe3-63/+42
2016-10-19tdf#96015 (part) link to Doc'tation in Help menuOlivier Hallot1-0/+1
2016-10-19loplugin:expandablemethodds in basctl..chart2Noel Grandin4-23/+3
2016-10-18loplugin:unusedmethodsNoel Grandin2-15/+0
2016-10-14loplugin:mergeclasses merge TextView with ExtTextViewNoel Grandin3-12/+12
2016-10-12de-src silly RID_TLB_MACROS resourceCaolán McNamara3-10/+4
2016-10-12de-src solo image buttonCaolán McNamara3-13/+17
2016-10-11de-src solo variable watch editboxCaolán McNamara5-29/+15
2016-10-10safemode: Add uno command and menu entrySamuel Mehrbrodt1-0/+2
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek6-23/+23
2016-10-06I can't see any evidence of any remaining magenta mask using image resourcesCaolán McNamara1-14/+1
2016-10-06ImageList just reads and discards the MaskColor, so drop itCaolán McNamara1-1/+0
2016-10-05loplugin:unnecessaryoverride in accessibility..chart2Noel Grandin4-14/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin10-35/+35
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann31-88/+88
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke2-56/+52
2016-09-20Related cid#1371289: Improve code to not depend on missing move assignmentStephan Bergmann1-5/+4
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-09-14put all SfxShell feature flags in one typed_flags classJochen Nitschke3-7/+5
2016-09-14tdf#88205 use list ctor for uno::Sequence a11y to canvasJochen Nitschke2-13/+8
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann32-58/+58
2016-09-11coverity#1371151 rearrange code to avoid assignmentCaolán McNamara1-18/+12