summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/edglss.cxx
AgeCommit message (Expand)Author
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-27sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streamsMatteo Casalin
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin
2015-08-20loplugin: defaultparamsNoel Grandin
2015-06-19Simplify uses of OUString::replaceAll with literal argumentsStephan Bergmann
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-04-25rhbz#1205072: sw: resource mangement SNAFU caused by SwPaM copy ctorMichael Stahl
2015-04-12Use auto instead of sal_uInt16Matteo Casalin
2015-04-12Simplify by early bail-outMatteo Casalin
2015-04-08tdf#88812 sw: speed up SwDoc::MakeFlyAndMove()Miklos Vajna
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
2014-12-15Related fdo#86929: Kill FOREACHPAM_START for good (part2)Julien Nabet
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner
2014-05-03sw: hypothetical crashes if last node is not SwTxtNodeMichael Stahl
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-02-10Translated some German commentsAlexander Wilms
2014-01-14longparas: don't truncate lone glossary entriesCaolán McNamara
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-18convert sw/source/core/edit/*.cxx from String to OUStringNoel Grandin
2013-10-15convert sw/inc/editsh.hxx from String to OUStringNoel Grandin
2013-10-12Test _WIN32 instead of UNX as it's Windows that is the special caseTor Lillqvist
2013-09-30fdo#69862 SwCrsrShell::ExtendedSelectAll: don't always select footnotesMiklos Vajna
2013-09-21sw: unify PCURCRSR / FOREACHPAM_START / FOREACHPAM_END macrosMiklos Vajna
2013-09-19fdo#37606 SwEditShell: fix copying when doc starts with a table ...Miklos Vajna
2013-09-18SwEditShell::_CopySelToDoc(): this copes "to" the doc, not "and" the docMiklos Vajna
2013-08-12String to OUString and some optimizationsMatteo Casalin
2013-07-16Delete SvCacheStream classPalenik Mihály
2013-06-09fdo#62475 - remove visual noise in sw/source/core/editPhilipp Riemer
2013-06-08fdo#39468: Translate German comments in sw/source/core/editPhilipp Riemer
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-12-06mvoe rtl_(u)string_alloc to salLuboš Luňák
2012-11-30re-base on ALv2 code. Includes:Michael Meeks
2012-10-15postfix operator++ -> prefix operator++Luboš Luňák
2012-08-07String::AllocBuffer replacementsCaolán McNamara
2012-07-26Convert SV_DECL_PTRARR_SORT(SwSelBoxes) to o3tl::sorted_vectorNoel Grandin
2012-07-25Convert SV_DECL_PTRARR_SORT(SwTableSortBoxes) to o3tl::sorted_vectorNoel Grandin
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
2012-06-20Convert SV_DECL_PTRARR_DEL of Sw*Fmts to std::vectorNoel Grandin
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2012-05-05Resolves: fdo#49342 crash merging cells, revert conversion to std::mapCaolán McNamara
2011-11-27remove include of pch header from swNorbert Thiebaud