summaryrefslogtreecommitdiffstats
path: root/basctl
Commit message (Expand)AuthorAgeFilesLines
* vcl: rename Window::Notify to EventNotifyMichael Stahl2017-12-183-4/+3
* use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin2017-12-182-2/+2
* convert SbDEBUG constants to o3tl::typed_flagsNoel Grandin2017-12-187-18/+19
* loplugin:unnecessaryoverride (dtors) in basctlStephan Bergmann2017-12-181-4/+0
* convert DecodeMechanism to scoped enumNoel Grandin2017-12-182-9/+9
* convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin2017-12-181-3/+3
* Collabora Office: remove Safe Mode from menus and Windows start menuAndras Timar2017-05-071-2/+0
* tdf#105069, store the VBA module info for new modules as wellMarkus Mohrhard2017-03-291-0/+10
* loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin2017-02-183-10/+7
* tdf#105386: crash with macro organizerJulien Nabet2017-02-151-1/+3
* tdf#104830, need an own termination listener for lib objectsMarkus Mohrhard2017-01-101-1/+1
* tdf#93592 Make it possible to add default language resource to dialogeditorNiklas Johansson2016-12-021-13/+6
* No use of <svx/Palette.hxx> hereTor Lillqvist2016-11-221-1/+0
* convert inventorId to scoped enumNoel Grandin2016-11-215-10/+5
* add missing deps on ui filesDavid Tardon2016-11-211-0/+4
* gbuild allow unitest to run once per lang in WITH_LANG_LISTNorbert Thiebaud2016-11-201-1/+1
* Fix typosSamuel Mehrbrodt2016-11-151-1/+1
* tdf#68118: Pass current document frame to SvxScriptSelectorDialogMike Kaganski2016-11-144-9/+27
* coverity#703927 Unchecked return valueCaolán McNamara2016-11-141-2/+2
* loplugin:expandablemethods in avmedia..canvasNoel Grandin2016-11-114-16/+2
* update vclwidget loplugin to find ref-dropping assigmentNoel Grandin2016-11-119-22/+22
* 'make screenshot' use-after-free fixesStephan Bergmann2016-11-101-2/+2
* 'make screenshot' loplugin fixesStephan Bergmann2016-11-101-8/+1
* loplugin:unnecessaryvirtual in basctl..chart2Noel Grandin2016-11-081-2/+2
* loplugin:oncevarNoel Grandin2016-11-082-7/+3
* tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu2016-11-033-24/+3
* Omit the default comparatorTakeshi Abe2016-11-011-1/+1
* tdf#103209 Apply application color settings to Basic IDETakeshi Abe2016-10-253-63/+42
* tdf#96015 (part) link to Doc'tation in Help menuOlivier Hallot2016-10-191-0/+1
* loplugin:expandablemethodds in basctl..chart2Noel Grandin2016-10-194-23/+3
* loplugin:unusedmethodsNoel Grandin2016-10-182-15/+0
* loplugin:mergeclasses merge TextView with ExtTextViewNoel Grandin2016-10-143-12/+12
* de-src silly RID_TLB_MACROS resourceCaolán McNamara2016-10-123-10/+4
* de-src solo image buttonCaolán McNamara2016-10-123-13/+17
* de-src solo variable watch editboxCaolán McNamara2016-10-115-29/+15
* safemode: Add uno command and menu entrySamuel Mehrbrodt2016-10-101-0/+2
* tdf#89307: Removed SvRef::operator T*()Jacek Fraczek2016-10-106-23/+23
* I can't see any evidence of any remaining magenta mask using image resourcesCaolán McNamara2016-10-061-14/+1
* ImageList just reads and discards the MaskColor, so drop itCaolán McNamara2016-10-061-1/+0
* loplugin:unnecessaryoverride in accessibility..chart2Noel Grandin2016-10-054-14/+0
* convert MapUnit to scoped enumNoel Grandin2016-10-0510-35/+35
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-0531-88/+88
* perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke2016-09-232-56/+52
* Related cid#1371289: Improve code to not depend on missing move assignmentStephan Bergmann2016-09-201-5/+4
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-151-1/+1
* put all SfxShell feature flags in one typed_flags classJochen Nitschke2016-09-143-7/+5
* tdf#88205 use list ctor for uno::Sequence a11y to canvasJochen Nitschke2016-09-142-13/+8
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1332-58/+58
* coverity#1371151 rearrange code to avoid assignmentCaolán McNamara2016-09-111-18/+12
* no point in these dtors being virtualCaolán McNamara2016-08-302-6/+0