summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porlay.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-05-12sw: replace that awful constructor that overloads SwTxtPortion copy-ctorMichael Stahl1-3/+3
2015-05-12sw: fix crash in sw_unoapi due to calling wrong SwTxtPortion ctorMichael Stahl1-3/+3
2015-05-11cppcheck: cstyleCastCaolán McNamara1-3/+3
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-4/+4
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-1/+1
2014-11-25loplugin: cstylecastNoel Grandin1-2/+2
2014-11-24loplugin: cstylecastNoel Grandin1-9/+9
2014-11-03Resolves: fdo#68347 fix word count with recorded changesCaolán McNamara1-1/+4
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-09-06Use enumeration directlyMatteo Casalin1-6/+6
2014-09-06sal_uInt16 to more proper types, constifyMatteo Casalin1-41/+36
2014-07-22Massive KSHORT/MSHORT to sal_uInt16Matteo Casalin1-9/+9
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin1-4/+2
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud1-10/+10
2014-07-01clang scan-build: various warningsCaolán McNamara1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
2014-05-06consistent percent sign in commentsThomas Arnhold1-2/+2
2014-04-19Finish removing ASCII art from sw/source/core/textChris Laplante1-153/+40
2014-04-10coverity#708455 Uninitialized scalar fieldCaolán McNamara1-0/+7
2014-02-27Remove visual noise from swAlexander Wilms1-27/+9
2014-02-16sal_Bool to boolMatteo Casalin1-9/+8
2014-02-16sal_Bool to boolMatteo Casalin1-10/+10
2014-02-08sal_Bool to boolMatteo Casalin1-2/+2
2014-02-08sal_Bool to boolMatteo Casalin1-2/+2
2014-02-03MultiSelection::GetRangeCount() returns size_tMatteo Casalin1-5/+4
2014-01-30Use += when possibleMatteo Casalin1-4/+4
2014-01-30Bail out earlyMatteo Casalin1-35/+27
2014-01-30else is not needed after break/returnMatteo Casalin1-34/+22
2014-01-30Fix indentationMatteo Casalin1-12/+12
2014-01-22Writer, please stop harassing meKhaled Hosny1-1/+1
2014-01-15Related: #i17171# identify places where -1 was cast to 0xFFFF in the pastCaolán McNamara1-2/+2
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara1-1/+0
2014-01-15Resolves: #i17171# Writer paragraph cannot be longer than 65534 charactersCaolán McNamara1-76/+76
2014-01-13longparas: convert ValidateKashidas to sal_Int32Caolán McNamara1-63/+64
2014-01-13Renamed 'SwRedline' to 'SwRangeRedline'Adam Co1-1/+1
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann1-2/+2
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-1/+1
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-2/+2
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-9/+9
2013-10-18convert sw/source/core/text/*.cxx from String to OUStringNoel Grandin1-13/+13
2013-10-02remove yet another StringHash implCaolán McNamara1-3/+3
2013-09-10String to OUStringThomas Arnhold1-13/+13
2013-08-09Mark as const/staticTakeshi Abe1-1/+1
2013-08-02CharBrd 4.3: drop capsZolnai Tamás1-0/+9
2013-06-03Fix icu version checks.Mark Wielaard1-0/+4
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-5/+5
2013-04-19sw: missing prefix for global pBreakItMiklos Vajna1-10/+10
2013-04-08Use OUString and sal_Int32 in swChr. Rossmanith1-3/+3