summaryrefslogtreecommitdiff
path: root/framework/source/uielement/edittoolbarcontroller.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-01tdf#146619 Drop unused 'using namespace' in: framework/Gabor Kelemen1-2/+0
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-1/+1
2021-10-30Prepare for removal of non-const operator[] from Sequence in frameworkMike Kaganski1-5/+4
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel1-1/+1
2020-08-21Resolves: tdf#135965 blank helpids for EditControl childrenCaolán McNamara1-0/+4
2020-07-22merge duplicate GetFocus implementationsCaolán McNamara1-6/+2
2020-06-26improve tab traversal in addons with native widgetsCaolán McNamara1-0/+13
2020-05-22move InterimItemWindow to vclCaolán McNamara1-1/+1
2020-05-21use for-range on Sequence in f*Noel Grandin1-3/+3
2020-04-23weld ComboBoxControlCaolán McNamara1-1/+0
2020-04-23EditControl can be finalCaolán McNamara1-1/+1
2020-04-22weld EditControlCaolán McNamara1-54/+48
2020-04-08loplugin:flatten in frameworkNoel Grandin1-12/+12
2020-01-06weld AreaPropertyPanelCaolán McNamara1-3/+3
2019-11-20tdf#42949 Fix IWYU warnings in framework/*/*cxxGabor Kelemen1-2/+0
2019-11-11tdf#42949 Fix IWYU warnings in framework/*/*hxxGabor Kelemen1-0/+1
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2017-10-23loplugin:includeform: frameworkStephan Bergmann1-1/+1
2017-07-20loplugin:constparams in frameworkNoel Grandin1-1/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-6/+0
2017-03-03Fix typosAndrea Gelmini1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-1/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2015-12-15loplugin:constantfunctionNoel Grandin1-12/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-14com::sun::star->css in frameworkNoel Grandin1-7/+7
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-6/+6
2015-10-07loplugin:mergeclassesNoel Grandin1-15/+15
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-5/+5
2015-04-17framework: convert new to ::Create.Michael Meeks1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-3/+1
2015-04-09vcl: VclPtr conversion in frameworkNoel Grandin1-0/+7
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist1-14/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-5/+5
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-7/+7
2014-01-18Window::PreNotify should return boolStephan Bergmann1-7/+7
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin1-2/+2
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2
2013-04-10Kill the ToolBar class, move the needed bits directly to ToolBox.Jan Holesovsky1-2/+1
2013-04-08fdo#46808, Convert svt::ToolboxController to XComponentContextNoel Grandin1-2/+2
2013-03-08RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-5/+5
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-1/+1
2012-11-15re-base on ALv2 code. Includes:Michael Meeks1-23/+14