summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/docfile.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-11sfx2: include <> for external includesNorbert Thiebaud1-3/+3
2013-11-08Make INetURLObject-from-OUString ctor explicitStephan Bergmann1-2/+1
2013-11-08remove unnecessary use of OUString constructor in SFX2 moduleNoel Grandin1-8/+8
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-9/+9
2013-10-02remove some UniString::GetBufferCaolán McNamara1-1/+1
2013-10-01convert remnants of String to OUString in SFX2 moduleNoel Grandin1-1/+1
2013-09-26CMIS file picker: it really does not like ID MarkCao Cuong Ngo1-2/+3
2013-09-02CMIS: fix file saving issueCao Cuong Ngo1-3/+2
2013-09-02CMIS: add document ID when saving.Cao Cuong Ngo1-1/+4
2013-08-29convert sfx2/source/doc/* from String to OUStringNoel Grandin1-13/+13
2013-08-29remove unnecessary header sfx2/source/inc/fltfnc.hxxNoel Grandin1-1/+1
2013-08-29convert include/sfx2/docfile.hxx from String to OUStringNoel Grandin1-4/+4
2013-08-27Resolves: fdo#67743 ensure user autocorr config dir existsCaolán McNamara1-21/+2
2013-08-24Don't use lock files when sandboxed on OS XTor Lillqvist1-1/+28
2013-07-26fdo#46037: less occurrences of comphelper/configurationhelper in sfx2/docJulien Nabet1-45/+2
2013-07-08rename sfx2 log area to sfxMichael Stahl1-21/+21
2013-07-02... fix more -Werror=address (wrong TempFile ctor called)Michael Stahl1-1/+1
2013-07-02SfxMedium: fix -Werror=address (wrong TempFile ctor called)Michael Stahl1-1/+3
2013-07-02OUString convertion for unotoolsNorbert Thiebaud1-8/+8
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-6/+6