summaryrefslogtreecommitdiff
path: root/sw/source/ui/misc/glossary.cxx
AgeCommit message (Expand)Author
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-22convert SV_DRAGDOP_ constants to scoped enumNoel Grandin
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in swNoel Grandin
2015-04-07tdf#90441: sw: *another* crash on shutdown after changing SvxAutoCorrCfgMichael Stahl
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-23loplugin:constantfunction: swNoel Grandin
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann
2014-12-04loplugin: cstylecastNoel Grandin
2014-12-02Revert "loplugin: cstylecast"Kohei Yoshida
2014-12-02loplugin: cstylecastNoel Grandin
2014-11-25loplugin: cstylecastNoel Grandin
2014-11-16EndDialog(sal_True) ==> EndDialog(RET_OK)Matteo Casalin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-08-22QueryBox STR_QUERY_DELETE -> MessageDialog + stringCaolán McNamara
2014-08-18InfoBox MSG_DOUBLE_SHORTNAME and MSG_NO_GLOSSARIES to StringThomas Arnhold
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin
2014-07-22sal_uInt16 to size_tMatteo Casalin
2014-06-16turn the no-space edit widgets into a editwidget featureCaolán McNamara
2014-06-04Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante
2014-05-23Resolves: #i124204# make fields empty on the auto text dialog...Tsutomu Uchino
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-15sw: clean up inter-module includesThomas Arnhold
2014-04-08use TriState instead of sal_Bool as there's three possibilitiesCaolán McNamara
2014-04-01Bin pointless INET_PATH_TOKENTor Lillqvist
2014-03-25svtools: sal_Bool->boolNoel Grandin
2014-03-24sal_uInt16 to sal_Int32Matteo Casalin
2014-03-18convert select multi paths dialogs to .uiCaolán McNamara
2014-03-06coverity#708878 Unused pointer valueCaolán McNamara
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann
2014-01-21Use boost::scoped_ptr to avoid resource leaks in case of exceptionTakeshi Abe
2014-01-17EndDialog takes long nResult, not boolStephan Bergmann
2014-01-16sal_Bool to boolTakeshi Abe
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin
2013-10-15convert sw/source/ui/misc/*.cxx from String to OUStringNoel Grandin