summaryrefslogtreecommitdiffstats
path: root/sfx2/source/doc/docfile.cxx
Commit message (Expand)AuthorAgeFilesLines
* coverity#704019 Unchecked return valueCaolán McNamara2014-10-281-2/+2
* coverity#704020 Unchecked return valueCaolán McNamara2014-10-281-1/+1
* coverity#735333 flush out pointless calls to IsRemote and IsOpenCaolán McNamara2014-10-151-5/+2
* SfxMedium::IsRemote can be made constCaolán McNamara2014-10-151-5/+1
* loplugin: cstylecastNoel Grandin2014-10-031-1/+1
* fdo#82577: Handle TimeNoel Grandin2014-10-011-1/+1
* SfxMedium::Transfer_Impl: fix indentationMiklos Vajna2014-08-281-3/+3
* rename the Weak stuff in tools/ref.hxx to WeakRefNoel Grandin2014-07-171-1/+1
* remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud2014-06-271-5/+5
* loplugin:staticcallStephan Bergmann2014-06-131-1/+1
* coverity#441139 Explicit null dereferencedCaolán McNamara2014-06-101-1/+1
* Minor utl::TempFile clean upStephan Bergmann2014-05-151-2/+1
* sfx2: remove SAL_INFO's that only mark function entryNoel Grandin2014-05-141-5/+1
* Unify utl::TempFile ctorsStephan Bergmann2014-05-141-3/+3
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-051-1/+1
* Many spelling fixes: directories r* - z*.Pedro Giffuni2014-05-011-2/+2
* Typo: s/cant/can't/Tor Lillqvist2014-04-181-1/+1
* DownLoad -> Download.Jan Holesovsky2014-04-101-1/+1
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-101-42/+0
* sfx2: sal_Bool->boolNoel Grandin2014-04-071-1/+1
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
* coverity#704303 Logically dead codeCaolán McNamara2014-03-281-13/+3
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-1/+1
* sfx2: sal_Bool->boolNoel Grandin2014-03-141-41/+41
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-2/+2
* Remove visual noise from sfx2Alexander Wilms2014-02-261-2/+2
* Remove unneccessary commentsAlexander Wilms2014-02-231-75/+75
* convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-121-1/+1
* Bin useless as96863, mb93783, mv76033 verbiage from SAL_INFO outputTor Lillqvist2014-01-231-3/+3
* remove sfx2/appuno.hxxMatúš Kukan2014-01-151-1/+0
* WaE: unused variablesTor Lillqvist2013-12-261-2/+2
* fdo#70345 Reuse XStream for Windows platform create a new one for others.matt_512013-11-191-4/+17
* Don't try lockfile creation when getting medium already failedStephan Bergmann2013-11-181-0/+3
* SfxMedium::LockOrigFileOnDemand return value is never usedStephan Bergmann2013-11-181-12/+5
* rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann2013-11-141-0/+14
* Move MediaDescriptor from comphelper to unotoolsStephan Bergmann2013-11-141-9/+9
* sfx2: include <> for external includesNorbert Thiebaud2013-11-111-3/+3
* Make INetURLObject-from-OUString ctor explicitStephan Bergmann2013-11-081-2/+1
* remove unnecessary use of OUString constructor in SFX2 moduleNoel Grandin2013-11-081-8/+8
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-221-9/+9
* remove some UniString::GetBufferCaolán McNamara2013-10-021-1/+1
* convert remnants of String to OUString in SFX2 moduleNoel Grandin2013-10-011-1/+1
* CMIS file picker: it really does not like ID MarkCao Cuong Ngo2013-09-261-2/+3
* CMIS: fix file saving issueCao Cuong Ngo2013-09-021-3/+2
* CMIS: add document ID when saving.Cao Cuong Ngo2013-09-021-1/+4
* convert sfx2/source/doc/* from String to OUStringNoel Grandin2013-08-291-13/+13
* remove unnecessary header sfx2/source/inc/fltfnc.hxxNoel Grandin2013-08-291-1/+1
* convert include/sfx2/docfile.hxx from String to OUStringNoel Grandin2013-08-291-4/+4
* Resolves: fdo#67743 ensure user autocorr config dir existsCaolán McNamara2013-08-271-21/+2
* Don't use lock files when sandboxed on OS XTor Lillqvist2013-08-241-1/+28