summaryrefslogtreecommitdiff
path: root/editeng/source/uno
AgeCommit message (Expand)AuthorFilesLines
2015-05-27tdf#88056: Implement ODF import/export of page title fieldKatarina Behrens1-0/+9
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl3-1/+3
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin6-6/+0
2014-10-17coverity#1247635 Uncaught exceptionCaolán McNamara1-2/+2
2014-10-01loplugin: cstylecastNoel Grandin4-32/+32
2014-10-01fdo#82577: Handle TimeNoel Grandin1-4/+4
2014-09-25editeng: std::auto_ptr -> std::unique_ptrStephan Bergmann1-16/+14
2014-09-24Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann1-8/+5
2014-09-18fdo#82577: Handle FontNoel Grandin2-3/+3
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann3-60/+60
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann1-1/+1
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-5/+0
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin5-16/+19
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert1-1/+1
2014-07-11new loplugin: externalandnotdefinedNoel Grandin3-2/+31
2014-07-03use assert when followed by derefCaolán McNamara1-55/+37
2014-06-29Typo: beeing->beingJulien Nabet1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
2014-06-13loplugin:staticcallStephan Bergmann3-9/+9
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin2-12/+0
2014-06-05editeng: remove SAL_THROW macroNoel Grandin1-2/+0
2014-06-04coverity#705374 Mixing enum typesCaolán McNamara1-1/+1
2014-05-28coverity#706505 Uncaught exceptionCaolán McNamara1-1/+2
2014-05-28coverity#706506 Uncaught exceptionCaolán McNamara1-1/+2
2014-05-27remove unnecessary use of OUString constructor when throwingNoel Grandin1-1/+1
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet3-61/+61
2014-05-14various loplugin:passsequencebyrefNoel Grandin1-1/+1
2014-05-13Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11Julien Nabet1-5/+5
2014-05-13remove dead codeNoel Grandin1-6/+0
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet4-16/+16
2014-04-15editeng: sal_Bool->boolNoel Grandin5-54/+54
2014-04-10callcatcher: update unused codeCaolán McNamara1-6/+0
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann3-41/+0
2014-04-04Resolves: coverity#705447 Self assignmentCaolán McNamara1-1/+1
2014-04-04cleanup up the EditEngine::GetAttribs callNoel Grandin4-14/+13
2014-04-03svl: sal_Bool->boolNoel Grandin1-7/+7
2014-03-30Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-3/+3
2014-03-29typo: selektion -> selectionThomas Arnhold1-3/+3
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-03-10editeng: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann4-42/+7
2014-03-03editeng: sal_Bool->boolNoel Grandin3-9/+9
2014-03-03editeng: sal_Bool->boolNoel Grandin1-5/+5
2014-03-03editeng: sal_Bool->boolNoel Grandin2-28/+28
2014-03-03editeng: sal_Bool->boolNoel Grandin2-17/+17
2014-03-03editeng: sal_Bool->boolNoel Grandin5-95/+81
2014-02-27Remove visual noise from editengAlexander Wilms4-22/+22
2014-02-27editeng: sal_Bool->boolNoel Grandin5-13/+13
2014-02-27editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann6-155/+155