summaryrefslogtreecommitdiff
path: root/framework/inc
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-04framework: replace boost::bind with C++11 lambda or for loopMichael Stahl2-2/+0
2016-02-02boost::hash->std::hashNoel Grandin4-4/+0
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara2-2/+0
2016-01-28Missing includesStephan Bergmann1-0/+3
2016-01-26Replace salhelper::SingletonRef with rtl::StaticStephan Bergmann2-21/+0
2016-01-16tdf#96949 Remove global static variable m_bPreferrFirstInterceptor and unused...shubhamtibra1-4/+0
2016-01-14tdf#95845 Use CommandInfoProvider to receive UNO command labelsSusobhan Ghosh1-3/+0
2016-01-14fix the MSVC 2013 --enable-lto buildMichael Stahl2-0/+3