summaryrefslogtreecommitdiff
path: root/framework/source
AgeCommit message (Expand)AuthorFilesLines
2017-11-24set new document window as parent for dialogs during loadCaolán McNamara1-7/+29
2017-11-23Related: tdf#113160 set a temporary dialog parent during type detectionCaolán McNamara1-23/+8
2017-11-23move preventduplicateinteraction from framework to sfx2 consumerCaolán McNamara1-232/+0
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin4-6/+6
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-3/+3
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin5-9/+9
2017-11-15sc: disable context menu of the language status bar itemHenry Castro1-1/+3
2017-11-13Fix typosAndrea Gelmini3-5/+5
2017-11-13Fix typosAndrea Gelmini8-17/+17
2017-11-09new loplugin simplifydynamiccastNoel Grandin1-2/+2
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara2-2/+2
2017-11-04Related: tdf#113160 set parent of warning dialogs during loadCaolán McNamara1-8/+23
2017-11-03Resolves: tdf#113160 changing all warning dialogs to non-modal is unsafeCaolán McNamara2-13/+0
2017-10-31loplugin:constantparam in f*Noel Grandin3-18/+5
2017-10-26vcl: make MapMode constructor explicitMichael Stahl3-3/+3
2017-10-26More loplugin:unnecessaryparenStephan Bergmann3-5/+5
2017-10-23loplugin:includeform: frameworkStephan Bergmann46-61/+61
2017-10-23overload std::hash for OUString and OStringNoel Grandin19-34/+26
2017-10-21tdf#113295 Fix typo in translation domain nameGabor Kelemen1-1/+1
2017-10-16tdf#79657 Support add-on controls in the overflow toolbarMaxim Monastirsky2-0/+6
2017-10-06Related: tdf#107569 Remove useless slotsMaxim Monastirsky1-12/+5
2017-10-05tdf#96505 Get rid of cargo cult long integer literalsudareechk1-1/+1
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-2/+3
2017-10-04add << operator for css::uno::ExceptionNoel Grandin5-9/+8
2017-10-03Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski1-4/+3
2017-10-03framework, lok: It's okay to have valid non-existent user inst. pathPranav Kant1-1/+5
2017-10-03new loplugin:blockblockNoel Grandin2-19/+17
2017-10-01throw more useful uno::Exception'sNoel Grandin1-2/+2
2017-10-01Wayland: Make the shapes popup work in the overflow toolbarMaxim Monastirsky5-38/+47
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin7-179/+148
2017-09-27loplugin:flatten in variousNoel Grandin6-218/+185
2017-09-27tdf#112646 Flush the clipboard holding SolarMutexJan-Marek Glogowski1-4/+5
2017-09-25Fix typosAndrea Gelmini2-2/+2
2017-09-25tdf#83320 Hide vertical text commands earlyMaxim Monastirsky1-5/+1
2017-09-22loplugin:flatten in filter..i18npoolNoel Grandin7-241/+215
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-1/+1
2017-09-20unused m_aModuleIdentifier in StatusBarManagerNoel Grandin1-6/+6
2017-09-20unused m_aModuleIdentifier in UIConfigurationManagerNoel Grandin1-2/+1
2017-09-19unused m_xLastFrame in DesktopNoel Grandin1-4/+2
2017-09-18unused menu extension supplier stuffNoel Grandin2-79/+0
2017-09-14improve redundantcast lopluginNoel Grandin1-2/+2
2017-09-11clang-tidy modernize-use-emplace in editeng..frameworkNoel Grandin2-15/+15
2017-09-11tdf#46037: Replace ConfigurationHelper with new configuration APIIvan Safonov1-167/+105
2017-09-05Drop lazywrite property, which is silently ignored by configmgr anywayStephan Bergmann2-4/+2
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin17-41/+41
2017-09-02use more ErrCode.IsWarning()Noel Grandin2-2/+2
2017-09-01Replace list by vector in substitutepathvars (framework)Julien Nabet1-2/+2
2017-08-25Drop gratuitous initial :: from comphelper::ProfileZoneTor Lillqvist2-2/+2
2017-08-25Allow non-modal Dialogs during FileImport/LoadArmin Le Grand2-0/+13
2017-08-24loplugin:useuniqueptr in frameworkNoel Grandin3-25/+9