summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/pastedlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen1-1/+1
2020-03-11tdf#125440 Allow raising text import dialog for pasteSamuel Mehrbrodt1-1/+23
2019-10-06Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara1-1/+2
2019-07-31tdf#42949 Fix IWYU warnings in cui/source/{c-f}*/*cxxGabor Kelemen1-3/+0
2019-07-10Prepare PasteSpecial for Async-ness (sw, basesh.cxx)Muhammet Kara1-0/+119
2019-04-02drop some unneeded includesCaolán McNamara1-1/+1
2018-10-06drop some now unnecessary includeCaolán McNamara1-5/+0
2018-09-17add image support to weld::ComboBoxTextCaolán McNamara1-1/+1
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-7/+6
2018-05-01weld ScMoveTableDlgCaolán McNamara1-1/+1
2018-04-07tdf#42949 Remove unnecessary localization headers from cuiGabor Kelemen1-2/+0
2018-04-03weld SvPasteObjectDialogCaolán McNamara1-40/+27
2018-02-28Use for-range loops in cuiJulien Nabet1-4/+2
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara1-1/+0
2018-01-03tdf#113357 cui: fix duplicate 'Formatted text [Richtext]' paste optionMiklos Vajna1-0/+11
2017-09-25Rename GetSelectEntryData -> GetSelectedEntryDataSamuel Mehrbrodt1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-4/+3
2017-06-05Improved loplugin:cstylecast to reference types: cuiStephan Bergmann1-2/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-2/+2
2016-10-19loplugin:expandablemethodds in cuiNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-2/+2
2016-03-07loplugin:unuseddefaultparamsNoel Grandin1-4/+2
2016-03-04loplugin:unuseddefaultparam in cuiNoel Grandin1-2/+1
2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan1-1/+1
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12convert Link<> to typedNoel Grandin1-5/+2
2015-09-17convert Link<> to typedNoel Grandin1-4/+1
2015-09-14boost->stdCaolán McNamara1-2/+1
2015-07-29com::sun::star->css in cuiNoel Grandin1-1/+1
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann1-2/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+13
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-4/+0
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-10/+10
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin1-1/+1
2014-10-24coverity#703936 Unchecked return valueCaolán McNamara1-3/+5
2014-10-23loplugin: cstylecastNoel Grandin1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-07-30Avoid possible memory leaks in case of exceptionsTakeshi Abe1-2/+2
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2013-10-01convert CUI module from String to OUStringNoel Grandin1-3/+3
2013-08-15convert include/svtools/insdlg.hxx from String to OUStringNoel Grandin1-11/+11
2013-05-14adapt code to use paste special .uiCaolán McNamara1-23/+11
2013-05-14IconBox checkbox is always hidden and always disabledCaolán McNamara1-21/+1
2013-03-29ResMgr with LanguageTagEike Rathke1-2/+1
2012-11-22AllSettings with LanguageTagEike Rathke1-1/+1
2012-10-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14