summaryrefslogtreecommitdiff
path: root/UnoControls/source/controls/framecontrol.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-01-08cid#1560054 use RVOCaolán McNamara1-14/+8
2023-09-12loplugin:unodispose in UnoControlsNoel Grandin1-27/+19
2023-05-27Use getXWeak in UnoControlsMike Kaganski1-1/+1
2023-01-20Base BaseControl on WeakComponentImplHelperStephan Bergmann1-39/+16
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2021-01-20improve some IllegalArgumentException messagesNoel1-1/+1
2020-07-04UnoControl: create instances with uno constructorsNoel Grandin1-16/+8
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+4
2019-08-24loplugin:returnconstval in UnoControlsNoel Grandin1-4/+3
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): UnoControlsStephan Bergmann1-1/+1
2019-05-17tdf#42949 Fix IWYU warnings in UnoControls/Gabor Kelemen1-1/+2
2019-04-03Fix typoAndrea Gelmini1-3/+3
2018-10-31loplugin:useuniqueptr in impl_getWindowDescriptorNoel Grandin1-8/+8
2018-03-23[API CHANGE] Fix typo in prop implemented by stardiv.UnoControls.FrameControlStephan Bergmann1-1/+1
2018-03-13Sorry, could not resist: Drive-by cosmetic changesTor Lillqvist1-1/+1
2017-10-23loplugin:includeform: UnoControlsStephan Bergmann1-1/+1
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-1/+1
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0
2017-06-10UnoControls: inline defines or convert to enumJochen Nitschke1-28/+29
2017-06-09UnoControls: replace double checked locking patternsJochen Nitschke1-55/+13
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-18/+15
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2015-12-21loplugin:unusedfields UnoControls,ucbNoel Grandin1-1/+0
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin1-1/+0
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-11com::sun::star->css in UnoControls/Noel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-08-03new loplugin: refcountingNoel Grandin1-9/+9
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-3/+3
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-0/+12
2015-03-08TyposJulien Nabet1-1/+1
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-09-15UnoControls: sal_False/True -> false/trueStephan Bergmann1-5/+5
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-9/+9
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist1-77/+77
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist1-58/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-15/+15
2014-02-26Remove visual noise from UnoControlsAlexander Wilms1-56/+56
2014-02-18UnoControls: sal_Bool -> boolStephan Bergmann1-4/+4
2014-01-21bool improvementsStephan Bergmann1-2/+2
2013-07-24fdo#67213 - crash on opening AutoText dialog (Ctrl+F3Noel Grandin1-11/+0
2013-07-18fix warningNoel Grandin1-3/+2
2013-07-18fdo#46808, Convert frame::FrameControl service to new styleNoel Grandin1-0/+12
2013-04-08fdo#46808, Convert frame::Frame to new styleNoel Grandin1-29/+25
2012-10-24fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin1-6/+6
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-2/+2
2012-08-08remove include comments and boxesThomas Arnhold1-12/+0