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