summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/hangulhanjadlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky1-1/+1
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-21/+20
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini1-29/+1
2015-05-14refactor PseudoRubyText to use RenderContextTomaž Vajngerl1-35/+41
2015-05-13convert BUTTON_DRAW constants to scoped enumNoel Grandin1-1/+2
2015-05-09tdf#91052 - use macros to standardize 'make' constructors for VclBuilder.Michael Meeks1-13/+4
2015-05-07Refactor Buttons to use RenderContext when paintingTomaž Vajngerl1-2/+2
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-1/+1
2015-05-02Audit LoseFocus - basctl, cui, dbaccess.Michael Meeks1-2/+13
2015-04-30Gradually typed LinkStephan Bergmann1-11/+11
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-2/+2
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-50/+141
2015-04-18cui: convert new to ::Create.Michael Meeks1-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-13/+13
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-3/+3
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-3/+3
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-7/+7
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-5/+79
2015-04-09prophylactic double dispose audit.Michael Meeks1-8/+8
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-7/+7
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-40/+57
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-01-19fdo#88504 untranslated strings in Hangul/Hanja Conversion dialogDavid Tardon1-2/+2
2014-12-18cui: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-1/+1
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin1-1/+1
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-1/+1
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-15/+15
2014-09-18fdo#82577: Handle FontNoel Grandin1-3/+3
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-4/+4
2014-08-07coverity#1229891 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-07-29loplugin:unreffunStephan Bergmann1-8/+0
2014-07-29Converted RID_SVX_MDLG_HANGULHANJA to Widget Layout.Rachit Gupta1-195/+177
2014-07-26coverity#1228876 Uninitialized pointer fieldCaolán McNamara1-5/+8
2014-07-25Convert RID_SVX_MDLG_HANGULHANJA_EDIT to Widget Layout.Rachit Gupta1-70/+75
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin1-1/+1
2014-04-16cui: sal_Bool->boolNoel Grandin1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-2/+2
2014-02-26Remove visual noise from cuiAlexander Wilms1-20/+20
2014-02-23Remove unneccessary commentsAlexander Wilms1-38/+38
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-5/+5
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-18Window::PreNotify should return boolStephan Bergmann1-6/+6
2013-12-24convert Hangul/Hanja Options dialog to .uiCaolán McNamara1-52/+49
2013-12-16convert hangul<->hanja new dict dialog to .uiCaolán McNamara1-23/+12
2013-10-01Fix error: assigning to 'rtl::OUString *' from incompatible type 'const int'Tor Lillqvist1-1/+1