summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unorefmk.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-28/+28
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-11/+11
2015-09-17boost->stdCaolán McNamara1-3/+3
2015-08-03new loplugin: refcountingNoel Grandin1-20/+18
2015-07-06improve the returnbyref lopluginNoel Grandin1-2/+2
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-107/+107
2015-03-11convert SetAttrMode to enum classNoel Grandin1-6/+6
2014-11-20sw: convert more legacy assertsMichael Stahl1-7/+7
2014-11-17suspicious cast from 'bool' to 'sal_Bool' [loplugin:salbool]Stephan Bergmann1-1/+1
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin1-1/+1
2014-10-01sw: std::auto_ptr -> std::unique_ptrStephan Bergmann1-11/+9
2014-08-20fdo#72695: avoid double-free race condition for SwXReferenceMarkMichael Stahl1-6/+11
2014-08-20i#107771: sw: implement thread-safe instance caching for SwXReferenceMarkMichael Stahl1-17/+18
2014-08-20i#107771: sw: make SwXReferenceMark a client of its format poolitemMichael Stahl1-19/+6
2014-08-20SwXMetaText::GetXMeta() now unusedMichael Stahl1-2/+0
2014-08-20fdo#72695: avoid double-free race condition for SwXMeta/SwXMetaFieldMichael Stahl1-6/+27
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-5/+5
2014-07-13fdo#39468: Translate German comments in sw/source/core/Philipp Riemer1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-10/+10
2014-06-01Use literal ASCII strings directlyMatteo Casalin1-18/+18
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-8/+4
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante1-12/+0
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-11/+11
2014-03-10sw: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-1/+1
2014-02-27Remove visual noise from swAlexander Wilms1-2/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-65/+65
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara1-17/+17
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann1-1/+1
2013-12-03convert callers of SwIndex::GetContent from xub_StrLen->sal_Int32Noel Grandin1-2/+2
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann1-9/+11
2013-10-24fdo#54938: Remove SupportsServiceImpl from sw and use cppu insteadMarcos Paulo de Souza1-6/+4
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-38/+37
2013-03-25coverity#704364 Logically dead codeJulien Nabet1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-1/+1
2013-02-03sw: replace SwEventListenerContainer in SwXReferenceMark,SwXMetaMichael Stahl1-36/+26
2012-12-27sw: kill no longer needed C2S and C2U macrosMiklos Vajna1-11/+11
2012-12-14sal_Bool to boolTakeshi Abe1-1/+1
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-10/+10
2012-05-31targetted SAL_N_ELEMENTS revert.Michael Meeks1-3/+3
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-4/+4
2012-01-07catch exception by constant referenceTakeshi Abe1-1/+1
2011-11-27remove include of pch header from swNorbert Thiebaud1-2/+0
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+6
2011-06-01use uuid template here instead of hand-rolled onesCaolán McNamara1-4/+13
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-8/+8