summaryrefslogtreecommitdiffstats
path: root/basctl
Commit message (Expand)AuthorAgeFilesLines
* 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
* clang-tidy misc-unused-alias-declsNoel Grandin2016-05-191-1/+0
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-182-2/+1
* clang-tidy modernize-make-sharedNoel Grandin2016-05-181-1/+1
* Give unique, comprehensible names to idles tdf#97087Muhammet Kara2016-05-161-0/+1
* mpDefDialogParent is not used since 2002Caolán McNamara2016-05-122-14/+2
* Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2016-05-101-0/+1
* connectivity: replace boost::remove_reference with std::remove_referenceMichael Stahl2016-05-061-1/+0
* use Any constructor instead of temporariesNoel Grandin2016-05-045-95/+39
* While at it, delete Any functions on sal_Bool*Stephan Bergmann2016-05-041-2/+1