summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/inputwin.hxx
AgeCommit message (Expand)Author
2020-05-28lok: calc: input bar: send number of text lines to clientMarco Cecchetti
2020-05-17lok: calc formula bar tunneling: resize the main windowMarco Cecchetti
2020-05-17lok: calc formula bar tunnelingMarco Cecchetti
2019-09-26loplugin:constmethod in scNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-06-08loplugin:unusedmethodsNoel Grandin
2019-06-08loplugin:singlevalfieldsNoel Grandin
2019-05-24tdf#101443 Calc multiline input bar reworkedThorsten Wagner
2019-04-21bug tdf#120697Gagandeep Singh
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-10-29tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[f-p]*Gabor Kelemen
2018-05-21loplugin:unusedfields in scNoel Grandin
2017-12-15sal_uIntPtr/sal_uLong->void* in Popover idsNoel Grandin
2017-10-27loplugin:finalclasses in scNoel Grandin
2017-08-24loplugin:constparam in sc part4Noel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl
2016-11-18fdo#71409: Prevent the a11y code from creating an edit view instance.Kohei Yoshida
2016-11-18Use std::unique_ptr for pEditEngine.Kohei Yoshida
2016-11-18Use std::unique_ptr for EditView.Kohei Yoshida
2016-11-17Re-label more class members private from protected.Kohei Yoshida
2016-10-19loplugin:expandablemethodds in scNoel Grandin
2016-10-05sc lok: add .uno:AutoSumHenry Castro
2016-10-05loplugin:unnecessaryoverride in scNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-19loplugin:countusersofdefaultparams in scNoel Grandin
2016-03-07loplugin:write only fieldsNoel Grandin
2015-12-11sc: Merge ScMultiTextWnd into ScTextWnd.Jan Holesovsky
2015-12-11sc: Prefix members of ScInputBarGroup.Jan Holesovsky
2015-11-10sc: mbIsMultiLine is always true.Jan Holesovsky
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-17convert Link<> to typedNoel Grandin
2015-09-17convert Link<> to typedNoel Grandin
2015-09-04convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-07-22loplugin:unusedmethods scNoel Grandin
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in scNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-04-19fixincludeguards.sh: scThomas Arnhold