summaryrefslogtreecommitdiff
path: root/framework/source/services/autorecovery.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-23/+23
2014-10-01loplugin: cstylecastNoel Grandin1-2/+2
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet1-10/+10
2014-08-10fdo#71625 Don't loop autosave if userautosave failsMaxim Monastirsky1-7/+17
2014-08-01typo: more then -> more thanTakeshi Abe1-7/+7
2014-07-28Recovery files can have an extensionMaxim Monastirsky1-1/+1
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin1-1/+1
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-05-14Unify utl::TempFile ctorsStephan Bergmann1-1/+1
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-6/+6
2014-04-18Typo: s/cant/can't/Tor Lillqvist1-9/+9
2014-04-18Typo: s/shure/sureTor Lillqvist1-1/+1
2014-04-14typo: independend -> independentThomas Arnhold1-1/+1
2014-04-09Remove unused functionsStephan Bergmann1-9/+0
2014-04-07framework: sal_Bool->boolNoel Grandin1-98/+98
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist1-18/+18
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist1-173/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-19/+19
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann1-2/+3
2014-03-17fdo#51819: autorecovery: fix saving password in protected documents.Matúš Kukan1-3/+5
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-25/+25
2014-02-23Remove unneccessary commentsAlexander Wilms1-168/+168
2014-02-13cosmeticsMatúš Kukan1-1/+2
2014-02-09coverity#1169804 Unchecked return valueCaolán McNamara1-1/+3
2014-02-09coverity#1169839 Unintentional integer overflowCaolán McNamara1-1/+1
2014-02-09Typo: I/internaly -> I/internallyJulien Nabet1-4/+4
2014-02-06Typo: seam(s) -> seem(s)Julien Nabet1-6/+6
2014-01-30unused headersMatúš Kukan1-23/+6
2014-01-28using cppu::WeakComponentImplHelperBase::rBHelper; does not work hereMatúš Kukan1-57/+56
2014-01-28Introduce com.sun.star.frame.theAutoRecovery singleton.Matúš Kukan1-339/+276
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky1-6/+8
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky1-9/+10
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-11/+11
2014-01-20Rest of the incomplete conversion.Jan Holesovsky1-7/+5
2014-01-20Forgotten git add, doh!Jan Holesovsky1-2/+4
2014-01-20fwk: Use constructor feature for AutoRecovery.Matúš Kukan1-52/+1065
2014-01-16Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann1-3/+3
2013-12-20typo fixesAndras Timar1-6/+6
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin1-11/+11
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-11/+11
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin1-1/+1
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann1-38/+38
2013-11-11remove unnecessary use of OUString constructor in FRAMEWORK moduleNoel Grandin1-12/+11
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-1/+1
2013-09-26typo fixes in commentsAndras Timar1-13/+13
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-1/+1
2013-09-08Use SAL_INFO instead of framework's own WRITE_LOGFILETor Lillqvist1-33/+16
2013-09-08Use SAL_WARN_IF instead of framework's home-grown LOG_ASSERT(2)Tor Lillqvist1-2/+2
2013-09-08Use SAL_INFO instead of framework's own LOG_WARNINGTor Lillqvist1-8/+4