summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/printhelper.cxx
AgeCommit message (Expand)Author
2017-05-19loplugin:stringcopy: sfx2Stephan Bergmann
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin
2017-03-31use actual UNO enums in sfx2Noel Grandin
2017-02-10convert InsertOperation to scoped enumNoel Grandin
2017-02-05sal_uIntPtr to sal_uInt16Matteo Casalin
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-17new loplugin: useuniqueptr: sfx2Noel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-01Fix typosAndrea Gelmini
2016-05-31Convert PrinterSupport to scoped enumNoel Grandin
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-29com::sun::star->css in sfx2Noel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-03sfx2: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann
2015-08-18ConvertURLToSystemPath->getSystemPathFromFileURLCaolán McNamara
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-04Fix typosAndrea Gelmini
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara
2015-04-17sfx2: convert new to ::Create.Noel Grandin
2015-04-10Move OutputDevice members to VclPtr: chart2, sfx2, cui.Michael Meeks
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-03-24convert SFX_PRINTER constants to enum classNoel Grandin
2014-12-12sfx2: Use appropriate OUString functions on string constantsStephan Bergmann
2014-10-03loplugin: cstylecastNoel Grandin
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-08-25set names on a bunch more threads...Michael Stahl
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-27automaticly -> automatically.Jan Holesovsky
2014-04-07sfx2: sal_Bool->boolNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-19sfx2: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-01-22bool improvementsStephan Bergmann
2013-12-20typo fixesAndras Timar
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-08remove unnecessary use of OUString constructor in SFX2 moduleNoel Grandin
2013-09-05CID#705713: fix memory leakMarkus Mohrhard