summaryrefslogtreecommitdiff
path: root/cui/source/inc/scriptdlg.hxx
AgeCommit message (Expand)Author
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-07-31loplugin:constparams in cuiNoel Grandin
2017-07-04loplugin:unusedfields in cui..idlNoel Grandin
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin
2017-04-25remove bitmaps from .src filesCaolán McNamara
2017-01-23loplugin: unnecessary destructor: comphelper..desktopNoel Grandin
2016-11-08loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin
2016-09-14loplugin:constantparam in chart2..connectivityNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-04-14loplugin:passstuffbyref in cuiNoel Grandin
2016-04-12clang-tidy performance-unnecessary-value-param in cuiNoel Grandin
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan
2015-11-20loplugin:unusedfields in cuiNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-08convert Link<> to typedNoel Grandin
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-07-29com::sun::star->css in cuiNoel Grandin
2015-07-28convert INPUTMODE_ constants to scoped enumNoel Grandin
2015-07-17loplugin:unusedmethods cuiNoel Grandin
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin
2015-03-23loplugin:constantfunction: cuiNoel Grandin
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-09-30cui: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-04-16cui: sal_Bool->boolNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-17cui: prefer passing OUString by referenceNoel Grandin
2014-01-30fdo#63154 Removed unused solar.h ref. in basic, cui, forms and writerfilter.Alexandre Vicenzi
2014-01-13SvTreeListBox::ExpandingHdl should return boolStephan Bergmann
2014-01-04convert new lib dialog to .uiCaolán McNamara
2013-10-28fixincludeguards.sh: cuiThomas Arnhold
2013-10-01convert CUI module from String to OUStringNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-01-22fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac
2013-01-09add a CloseButton to vcl for convenienceCaolán McNamara
2012-11-14callcatcher: update unused code post binfilter deathCaolán McNamara
2012-11-08convert macro dialog to .ui formatCaolán McNamara
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida
2012-10-11Merged SvTreeListBox and SvLBox.Kohei Yoshida
2012-10-08Deduplicate InputDialog (for disable-dynloading)Tor Lillqvist