summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/linkmgr2.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-5/+3
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann1-2/+2
2015-08-18ConvertSystemPathToURL->getFileURLFromSystemPathCaolán McNamara1-1/+2
2015-08-18rBaseURL argument now unusedCaolán McNamara1-1/+1
2015-06-16crash on use of 'echo hello' as dde command in insert sectionCaolán McNamara1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks1-1/+1
2015-04-28bFound var wants to be of type boolStephan Bergmann1-2/+2
2015-04-23loplugin:staticmethodsNoel Grandin1-4/+4
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-3/+3
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-3/+3
2015-03-24convert sfxlink to enum classNoel Grandin1-4/+4
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-6/+7
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2014-12-18sfx2: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-10-02loplugin: cstylecastNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-08-09Resolves: #i125386# secured user request and changed some bools to bitfieldArmin Le Grand1-1/+11
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-1/+1
2014-04-07sfx2: sal_Bool->boolNoel Grandin1-3/+3
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-3/+3
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-3/+3
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-15/+15
2014-02-23Remove unneccessary commentsAlexander Wilms1-4/+4
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-1/+1
2014-01-28bool improvementsStephan Bergmann1-3/+3
2013-11-11sfx2: include <> for external includesNorbert Thiebaud1-1/+1
2013-10-09More OUString::copy out-of-bounds fixesStephan Bergmann1-1/+1
2013-09-05convert sfx2/source/appl/* from String to OUStringNoel Grandin1-15/+15
2013-08-29convert include/sfx2/linkmgr.hxx from String to OUStringNoel Grandin1-60/+24
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand1-1/+2
2013-06-01switch to size_t in sfx2::LinkManagerMarkus Mohrhard1-15/+14
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-11/+11
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-10/+8
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-03-20Replace String with OUString (unotools)Chr. Rossmanith1-4/+4
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir1-2/+2
2013-02-15coverity#738978: Fix use after free.Jan Holesovsky1-4/+2
2012-11-23some i18n wrappers with LanguageTagEike Rathke1-2/+1
2012-11-17use LanguageTagEike Rathke1-3/+2
2012-10-30sal_Bool to boolTakeshi Abe1-4/+4
2012-07-25delete svl/svstdarr.hxxMichael Stahl1-1/+0
2012-07-11warning C4018: singed/unsigned mismatchMichael Stahl1-1/+1
2012-07-06re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-07-04Convert local var from SvPtrarr to std::vectorNoel Grandin1-4/+4
2012-06-26tidy some resource stringsCaolán McNamara1-3/+3
2012-06-21reduce scope and replace some String::CreateFromAsciiCaolán McNamara1-3/+2