summaryrefslogtreecommitdiffstats
path: root/framework
Commit message (Expand)AuthorAgeFilesLines
* vcl: make MapMode constructor explicitMichael Stahl2017-10-263-3/+3
* More loplugin:unnecessaryparenStephan Bergmann2017-10-263-5/+5
* loplugin:includeform: frameworkStephan Bergmann2017-10-2347-62/+62
* overload std::hash for OUString and OStringNoel Grandin2017-10-2331-60/+41
* tdf#113295 Fix typo in translation domain nameGabor Kelemen2017-10-211-1/+1
* tdf#79657 Support add-on controls in the overflow toolbarMaxim Monastirsky2017-10-162-0/+6
* tdf#45904: Move _XSubTotalField Java tests to C++Jens Carl2017-10-081-1/+0
* Related: tdf#107569 Remove useless slotsMaxim Monastirsky2017-10-061-12/+5
* tdf#96505 Get rid of cargo cult long integer literalsudareechk2017-10-051-1/+1
* Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2017-10-051-2/+3
* coverity#1399440 Dm: Dubious method usedCaolán McNamara2017-10-051-2/+7
* add << operator for css::uno::ExceptionNoel Grandin2017-10-045-9/+8
* Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski2017-10-031-4/+3
* framework, lok: It's okay to have valid non-existent user inst. pathPranav Kant2017-10-031-1/+5
* new loplugin:blockblockNoel Grandin2017-10-032-19/+17
* throw more useful uno::Exception'sNoel Grandin2017-10-011-2/+2
* Wayland: Make the shapes popup work in the overflow toolbarMaxim Monastirsky2017-10-016-39/+47
* loplugin:flatten check for throw in then clauseNoel Grandin2017-09-297-179/+148
* loplugin:flatten in variousNoel Grandin2017-09-276-218/+185
* tdf#112646 Flush the clipboard holding SolarMutexJan-Marek Glogowski2017-09-271-4/+5
* Fix typosAndrea Gelmini2017-09-252-2/+2
* tdf#83320 Hide vertical text commands earlyMaxim Monastirsky2017-09-251-5/+1
* Fresh run of bin/update_pch.shMike Kaganski2017-09-224-96/+81
* loplugin:flatten in filter..i18npoolNoel Grandin2017-09-227-241/+215
* Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt2017-09-211-1/+1
* unused m_aModuleIdentifier in StatusBarManagerNoel Grandin2017-09-202-7/+6
* unused m_aModuleIdentifier in UIConfigurationManagerNoel Grandin2017-09-201-2/+1
* unused m_xLastFrame in DesktopNoel Grandin2017-09-192-5/+2
* unused menu extension supplier stuffNoel Grandin2017-09-184-81/+0
* improve redundantcast lopluginNoel Grandin2017-09-141-2/+2
* clang-tidy modernize-use-emplace in editeng..frameworkNoel Grandin2017-09-112-15/+15
* tdf#46037: Replace ConfigurationHelper with new configuration APIIvan Safonov2017-09-111-167/+105
* Drop lazywrite property, which is silently ignored by configmgr anywayStephan Bergmann2017-09-052-4/+2
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-0417-41/+41
* use more ErrCode.IsWarning()Noel Grandin2017-09-022-2/+2
* Replace list by vector in substitutepathvars (framework)Julien Nabet2017-09-011-2/+2
* xmlsecurity: fix inconsistent param naming in interface/implementationMiklos Vajna2017-09-011-1/+1
* inline some use-once typedefsNoel Grandin2017-08-311-6/+0
* Drop gratuitous initial :: from comphelper::ProfileZoneTor Lillqvist2017-08-252-2/+2
* Allow non-modal Dialogs during FileImport/LoadArmin Le Grand2017-08-252-0/+13
* loplugin:useuniqueptr in frameworkNoel Grandin2017-08-243-25/+9
* convert message box style bits to scoped enumNoel Grandin2017-08-231-1/+1
* Add some exception messages to the removeSettings methodMuhammet Kara2017-08-222-8/+20
* Really run the layouter every 50msJan-Marek Glogowski2017-08-221-6/+5
* convert extended WinBits to scoped enumNoel Grandin2017-08-192-3/+3
* loplugin:unnecessaryparenNoel Grandin2017-08-181-1/+1
* Fix typosAndrea Gelmini2017-08-182-2/+2
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-171-2/+2
* convert std::map::insert to std::map::emplace IINoel Grandin2017-08-112-6/+4
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-1119-49/+46