summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
2016-09-11coverity#1371151 rearrange code to avoid assignmentCaolán McNamara1-18/+12
2016-08-30no point in these dtors being virtualCaolán McNamara2-6/+0
2016-08-30Translate some German comments and messagesMaarten Bosmans3-5/+5
2016-08-23Remaining clang-tidy misc-move-constructor-initStephan Bergmann2-4/+4
2016-08-23clean up the SdrObjFactory create callbacksNoel Grandin2-69/+56
2016-08-22convert SdrHintKind to scoped enumNoel Grandin1-2/+2
2016-08-19convert SdrCreateCmd to scoped enumNoel Grandin1-1/+1
2016-08-18screenshots: add new global make targetArmin Le Grand1-1/+2
2016-08-18screenshots: unify dumping of dialog test batch fileArmin Le Grand1-74/+2
2016-08-18screenshots: add dialog test cases for basctlArmin Le Grand4-0/+268
2016-08-17loplugin:unusedenumconstants in basctl..editengNoel Grandin2-4/+0
2016-08-11tdf#96015 (part) links to Askbot in the Help menuOlivier Hallot1-0/+1
2016-08-04tdf#100726: Improve readability of OUString concatenationnadith3-7/+3
2016-08-04loplugin:countusersofdefaultparams in basctl..basicNoel Grandin11-19/+19
2016-08-04tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara3-6/+3
2016-08-01tdf#91665 l10n: replace string lists - by separate stringsMuhammet Kara3-20/+22
2016-07-27improve passstuffbyref return analysisNoel Grandin4-4/+4
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara10-32/+32
2016-07-25new loplugin overrideparamNoel Grandin1-4/+4
2016-07-15remove excess whitespaceStephan Bergmann1-1/+1
2016-07-15tdf#100726: Improve readability of OUString concatenations in basctl modulenadith2-10/+4
2016-07-13Moved SfxModule owner to SfxApplicationMark Page2-10/+5
2016-07-08loplugin:redundantcast: redundant static_casts in basctlStephan Bergmann1-2/+2
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2-2/+2
2016-07-04tdf#100726: Improve readability of OUString concatenationsArnold Dumas4-24/+5
2016-07-04SfxModule to use initializer_list instead of variadic argumentsMark Page1-1/+1
2016-07-04loplugin:stringconcatStephan Bergmann1-12/+12
2016-07-03Improve readability of OUString concatanation in LibPageMuhammet Kara3-18/+18
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin1-1/+1
2016-06-24loplugin:singlevalfields in basctlNoel Grandin4-9/+3
2016-06-23Improve readability of OUString concatanation in LocalizationMgrMuhammet Kara1-28/+25
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin2-19/+19
2016-06-16Fixed a typo where highlighting was highlightningGökhan Gurbetoğlu2-5/+5
2016-06-13loplugin:sallogareasNoel Grandin2-2/+2
2016-06-12convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin2-2/+2
2016-06-12BASIC : Add SbModule::FindMethodArnaud Versini3-7/+6
2016-06-06Revert "Revert "Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule ...Noel Grandin1-1/+1
2016-06-06Revert "Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule flag"Noel Grandin1-1/+1
2016-06-06Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule flagMark Page1-1/+1
2016-06-06remove unused constants in HRC filesNoel Grandin1-3/+0
2016-06-01remove unused SID constants and associated codeNoel Grandin1-6/+0
2016-06-01Convert VCL_MESSAGE to scoped enumNoel Grandin4-4/+4
2016-05-30Convert SelectionMode to scoped enumNoel Grandin3-5/+5
2016-05-23Convert SbxClassType to scoped enumNoel Grandin7-10/+10
2016-05-19clang-tidy misc-unused-alias-declsNoel Grandin1-1/+0
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin2-2/+1
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-1/+1
2016-05-16Give unique, comprehensible names to idles tdf#97087Muhammet Kara1-0/+1
2016-05-12mpDefDialogParent is not used since 2002Caolán McNamara2-14/+2
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+1