summaryrefslogtreecommitdiff
path: root/framework/inc
AgeCommit message (Expand)Author
2016-05-25sw: replace boost::shared_array with std::shared_ptrMichael Stahl
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara
2016-05-25convert ImageType to scoped enumNoel Grandin
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-05-16Resolves: tdf#99857 missing items from toolbar right clickCaolán McNamara
2016-05-12framework: initial implementation of a dispatch disabler.Michael Meeks
2016-05-10Convert StatusBarItemBits to scoped enumNoel Grandin
2016-05-01tdf#97499 Fixed containers parameters clearing #8tymyjan
2016-04-22Fix typosAndrea Gelmini
2016-04-19Elide macros used onceStephan Bergmann
2016-04-18Remove unused XMLNS_XLINKStephan Bergmann
2016-04-18Elide macro used onceStephan Bergmann
2016-04-18Clean up framework/inc/dispatchcommands.hStephan Bergmann
2016-04-18Remove dead ENABLE_COMPONENT_SELF_CHECKStephan Bergmann
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-16bin theseDouglas Mencken
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke
2016-04-12Avoid reserved identifiersStephan Bergmann
2016-04-12Don't use bitfield bool members in MenuBarManagerStephan Bergmann
2016-04-12clang-tidy performance-unnecessary-value-param in frameworkNoel Grandin
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-12FwkTabWindow is unused since d6d86237b1b438919609988049ac4a152612fee1Maxim Monastirsky
2016-04-11Remove obsolete commentStephan Bergmann
2016-04-11tdf#94306 replace boost::noncopyable ...Jochen Nitschke
2016-04-08Drop unused uses of TransactionBaseStephan Bergmann
2016-04-07Remove unused Int32HashCodeStephan Bergmann
2016-04-07Just use the hash<sal_Int16> defaultStephan Bergmann
2016-04-07Resolve OUStringList typedefStephan Bergmann
2016-04-07vector::clear is just fineStephan Bergmann
2016-04-07Remove junk that erroneously remained in previous commitStephan Bergmann
2016-04-07dllexport class deriving from template means trouble with MSVCStephan Bergmann
2016-04-07Get rid of BaseHash wrapper (to unbreak Windows build)Stephan Bergmann
2016-04-07Fold PropertySetHelper into its only use, FrameStephan Bergmann
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan
2016-04-04tdf#97499 Fixed containers parameters clearing #3tymyjan
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-04-01sequence->vector in frameworkNoel Grandin
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke
2016-03-23loplugin:constantparam in frameworkNoel Grandin
2016-03-17tdf#92049 NewMenuController: track icon theme changes tooMaxim Monastirsky
2016-03-14inline some use-once macrosNoel Grandin
2016-03-10MenuDispatcher::m_pMenuManager is always nullptrMaxim Monastirsky
2016-03-10loplugin:constantparam in frameworkNoel Grandin
2016-03-02loplugin:unuseddefaultparam in frameworkNoel Grandin
2016-02-22loplugin:write only fieldsNoel Grandin
2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock
2016-02-08loplugin:unusedmethodsNoel Grandin
2016-02-06vcl: split exception types from input typesChris Sherlock
2016-02-05Fix typosAndrea Gelmini