summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/sfxbasemodel.cxx
AgeCommit message (Expand)Author
2014-05-27remove more unnecessary use of OUString constructorNoel Grandin
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-16valgrind: SfxBaseModel's pImpl of fallback TargetDocument for paste leaksCaolán McNamara
2014-05-14sfx2: remove SAL_INFO's that only mark function entryNoel Grandin
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-18Typo: s/cant/can't/Tor Lillqvist
2014-04-14typo: controlls -> controlsThomas Arnhold
2014-04-07sfx2: sal_Bool->boolNoel Grandin
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-03fdo#43157 : clean up OSL_POSTCONDMichaël Lefèvre
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-31coverity#1194890 Unchecked return valueCaolán McNamara
2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-25svtools: sal_Bool->boolNoel Grandin
2014-03-19sfx2: sal_Bool->boolNoel Grandin
2014-03-18sfx2: sal_Bool->boolNoel Grandin
2014-03-18sfx2: sal_Bool->boolNoel Grandin
2014-03-16sal_Bool to boolMatteo Casalin
2014-03-14sfx2: sal_Bool->boolNoel Grandin
2014-03-14sfx2: sal_Bool->boolNoel Grandin
2014-03-10sfx2: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-03-03SFX2 : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
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-03Remove needless SAL_DLLPRIVATE annotationsStephan Bergmann
2014-01-29bool improvementsStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-23Use the "sfx" log area consistently in sfx2Tor Lillqvist
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin
2013-12-13Fixed the update to working copy and back after (cancel) checkout: fdo#64533Cédric Bosdonnat
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann
2013-11-11sfx2: include <> for external includesNorbert Thiebaud
2013-11-08remove unnecessary use of OUString constructor in SFX2 moduleNoel Grandin
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-09Improve ErrorCodeIOException messagesStephan Bergmann
2013-10-07sfx2: use a smart pointer in IMPL_SfxBaseModel_DataContainerMiklos Vajna
2013-09-26typo fixes in commentsAndras Timar
2013-09-23Cmis Versions dialogCao Cuong Ngo
2013-09-20indent: Just some indenting for better readingAndres Gomez
2013-09-20uno: new InteropGrabBag UNO prop in OfficeDocumentAndres Gomez
2013-09-02CMIS properties dialog: update propertiesCao Cuong Ngo