summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porfld.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-03-31tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfoMichael Stahl1-0/+4
2015-03-28Revert "tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfo"Norbert Thiebaud1-4/+0
2015-03-28tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfoMichael Stahl1-0/+4
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-9/+9
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-1/+1
2015-01-27fdo#39468 Translate German comments - sw/source/core/textPhilipp Weissenbacher1-63/+73
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-1/+1
2014-11-25loplugin: cstylecastNoel Grandin1-2/+2
2014-11-24loplugin: cstylecastNoel Grandin1-5/+5
2014-11-19sw: include the font of SwNumberPortions in layout dumpMiklos Vajna1-1/+5
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-2/+2
2014-09-06Use for loops and more proper integer types, constifyMatteo Casalin1-23/+16
2014-09-06Remove unneeded local scopeMatteo Casalin1-15/+12
2014-07-22Massive KSHORT/MSHORT to sal_uInt16Matteo Casalin1-18/+18
2014-06-03Removed IDocumentSettingAccess.hxx include in SwDoc.hxxValentin Kettner1-0/+1
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante1-2/+0
2014-05-06simplify ternary conditions "xxx ? true : yyy"Noel Grandin1-1/+1
2014-04-19Finish removing ASCII art from sw/source/core/textChris Laplante1-12/+0
2014-04-16Do not pass bad pointers to strlenStephan Bergmann1-2/+1
2014-04-01coverity#708454 Uninitialized pointer fieldCaolán McNamara1-0/+4
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand1-1/+3
2014-03-28Resolves: fdo#73936 make FormFieldDropDowns a real fieldportionCaolán McNamara1-1/+5
2014-03-13coverity#705505 Dereference null return valueCaolán McNamara1-4/+15
2014-03-13coverity#705503 Dereference null return valueCaolán McNamara1-2/+10
2014-03-11"underflow" is one wordTor Lillqvist1-1/+1
2014-02-27Remove visual noise from swAlexander Wilms1-7/+1
2014-02-11coverity#704929 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-02-08sal_Bool to boolMatteo Casalin1-25/+25
2014-02-08sal_Bool to boolMatteo Casalin1-14/+14
2014-02-03sal_Bool to boolMatteo Casalin1-4/+4
2014-01-29coverity#100869-708452 : Uninitialized scalar fieldNorbert Thiebaud1-13/+21
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-26Translate some German comments to English, and remove some ASCII art.Sven Wehner1-80/+16
2014-01-15Related: #i17171# identify places where -1 was cast to 0xFFFF in the pastCaolán McNamara1-2/+2
2014-01-15Resolves: #i17171# Writer paragraph cannot be longer than 65534 charactersCaolán McNamara1-12/+12
2013-12-02Integrate branch of IAccessible2Steve Yin1-0/+5
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann1-6/+0
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-1/+1
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna1-2/+2
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-4/+4
2013-10-16[API CHANGE]: PreView -> Preview, including .uno:PrintPagePreView.Jan Holesovsky1-1/+1
2013-10-08CID#1079270 uninitialized member variablesCaolán McNamara1-1/+4
2013-09-10String to OUStringThomas Arnhold1-4/+4
2013-09-04XubString->OUStringCaolán McNamara1-1/+1
2013-08-23Use text portion's join members without changing fontZolnai Tamás1-2/+3
2013-08-12String to OUString and some optimizationsMatteo Casalin1-8/+8
2013-06-06Some more modules at least building with mingw64Fridrich Štrba1-1/+1
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-2/+2
2013-04-19sw: missing prefix for global pBreakItMiklos Vajna1-7/+7
2013-04-08Use OUString and sal_Int32 in swChr. Rossmanith1-36/+33