summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
2016-08-03masses of MessBoxes not being disposed promptlyCaolán McNamara10-32/+32
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
2016-05-06connectivity: replace boost::remove_reference with std::remove_referenceMichael Stahl1-1/+0
2016-05-04use Any constructor instead of temporariesNoel Grandin5-95/+39
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann1-2/+1
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-2/+2
2016-04-21Resolves: tdf#99425 crash when closing dialog editorCaolán McNamara1-1/+4
2016-04-21clang-tidy modernize-loop-convert in b*Noel Grandin5-27/+22
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-8/+8
2016-04-18clean-up: unused using declarations and includesJochen Nitschke4-18/+0
2016-04-18Remove the hardly used SyntaxLineSet typedefRyan McCoskrie2-3/+2
2016-04-16tdf#97380: don't destroy completely window when replace dialogJulien Nabet1-1/+1
2016-04-16basctl: prefix some membersJulien Nabet4-142/+142
2016-04-14loplugin:passstuffbyref in variousNoel Grandin3-3/+3
2016-04-12Avoid reserved identifierStephan Bergmann1-2/+2
2016-04-12Get rid of _SVX_NOIDERESIDSStephan Bergmann2-10/+4
2016-04-12clang-tidy performance-unnecessary-value-param in basctlNoel Grandin7-69/+59
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-04-11fix copy assignment signaturesJochen Nitschke1-1/+1
2016-04-05sequence->vector in xmlscriptNoel Grandin1-1/+2
2016-04-04cppcheck: noExplicitConstructorCaolán McNamara1-2/+4
2016-04-04tdf#94306 replace boost::noncopyable in ..Jochen Nitschke3-7/+10
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-2/+0
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke1-1/+0
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl6-36/+36
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin1-1/+1
2016-03-30tdf#96505: fix wrong SfxDispatcher::Execute calls ...Michael Stahl6-15/+29
2016-03-23loplugin:constantparam in basctlNoel Grandin3-4/+4
2016-03-18convert SvButtonState to scoped enumNoel Grandin1-3/+3
2016-03-18drop unused params from SvLBoxItem and all it's subclassesNoel Grandin1-3/+3
2016-03-17loplugin:constantparam in sfx2Noel Grandin2-2/+2
2016-03-17loplugin:constantparam in toolsNoel Grandin1-3/+3
2016-03-15loplugin:constantparamNoel Grandin9-24/+23
2016-03-12tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-7/+0
2016-03-09Resolves: tdf#95428 backspace in readonly macro editor hangsCaolán McNamara1-4/+3
2016-03-09loplugin:constantparam in basctlNoel Grandin2-15/+9
2016-03-07drop now-needless depsDavid Tardon1-4/+0
2016-03-07remove remaining uses of gb_SrsTemplateTarget_get_targetDavid Tardon1-1/+0
2016-03-07these ResIds are used solely for their number by nowCaolán McNamara1-1/+1
2016-03-04tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis6-17/+17
2016-03-03loplugin:unuseddefaultparams variousNoel Grandin1-1/+1
2016-02-24convert HighlighterLanguage to scoped enumNoel Grandin1-1/+1
2016-02-24convert TokenTypes to scoped enumNoel Grandin3-28/+29