summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/docfile.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-04-07Remove dead INetProtocol::VimStephan Bergmann1-1/+0
2015-04-02Kill INetProtocol::NewsTor Lillqvist1-1/+0
2015-04-02Kill INetProtocol::Imap and Pop3Tor Lillqvist1-2/+0
2015-04-02tdf#72337: sfx2: make the SfxMedium stream-reuse hack runtime-optionalMichael Stahl1-9/+6
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-10/+10
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-10/+10
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-24SkipImages option for document importLászló Németh1-1/+5
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin1-4/+1
2015-03-04V813: Decreased performanceCaolán McNamara1-2/+2
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-6/+6
2014-12-18sfx2: Use appropriate OUString functions on string constantsStephan Bergmann1-4/+4
2014-11-24unotools: Internalize ucblockbytes.hxx headerMatúš Kukan1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-2/+2
2014-10-28coverity#704019 Unchecked return valueCaolán McNamara1-2/+2
2014-10-28coverity#704020 Unchecked return valueCaolán McNamara1-1/+1
2014-10-15coverity#735333 flush out pointless calls to IsRemote and IsOpenCaolán McNamara1-5/+2
2014-10-15SfxMedium::IsRemote can be made constCaolán McNamara1-5/+1
2014-10-03loplugin: cstylecastNoel Grandin1-1/+1
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-08-28SfxMedium::Transfer_Impl: fix indentationMiklos Vajna1-3/+3
2014-07-17rename the Weak stuff in tools/ref.hxx to WeakRefNoel Grandin1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-5/+5
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-06-10coverity#441139 Explicit null dereferencedCaolán McNamara1-1/+1
2014-05-15Minor utl::TempFile clean upStephan Bergmann1-2/+1
2014-05-14sfx2: remove SAL_INFO's that only mark function entryNoel Grandin1-5/+1
2014-05-14Unify utl::TempFile ctorsStephan Bergmann1-3/+3
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-2/+2
2014-04-18Typo: s/cant/can't/Tor Lillqvist1-1/+1
2014-04-10DownLoad -> Download.Jan Holesovsky1-1/+1
2014-04-10Clean up function declarations and some unused functionsStephan Bergmann1-42/+0
2014-04-07sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-28coverity#704303 Logically dead codeCaolán McNamara1-13/+3
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-03-14sfx2: sal_Bool->boolNoel Grandin1-41/+41
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-2/+2
2014-02-26Remove visual noise from sfx2Alexander Wilms1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-75/+75
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-1/+1
2014-01-23Bin useless as96863, mb93783, mv76033 verbiage from SAL_INFO outputTor Lillqvist1-3/+3
2014-01-15remove sfx2/appuno.hxxMatúš Kukan1-1/+0
2013-12-26WaE: unused variablesTor Lillqvist1-2/+2
2013-11-19fdo#70345 Reuse XStream for Windows platform create a new one for others.matt_511-4/+17
2013-11-18Don't try lockfile creation when getting medium already failedStephan Bergmann1-0/+3
2013-11-18SfxMedium::LockOrigFileOnDemand return value is never usedStephan Bergmann1-12/+5
2013-11-14rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann1-0/+14
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann1-9/+9