summaryrefslogtreecommitdiffstats
path: root/cui/source/dialogs/pastedlg.cxx
Commit message (Expand)AuthorAgeFilesLines
* drop some now unnecessary includeCaolán McNamara2018-10-061-5/+0
* add image support to weld::ComboBoxTextCaolán McNamara2018-09-171-1/+1
* Replace find_if with proper quantifier algorithmsArkadiy Illarionov2018-08-291-7/+6
* weld ScMoveTableDlgCaolán McNamara2018-05-011-1/+1
* tdf#42949 Remove unnecessary localization headers from cuiGabor Kelemen2018-04-071-2/+0
* weld SvPasteObjectDialogCaolán McNamara2018-04-031-40/+27
* Use for-range loops in cuiJulien Nabet2018-02-281-4/+2
* convert remaining WarningBox to weld::MessageDialogCaolán McNamara2018-02-271-1/+0
* tdf#113357 cui: fix duplicate 'Formatted text [Richtext]' paste optionMiklos Vajna2018-01-031-0/+11
* Rename GetSelectEntryData -> GetSelectedEntryDataSamuel Mehrbrodt2017-09-251-1/+1
* migrate to boost::gettextCaolán McNamara2017-07-211-4/+3
* Improved loplugin:cstylecast to reference types: cuiStephan Bergmann2017-06-051-2/+2
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* Drop :: prefix from std in c*/Tor Lillqvist2017-02-151-2/+2
* loplugin:expandablemethodds in cuiNoel Grandin2016-10-191-1/+1
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-051-2/+2
* loplugin:unuseddefaultparamsNoel Grandin2016-03-071-4/+2
* loplugin:unuseddefaultparam in cuiNoel Grandin2016-03-041-2/+1
* Make SotFactory private to sot/ and clean a bitMatúš Kukan2016-01-051-1/+1
* mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin2015-11-261-1/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-1/+1
* convert Link<> to typedNoel Grandin2015-10-121-5/+2
* convert Link<> to typedNoel Grandin2015-09-171-4/+1
* boost->stdCaolán McNamara2015-09-141-2/+1
* com::sun::star->css in cuiNoel Grandin2015-07-291-1/+1
* Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann2015-04-291-2/+1
* vclwidget: only call dispose() onceNoel Grandin2015-04-101-1/+1
* vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-101-0/+13
* vcl: VclPtr conversion in cuiNoel Grandin2015-04-091-4/+0
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-181-10/+10
* add GetSelectEntryData to ListBox and ComboBoxNoel Grandin2015-02-161-1/+1
* coverity#703936 Unchecked return valueCaolán McNamara2014-10-241-3/+5
* loplugin: cstylecastNoel Grandin2014-10-231-2/+2
* fdo#82577: Handle WindowNoel Grandin2014-09-231-1/+1
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-07-301-2/+2
* vcl: sal_Bool -> boolStephan Bergmann2014-02-211-2/+2
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-201-0/+1
* convert CUI module from String to OUStringNoel Grandin2013-10-011-3/+3
* convert include/svtools/insdlg.hxx from String to OUStringNoel Grandin2013-08-151-11/+11
* adapt code to use paste special .uiCaolán McNamara2013-05-141-23/+11
* IconBox checkbox is always hidden and always disabledCaolán McNamara2013-05-141-21/+1
* ResMgr with LanguageTagEike Rathke2013-03-291-2/+1
* AllSettings with LanguageTagEike Rathke2012-11-221-1/+1
* re-base on ALv2 code. Includes:Michael Meeks2012-10-041-23/+14
* translated or removed german comments in connectivity, cppuhelper and cuiFlorian Allmann-Rahn2012-04-171-1/+1
* refactor ConvertLineEndCaolán McNamara2012-01-301-1/+1
* now with an STL map we don't have to do our own mem allocationCaolán McNamara2011-12-121-14/+8
* Related: fdo#38832 Replace Table with std::mapMarcel Metz2011-12-121-8/+12
* This data member is no longer used. Remove it.Kohei Yoshida2011-12-011-2/+1
* Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud2011-03-091-9/+11
|\