summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/thesdlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-05-14refactor ThesaurusAlternativesCtrl to use RenderContextTomaž Vajngerl1-5/+4
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl1-11/+10
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann1-1/+1
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann1-2/+1
2015-05-09tdf#91052 - use macros to standardize 'make' constructors for VclBuilder.Michael Meeks1-13/+4
2015-05-08PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.Michael Meeks1-1/+1
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-2/+1
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-1/+1
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl1-2/+2
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-4/+4
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+39
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-12/+6
2015-03-06Idle: Changed to new enum nameTobias Madl1-1/+1
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl1-1/+1
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl1-1/+1
2014-12-09changed timers to idlesTobias Madl1-4/+4
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-10-04coverity#1242370: Unchecked return valueNorbert Thiebaud1-6/+5
2014-09-23fdo#82577: Handle WindowNoel Grandin1-7/+7
2014-09-18fdo#82577: Handle FontNoel Grandin1-2/+2
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke1-1/+1
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke1-1/+1
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke1-3/+3
2014-03-25svtools: sal_Bool->boolNoel Grandin1-2/+2
2014-03-13coverity#738584 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-03-13coverity#738585 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-03-13coverity#738586 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-01-28bool improvementsStephan Bergmann1-3/+3
2014-01-14EndDialog takes long nResult, not boolStephan Bergmann1-1/+1
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-2/+1
2013-10-01convert CUI module from String to OUStringNoel Grandin1-20/+22
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke1-3/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+1
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-01-22fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac1-3/+2
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-4/+4
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-1/+1
2012-12-12Resolves: fdo#57469 allow tab to traverse into custom widgetsCaolán McNamara1-2/+2
2012-12-11use a ListBox instead of a MenuButton in the thesaurus dialogCaolán McNamara1-22/+14
2012-11-29Remove unused method & remove header include by using forward declaration.Kohei Yoshida1-0/+1
2012-11-29Pass pointer to view data entry to Paint() instead of its raw flag value.Kohei Yoshida1-3/+2
2012-11-24get rid of Svx...Locale...() double conversion nonsenseEike Rathke1-3/+3
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida1-0/+1
2012-10-30fdo#46808, Adapt linguistic2::LinguServiceManager UNO service to new styleNoel Grandin1-1/+1