summaryrefslogtreecommitdiffstats
path: root/basctl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Translate some German comments and messagesMaarten Bosmans2016-08-303-5/+5
* Remaining clang-tidy misc-move-constructor-initStephan Bergmann2016-08-232-4/+4
* clean up the SdrObjFactory create callbacksNoel Grandin2016-08-232-69/+56
* convert SdrHintKind to scoped enumNoel Grandin2016-08-221-2/+2
* convert SdrCreateCmd to scoped enumNoel Grandin2016-08-191-1/+1
* screenshots: add new global make targetArmin Le Grand2016-08-181-1/+2
* screenshots: unify dumping of dialog test batch fileArmin Le Grand2016-08-181-74/+2
* screenshots: add dialog test cases for basctlArmin Le Grand2016-08-184-0/+268
* loplugin:unusedenumconstants in basctl..editengNoel Grandin2016-08-172-4/+0
* tdf#96015 (part) links to Askbot in the Help menuOlivier Hallot2016-08-111-0/+1
* tdf#100726: Improve readability of OUString concatenationnadith2016-08-043-7/+3
* loplugin:countusersofdefaultparams in basctl..basicNoel Grandin2016-08-0411-19/+19
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara2016-08-043-6/+3
* tdf#91665 l10n: replace string lists - by separate stringsMuhammet Kara2016-08-013-20/+22
* improve passstuffbyref return analysisNoel Grandin2016-07-274-4/+4
* masses of MessBoxes not being disposed promptlyCaolán McNamara2016-07-2610-32/+32
* new loplugin overrideparamNoel Grandin2016-07-251-4/+4
* remove excess whitespaceStephan Bergmann2016-07-151-1/+1
* tdf#100726: Improve readability of OUString concatenations in basctl modulenadith2016-07-152-10/+4
* Moved SfxModule owner to SfxApplicationMark Page2016-07-132-10/+5
* loplugin:redundantcast: redundant static_casts in basctlStephan Bergmann2016-07-081-2/+2
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-072-2/+2
* tdf#100726: Improve readability of OUString concatenationsArnold Dumas2016-07-044-24/+5
* SfxModule to use initializer_list instead of variadic argumentsMark Page2016-07-041-1/+1
* loplugin:stringconcatStephan Bergmann2016-07-041-12/+12
* Improve readability of OUString concatanation in LibPageMuhammet Kara2016-07-033-18/+18
* loplugin:singlevalfields in vcl(part1)Noel Grandin2016-06-241-1/+1
* loplugin:singlevalfields in basctlNoel Grandin2016-06-244-9/+3
* Improve readability of OUString concatanation in LocalizationMgrMuhammet Kara2016-06-231-28/+25
* tdf#97527 - vcl: reference-count MenuNoel Grandin2016-06-232-19/+19
* Fixed a typo where highlighting was highlightningGökhan Gurbetoğlu2016-06-162-5/+5
* loplugin:sallogareasNoel Grandin2016-06-132-2/+2
* convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin2016-06-122-2/+2
* BASIC : Add SbModule::FindMethodArnaud Versini2016-06-123-7/+6
* Revert "Revert "Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule ...Noel Grandin2016-06-061-1/+1
* Revert "Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule flag"Noel Grandin2016-06-061-1/+1
* Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule flagMark Page2016-06-061-1/+1
* remove unused constants in HRC filesNoel Grandin2016-06-061-3/+0
* remove unused SID constants and associated codeNoel Grandin2016-06-011-6/+0
* Convert VCL_MESSAGE to scoped enumNoel Grandin2016-06-014-4/+4
* Convert SelectionMode to scoped enumNoel Grandin2016-05-303-5/+5
* Convert SbxClassType to scoped enumNoel Grandin2016-05-237-10/+10