summaryrefslogtreecommitdiff
path: root/UnoControls/source/controls/framecontrol.cxx
AgeCommit message (Expand)Author
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-01-20improve some IllegalArgumentException messagesNoel
2020-07-04UnoControl: create instances with uno constructorsNoel Grandin
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-08-24loplugin:returnconstval in UnoControlsNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): UnoControlsStephan Bergmann
2019-05-17tdf#42949 Fix IWYU warnings in UnoControls/Gabor Kelemen
2019-04-03Fix typoAndrea Gelmini
2018-10-31loplugin:useuniqueptr in impl_getWindowDescriptorNoel Grandin
2018-03-23[API CHANGE] Fix typo in prop implemented by stardiv.UnoControls.FrameControlStephan Bergmann
2018-03-13Sorry, could not resist: Drive-by cosmetic changesTor Lillqvist
2017-10-23loplugin:includeform: UnoControlsStephan Bergmann
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-06-10UnoControls: inline defines or convert to enumJochen Nitschke
2017-06-09UnoControls: replace double checked locking patternsJochen Nitschke
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-07-27improve passstuffbyref return analysisNoel Grandin
2015-12-21loplugin:unusedfields UnoControls,ucbNoel Grandin
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-11com::sun::star->css in UnoControls/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-08-03new loplugin: refcountingNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-03-08TyposJulien Nabet
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-09-15UnoControls: sal_False/True -> false/trueStephan Bergmann
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from UnoControlsAlexander Wilms
2014-02-18UnoControls: sal_Bool -> boolStephan Bergmann
2014-01-21bool improvementsStephan Bergmann
2013-07-24fdo#67213 - crash on opening AutoText dialog (Ctrl+F3Noel Grandin
2013-07-18fix warningNoel Grandin
2013-07-18fdo#46808, Convert frame::FrameControl service to new styleNoel Grandin
2013-04-08fdo#46808, Convert frame::Frame to new styleNoel Grandin
2012-10-24fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann
2012-08-08remove include comments and boxesThomas Arnhold
2012-07-03re-base on ALv2 code.Michael Meeks
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
2012-06-06removed dead codeTakeshi Abe
2012-05-29targeted string re-workNorbert Thiebaud