summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/docfile.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-06-23Resolves: fdo#65501 ensure configured backup dir exists before using itCaolán McNamara1-3/+26
2013-05-23rhbz#961460: Don't needlessly pass URLs through INetURLObjectStephan Bergmann1-8/+7
2013-04-15fdo#60724 correct spellingThomas Arnhold1-4/+4
2013-04-13Manage to use orcus to import ods, xlsx, and csv.Kohei Yoshida1-6/+9
2013-04-13Make the impl class explicitly non-copyable.Kohei Yoshida1-9/+9
2013-04-13Re-organize UNO interface members & use clear() to clear their refs.Kohei Yoshida1-21/+17
2013-04-09Oops. Forgot to remove this debug statement.Kohei Yoshida1-1/+0
2013-04-09Make the member mutable to avoid ugly casting.Kohei Yoshida1-5/+22
2013-04-09Remove unnecessary ::com::sun::star:: .Kohei Yoshida1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-91/+91
2013-04-04Simplification by retrieving system encodingJulien Nabet1-30/+1
2013-04-02Some cppcheck cleaningJulien Nabet1-3/+1
2013-03-27Use <config_features.h> instead of -DLIBO_FEATURE_*Tor Lillqvist1-4/+6
2013-03-26Check feature test macros instead of ANDROID and/or IOSTor Lillqvist1-4/+4
2013-03-26Lock files make no sense on Android or iOSTor Lillqvist1-1/+16
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-1/+1
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold1-3/+3
2013-03-07fdo#46808 use document::DocumentRevisionListPersistence constructorNoel Grandin1-31/+23
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-2/+2
2013-02-22fix sfx2 buildCaolán McNamara1-5/+5
2013-02-17spelling: otherwhise -> otherwiseIvan Timofeev1-1/+1
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac1-4/+3
2013-02-11fdo#46808, use service constructor for document::DocumentIOLogRingNoel Grandin1-3/+3
2013-02-04String to OUString.Kohei Yoshida1-1/+1
2013-01-31fdo#59022: revert "SfxMedium::GetOutputStream(): re-use existing XStream"Michael Stahl1-13/+6
2012-12-03API CHANGE: remove com.sun.star.util.XArchiverMichael Stahl1-1/+0
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-1/+18
2012-11-11SfxMedium::GetOutputStream(): re-use existing XStreamMichael Stahl1-1/+14
2012-10-31Work around new calls to GetFilter()->GetMimeType() on null filterStephan Bergmann1-4/+7
2012-10-31CMIS: added cancelCheckOut and checkIn implementations and menu itemsCédric Bosdonnat1-12/+48
2012-10-31Travelled MIME type through UCB for CMIS UCP to use it when creating documentsCédric Bosdonnat1-5/+11
2012-10-24fdo#46808, convert comphelper::ConfigurationHelper to XComponentContextNoel Grandin1-2/+2
2012-10-07Some cppcheck cleaningJulien Nabet1-0/+1
2012-10-04Fixes/improvements on previous commitStephan Bergmann1-2/+2
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin1-9/+5
2012-09-28fdo#54744: Fix broken logic of string comparisonStephan Bergmann1-1/+1
2012-09-21package: convert internal ZIP handling data-types to 64bitMichael Meeks1-2/+1
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-21/+20
2012-09-04fdo#46808, Adapt DocumentDigitalSignatures UNO service to new styleNoel Grandin1-88/+80
2012-07-26Pass by const reference.Kohei Yoshida1-1/+1
2012-07-26callcatcher: update used code post-stlificationCaolán McNamara1-28/+1
2012-07-25aDataAvailableLink in SfxMedium was never called.Kohei Yoshida1-9/+0
2012-07-25file version is no longer used in SfxMedium.Kohei Yoshida1-4/+0
2012-07-25Another unused flag.Kohei Yoshida1-2/+0
2012-07-25This flag is set but never used. Removing.Kohei Yoshida1-3/+0
2012-07-25The impl class is never null. No point checking for it.Kohei Yoshida1-3/+1
2012-07-25Likewise, CharSet was set in SfxMedium but never used. Removing.Kohei Yoshida1-11/+0
2012-07-25Referer was set to SfxMedium but was never used. Removing it.Kohei Yoshida1-10/+0
2012-07-25Nobody uses this guy.Kohei Yoshida1-1/+0
2012-07-25Move StorOpenMode to Impl. Now all the data members are in Impl.Kohei Yoshida1-25/+25