summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/thesdlg.cxx
AgeCommit message (Expand)Author
2015-09-11convert Link<> to typedNoel Grandin
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-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl
2015-06-10coverity#1302618 deref of NULLCaolán McNamara
2015-05-14refactor ThesaurusAlternativesCtrl to use RenderContextTomaž Vajngerl
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann
2015-05-09tdf#91052 - use macros to standardize 'make' constructors for VclBuilder.Michael Meeks
2015-05-08PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.Michael Meeks
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-10vclwidget: only call dispose() onceNoel 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-06Idle: Changed to new enum nameTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl
2014-12-09changed timers to idlesTobias Madl
2014-10-31Removed duplicated includesAndrea Gelmini
2014-10-04coverity#1242370: Unchecked return valueNorbert Thiebaud
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke
2014-03-25svtools: sal_Bool->boolNoel Grandin
2014-03-13coverity#738584 Uninitialized pointer fieldCaolán McNamara
2014-03-13coverity#738585 Uninitialized pointer fieldCaolán McNamara
2014-03-13coverity#738586 Uninitialized pointer fieldCaolán McNamara
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-14EndDialog takes long nResult, not boolStephan Bergmann
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-10-01convert CUI module from String to OUStringNoel Grandin
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-01-22fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky
2012-12-12Resolves: fdo#57469 allow tab to traverse into custom widgetsCaolán McNamara