summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/docfile.cxx
AgeCommit message (Expand)Author
2013-04-15fdo#60724 correct spellingThomas Arnhold
2013-04-13Manage to use orcus to import ods, xlsx, and csv.Kohei Yoshida
2013-04-13Make the impl class explicitly non-copyable.Kohei Yoshida
2013-04-13Re-organize UNO interface members & use clear() to clear their refs.Kohei Yoshida
2013-04-09Oops. Forgot to remove this debug statement.Kohei Yoshida
2013-04-09Make the member mutable to avoid ugly casting.Kohei Yoshida
2013-04-09Remove unnecessary ::com::sun::star:: .Kohei Yoshida
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-04Simplification by retrieving system encodingJulien Nabet
2013-04-02Some cppcheck cleaningJulien Nabet
2013-03-27Use <config_features.h> instead of -DLIBO_FEATURE_*Tor Lillqvist
2013-03-26Check feature test macros instead of ANDROID and/or IOSTor Lillqvist
2013-03-26Lock files make no sense on Android or iOSTor Lillqvist
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold
2013-03-07fdo#46808 use document::DocumentRevisionListPersistence constructorNoel Grandin
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-02-22fix sfx2 buildCaolán McNamara
2013-02-17spelling: otherwhise -> otherwiseIvan Timofeev
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac
2013-02-11fdo#46808, use service constructor for document::DocumentIOLogRingNoel Grandin
2013-02-04String to OUString.Kohei Yoshida
2013-01-31fdo#59022: revert "SfxMedium::GetOutputStream(): re-use existing XStream"Michael Stahl
2012-12-03API CHANGE: remove com.sun.star.util.XArchiverMichael Stahl
2012-11-30re-base on ALv2 code. Includes:Michael Meeks
2012-11-11SfxMedium::GetOutputStream(): re-use existing XStreamMichael Stahl
2012-10-31Work around new calls to GetFilter()->GetMimeType() on null filterStephan Bergmann
2012-10-31CMIS: added cancelCheckOut and checkIn implementations and menu itemsCédric Bosdonnat
2012-10-31Travelled MIME type through UCB for CMIS UCP to use it when creating documentsCédric Bosdonnat
2012-10-24fdo#46808, convert comphelper::ConfigurationHelper to XComponentContextNoel Grandin
2012-10-07Some cppcheck cleaningJulien Nabet
2012-10-04Fixes/improvements on previous commitStephan Bergmann
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin
2012-09-28fdo#54744: Fix broken logic of string comparisonStephan Bergmann
2012-09-21package: convert internal ZIP handling data-types to 64bitMichael Meeks
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann
2012-09-04fdo#46808, Adapt DocumentDigitalSignatures UNO service to new styleNoel Grandin
2012-07-26Pass by const reference.Kohei Yoshida
2012-07-26callcatcher: update used code post-stlificationCaolán McNamara
2012-07-25aDataAvailableLink in SfxMedium was never called.Kohei Yoshida
2012-07-25file version is no longer used in SfxMedium.Kohei Yoshida
2012-07-25Another unused flag.Kohei Yoshida
2012-07-25This flag is set but never used. Removing.Kohei Yoshida
2012-07-25The impl class is never null. No point checking for it.Kohei Yoshida
2012-07-25Likewise, CharSet was set in SfxMedium but never used. Removing.Kohei Yoshida
2012-07-25Referer was set to SfxMedium but was never used. Removing it.Kohei Yoshida
2012-07-25Nobody uses this guy.Kohei Yoshida
2012-07-25Move StorOpenMode to Impl. Now all the data members are in Impl.Kohei Yoshida
2012-07-25Calling delete on NULL pointer is no-op; no need to check it.Kohei Yoshida
2012-07-25Move pURLObj to Impl.Kohei Yoshida