summaryrefslogtreecommitdiffstats
path: root/basctl
Commit message (Expand)AuthorAgeFilesLines
* convert VclButtonsType to scoped enumNoel Grandin2016-12-211-1/+1
* make IOS hack a DISABLE_DYNLOADING hack and extend for basctl+starmathCaolán McNamara2016-12-191-0/+10
* Fix iOS (and --disable-scripting in general?) buildTor Lillqvist2016-12-151-2/+2
* unwind RID_IMGLST_LAYOUT imagelistCaolán McNamara2016-12-124-22/+26
* convert SFX_HINT to scoped enumNoel Grandin2016-12-082-19/+15
* convert VCLEVENT constants to scoped enumNoel Grandin2016-12-071-11/+11
* loplugin:unnecessaryoverrideStephan Bergmann2016-12-061-5/+0
* convert DecodeMechanism to scoped enumNoel Grandin2016-12-052-9/+9
* convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin2016-12-051-3/+3
* tdf#93592 Make it possible to add default language resource to dialogeditorNiklas Johansson2016-12-021-13/+6
* tdf#96717: The macro name desired by the user is now took into account.Pierre Lepage2016-11-291-1/+4
* loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin2016-11-293-10/+7
* vcl: rename Window::Notify to EventNotifyMichael Stahl2016-11-243-4/+3
* vcl makes no use of menu Get/Set DefaultItemCaolán McNamara2016-11-241-2/+0
* use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin2016-11-242-2/+2
* convert SbDEBUG constants to o3tl::typed_flagsNoel Grandin2016-11-247-18/+19
* loplugin:unnecessaryoverride (dtors) in basctlStephan Bergmann2016-11-231-4/+0
* 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