summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/swserv.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-10-04DocxTableStyleExport never passed a null SwDoc*Caolán McNamara1-6/+6
2020-09-30SwPaM::GetDoc can return a reference insteadCaolán McNamara1-1/+1
2020-09-30SwNodes::GetDoc can return a reference insteadCaolán McNamara1-1/+1
2020-08-01loplugin:flatten in sw/core/docNoel Grandin1-76/+76
2020-03-31convert enum to scoped in SvBaseLinkNoel Grandin1-1/+1
2020-01-06sw: prefix members of SwChartDataProvider, SwChartDataSource, ...Miklos Vajna1-10/+10
2019-11-05tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxxGabor Kelemen1-3/+0
2019-08-07Fix typosAndrea Gelmini1-2/+2
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen1-0/+1
2019-01-02sw: prefix members of SwHashTable, SwSbxValue and SwServerObjectMiklos Vajna1-35/+35
2018-12-03tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-11-28-Werror=unused-but-set-variableNoel Grandin1-6/+0
2018-11-28loplugin:unusedfields in swNoel Grandin1-1/+1
2018-11-14Simplify containers iterations in sw/source/core/[d-l]*Arkadiy Illarionov1-3/+3
2018-10-15add SvStream::TellEndNoel Grandin1-1/+1
2017-06-22loplugin:unusedfields in sw part4Noel Grandin1-2/+0
2017-06-21convert ErrCode to strong typedefNoel Grandin1-1/+1
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-1/+1
2017-01-09tdf#101828 handle rtf/richtext correctlyOliver Specht1-0/+1
2016-10-18tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek1-1/+1
2016-02-22loplugin:commaoperator in sw/Noel Grandin1-1/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-11/+11
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-2/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-7/+7
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-23loplugin:constantfunction: swNoel Grandin1-7/+0
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-2/+3
2014-12-25sal_uInt16 to size_tMatteo Casalin1-1/+1
2014-11-25loplugin: cstylecastNoel Grandin1-2/+2
2014-11-18loplugin: cstylecastNoel Grandin1-17/+17
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-1/+2
2014-07-15Refactored IDocumentLinksAdministration out of SwDoc.Valentin Kettner1-3/+4
2014-06-11Revert "Change sw::mark::IMark::GetOtherMarkPos return type from refMichael Stahl1-1/+1
2014-06-10Change sw::mark::IMark::GetOtherMarkPos return type from ref to pointerStephan Bergmann1-1/+1
2014-04-30sw: sal_Bool->boolNoel Grandin1-7/+7
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann1-2/+0
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-4/+4
2014-01-17bool improvementsStephan Bergmann1-2/+2
2014-01-15starting chopping out aEmptyOUStrCaolán McNamara1-2/+2
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-1/+1
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-3/+4
2013-10-22Bin useless swmod commentsTor Lillqvist1-1/+1
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin1-2/+2
2013-10-18convert sw/source/core/doc/*.cxx from String to OUStringNoel Grandin1-2/+2
2013-10-15convert sw/inc/swserv.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-01remove commented-out code in sw/source/core/doc/Philipp Riemer1-1/+0
2013-08-29convert include/sfx2/linksrc.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-09fixed indentationPhilipp Riemer1-23/+23
2013-08-09deleted needless blank lines in sw/source/core/doc/Philipp Riemer1-9/+0
2013-06-08Revert "Check pointer before deferenging"Caolán McNamara1-6/+1