summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/fileobj.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin1-4/+2
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-16convert Link<> to typedNoel Grandin1-3/+3
2015-08-31make Link<> typedNoel Grandin1-5/+3
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-2/+2
2015-07-20convert to typed Link<> in sfx2Noel Grandin1-2/+1
2015-05-10Fix 3ae4264a0db7f725abc33779ec9b11a45e17e279's removal of pThis->Stephan Bergmann1-3/+3
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann1-21/+21
2015-04-30Gradually typed LinkStephan Bergmann1-3/+3
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-2/+2
2015-04-23loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-15fix crash on re-export of fdo50057-2.odt to odtCaolán McNamara1-7/+13
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-1/+1
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-18SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara1-1/+1
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-9/+9
2015-02-25remove unused header definitions in SotExchangeNoel Grandin1-1/+1
2014-12-18sfx2: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-04-10DownLoad -> Download.Jan Holesovsky1-8/+8
2014-04-09Remove always-null SvFileObject::pDownLoadDataStephan Bergmann1-52/+8
2014-04-07sfx2: sal_Bool->boolNoel Grandin1-24/+24
2014-03-28Bin rest of DBG_WARNING[123]Tor Lillqvist1-12/+2
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-2/+2
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-14/+15
2014-03-10coverity#708144 Uninitialized scalar fieldCaolán McNamara1-9/+14
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-01-17Resolves: #i123042# corrected reload of linked content...Armin Le Grand1-1/+3
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin1-1/+1
2013-11-14rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann1-1/+1
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann1-3/+3
2013-11-11sfx2: include <> for external includesNorbert Thiebaud1-1/+1
2013-10-11resolved fdo#69948 honor a detected FilterNameEike Rathke1-6/+21
2013-09-05convert sfx2/source/appl/* from String to OUStringNoel Grandin1-10/+10
2013-08-29convert include/sfx2/linkmgr.hxx from String to OUStringNoel Grandin1-8/+8
2013-08-29convert include/sfx2/linksrc.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-07-08rename sfx2 log area to sfxMichael Stahl1-1/+1
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand1-3/+10
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-4/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-7/+7
2013-03-06Remove dead codeTakeshi Abe1-5/+0
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-1/+1
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
2012-07-25aDataAvailableLink in SfxMedium was never called.Kohei Yoshida1-54/+0
2012-07-25Referer was set to SfxMedium but was never used. Removing it.Kohei Yoshida1-2/+0
2012-07-06re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-02targeted string re-workNorbert Thiebaud1-2/+2