summaryrefslogtreecommitdiff
path: root/svx/source/form
AgeCommit message (Expand)Author
2016-08-23convert SdrIterMode to scoped enumNoel Grandin
2016-08-23clean up the SdrObjFactory create callbacksNoel Grandin
2016-08-23tdf#89329: use unique_ptr for pImpl in fmmodelArnold Dumas
2016-08-22convert SdrHintKind to scoped enumNoel Grandin
2016-08-22convert SdrHitKind to scoped enumNoel Grandin
2016-08-19convert SdrInsertReasonKind to scoped enumNoel Grandin
2016-08-19convert SdrCreateCmd to scoped enumNoel Grandin
2016-08-17Surround use of StarBASIC with #if HAVE_FEATURE_SCRIPTINGTor Lillqvist
2016-08-16new loplugin to check for static OUStringsNoel Grandin
2016-08-11loplugin:constantparamNoel Grandin
2016-08-11loplugin:countusersofdefaultparams in svl..unodevtoolsNoel Grandin
2016-07-27loplugin:countusersofdefaultparams in svxNoel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara
2016-07-25new loplugin overrideparamNoel Grandin
2016-07-19improve unnecessaryoverride pluginNoel Grandin
2016-07-18dynamic_cast followed by static_cast and elide some casts when possibleCaolán McNamara
2016-07-15Improve loplugin:unnecessaryoverrideStephan Bergmann
2016-07-15new loplugin unnecessary overrideNoel Grandin
2016-07-08loplugin:redundantcast: redundant static_casts in svxStephan Bergmann
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-06-28loplugin:singlevalfields in svxNoel Grandin
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin
2016-06-22Resolves: tdf#88985 block app from exiting during macro executionCaolán McNamara
2016-06-16Resolves: tdf#82532 parent mutex dtored before child dtor uses itCaolán McNamara
2016-06-09tdf#89329: use unique_ptr for pImpl in dataaccessdescriptorXisco Fauli
2016-06-07tdf#89329: use unique_ptr for pImpl in fmpageXisco Fauli
2016-06-06remove some manual ref counting in svx and xmloffNoel Grandin
2016-06-01Convert VCL_MESSAGE to scoped enumNoel Grandin
2016-05-30Some clean up of uses of css::uno::Any::setValueStephan Bergmann
2016-05-30Convert SelectionMode to scoped enumNoel Grandin
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin
2016-05-19clang-tidy misc-unused-alias-declsNoel Grandin
2016-05-19loplugin:unusedmethods in svxNoel Grandin
2016-05-16convert FORMS to scoped enumNoel Grandin
2016-05-16convert CONTROL_STATUS to scoped enumNoel Grandin
2016-05-13Typo: ExcecuteContextMenuAction->ExecuteContextMenuActionJulien Nabet
2016-05-12WaE: -Werror=logical-op dynamic_cast dbg test is on the result not inputCaolán McNamara
2016-05-12clang-tidy modernize-loop-convert in svxNoel Grandin
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-06svx: replace boost::assign::list_of with C++11Michael Stahl
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann
2016-04-21Fix typosAndrea Gelmini
2016-04-20Revert partly some of my previous patchesJulien Nabet
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18Avoid reserved identifiersStephan Bergmann
2016-04-18Avoid reserved identifier (_CreateShape -> CreateShape)Stephan Bergmann