summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/docfile.cxx
AgeCommit message (Expand)Author
2014-08-28SfxMedium::Transfer_Impl: fix indentationMiklos Vajna
2014-07-17rename the Weak stuff in tools/ref.hxx to WeakRefNoel Grandin
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-10coverity#441139 Explicit null dereferencedCaolán McNamara
2014-05-15Minor utl::TempFile clean upStephan Bergmann
2014-05-14sfx2: remove SAL_INFO's that only mark function entryNoel Grandin
2014-05-14Unify utl::TempFile ctorsStephan Bergmann
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-18Typo: s/cant/can't/Tor Lillqvist
2014-04-10DownLoad -> Download.Jan Holesovsky
2014-04-10Clean up function declarations and some unused functionsStephan Bergmann
2014-04-07sfx2: sal_Bool->boolNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-28coverity#704303 Logically dead codeCaolán McNamara
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-14sfx2: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from sfx2Alexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-01-23Bin useless as96863, mb93783, mv76033 verbiage from SAL_INFO outputTor Lillqvist
2014-01-15remove sfx2/appuno.hxxMatúš Kukan
2013-12-26WaE: unused variablesTor Lillqvist
2013-11-19fdo#70345 Reuse XStream for Windows platform create a new one for others.matt_51
2013-11-18Don't try lockfile creation when getting medium already failedStephan Bergmann
2013-11-18SfxMedium::LockOrigFileOnDemand return value is never usedStephan Bergmann
2013-11-14rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann
2013-11-11sfx2: include <> for external includesNorbert Thiebaud
2013-11-08Make INetURLObject-from-OUString ctor explicitStephan Bergmann
2013-11-08remove unnecessary use of OUString constructor in SFX2 moduleNoel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-02remove some UniString::GetBufferCaolán McNamara
2013-10-01convert remnants of String to OUString in SFX2 moduleNoel Grandin
2013-09-26CMIS file picker: it really does not like ID MarkCao Cuong Ngo
2013-09-02CMIS: fix file saving issueCao Cuong Ngo
2013-09-02CMIS: add document ID when saving.Cao Cuong Ngo
2013-08-29convert sfx2/source/doc/* from String to OUStringNoel Grandin
2013-08-29remove unnecessary header sfx2/source/inc/fltfnc.hxxNoel Grandin
2013-08-29convert include/sfx2/docfile.hxx from String to OUStringNoel Grandin
2013-08-27Resolves: fdo#67743 ensure user autocorr config dir existsCaolán McNamara
2013-08-24Don't use lock files when sandboxed on OS XTor Lillqvist
2013-07-26fdo#46037: less occurrences of comphelper/configurationhelper in sfx2/docJulien Nabet
2013-07-08rename sfx2 log area to sfxMichael Stahl
2013-07-02... fix more -Werror=address (wrong TempFile ctor called)Michael Stahl
2013-07-02SfxMedium: fix -Werror=address (wrong TempFile ctor called)Michael Stahl
2013-07-02OUString convertion for unotoolsNorbert Thiebaud
2013-06-29remove OUString wrap for string literalsThomas Arnhold