summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/linkdlg.cxx
AgeCommit message (Expand)Author
2015-09-11convert Link<> to typedNoel Grandin
2015-09-08convert Link<> to typedNoel Grandin
2015-08-27Clean up aEmptyStephan Bergmann
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-06-Werror,-Wunused-private-fieldStephan Bergmann
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin
2015-05-05Use typed Idle::SetIdleHdl 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-23loplugin:staticmethodsNoel Grandin
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel 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 cuiNoel Grandin
2015-04-09loplugin:staticmethodsNoel Grandin
2015-04-07Remove dead INetProtocol::VimStephan Bergmann
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-24convert sfxlink to enum classNoel 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 timer to idleTobias Madl
2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-04fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-07-10remove SvRefBase::ReleaseReferenceNoel Grandin
2014-06-03rather than use pixel widths, use appfont unitsCaolán McNamara
2014-06-03MD_UPDATE_BASELINKS conversion to .uisk94
2014-04-16cui: sal_Bool->boolNoel Grandin
2014-04-01Bin pointless INET_HEX_ESCAPETor Lillqvist
2014-03-31coverity#704604 Explicit null dereferencedCaolán McNamara
2014-03-28coverity#736138 Dereference null return valueCaolán McNamara
2014-03-28coverity#736139 Dereference null return valueCaolán McNamara
2014-03-25svtools: sal_Bool->boolNoel Grandin
2014-03-18sfx2: sal_Bool->boolNoel Grandin
2014-03-07coverity#704603 Explicit null dereferencedCaolán McNamara
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2013-10-01convert CUI module from String to OUStringNoel Grandin
2013-08-29convert include/sfx2/linkmgr.hxx from String to OUStringNoel Grandin
2013-08-29convert includes/sfx2/lnkbase.hxx from String to OUStringNoel Grandin
2013-08-12XubString->OUStringCaolán McNamara
2013-03-29replace PathDialog to xFolderPicker, remmove obsoleted PathDialog classAndras Timar
2013-03-29String to OUStringAndras Timar
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida