summaryrefslogtreecommitdiff
path: root/sw/source/core/text
AgeCommit message (Expand)AuthorFilesLines
2015-11-02tdf#94871: sw: fix a frame formatting regression that affects helpMichael Stahl1-6/+8
2015-10-14tdf#77014 fix input field breaking of words at new lineTomaž Vajngerl1-50/+1
2015-03-03cp#1000115 SwTxtFrm: don't join follow just because it has no contentMiklos Vajna1-0/+8
2014-11-20SwTxtNode::IsIgnoredCharFmtForNumbering: ignore RES_CHRATR_COLORMiklos Vajna1-1/+22
2014-11-19Mark Color::AsRGBHexString() as constMiklos Vajna1-1/+1
2014-11-19sw: include the font of SwNumberPortions in layout dumpMiklos Vajna2-2/+18
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna1-2/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-2/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini7-13/+13
2014-11-11coverity#1242754 Unused valueCaolán McNamara1-2/+1
2014-11-11coverity#1130164 Unchecked return valueCaolán McNamara1-2/+2
2014-11-11Yet more nEndInvalid/COMPLETE_STRING fixesStephan Bergmann1-2/+4
2014-11-11More nEndInvalid/COMPLETE_STRING fixesStephan Bergmann1-1/+1
2014-11-11fdo#39468 Translate German comments - sw/source/core/textPhilipp Weissenbacher5-235/+275
2014-11-10Update nEndInvalid if it was COMPLETE_STRINGStephan Bergmann1-1/+1
2014-11-03coverity#735914 Dereference after null checkCaolán McNamara1-0/+2
2014-11-03Resolves: fdo#68347 fix word count with recorded changesCaolán McNamara1-1/+4
2014-10-30fdo#79602: sw: add new compatibiltiy flag PropLineSpacingShrinksFirstLineMichael Stahl1-1/+2
2014-10-30fdo#79602: sw: fix text formatting of proportional line space < 100%Michael Stahl1-5/+13
2014-10-29sw: convert some silly assertions and remove stupid debug-only returnsMichael Stahl1-1/+1
2014-10-29sw: prefix members of SwTxtInfoMichael Stahl3-16/+17
2014-10-29sw: translate Netto to NetMichael Stahl5-18/+18
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-1/+1
2014-10-23sw: fix undefined casts of SwTxtInputFldMichael Stahl3-14/+18
2014-10-21fdo#39468 Translate German comments - sw/source/core/{unocore|text}Philipp Weissenbacher9-145/+172
2014-10-18sw: remaining unused methodsMiklos Vajna2-24/+0
2014-10-14bnc#800714 SwTxtFrm::FormatAdjust: still call SplitFrm if we have columnsMiklos Vajna1-1/+6
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin3-8/+8
2014-10-12convert SWFMTFLD_ #defines to an enumNoel Grandin1-1/+1
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-1/+1
2014-10-08coverity#1242736 Unused valueCaolán McNamara1-7/+4
2014-10-06Related: fdo#58277 if the SwFrm is not IsValid so are its portionsCaolán McNamara1-2/+2
2014-10-03Speed up SwAttrIter::GetNextAttr()Matthew J. Francis1-4/+12
2014-10-01coverity#1242441 Identical code for different branchesCaolán McNamara1-2/+1
2014-10-01Constify dumpAsXml and friendsJan-Marek Glogowski1-11/+11
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-2/+2
2014-09-30fdo#82577: Handle RegionNoel Grandin2-2/+2
2014-09-25Resolves fdo#84283: Export to PDF with footnotes in tables crashJulien Nabet1-1/+5
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin5-5/+5
2014-09-17TyposJulien Nabet1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann8-26/+26
2014-09-06sal_uInt16: use more proper types, avoid unneeded casts, constifyMatteo Casalin2-22/+21
2014-09-06Use more suitable integer types, avoid conversions, constifyMatteo Casalin2-5/+5
2014-09-06No need to differentiate between 1 and 2: only !=0 mattersMatteo Casalin1-10/+2
2014-09-06Reduce scope and avoid casts at each call-placeMatteo Casalin3-13/+14
2014-09-06sal_uInt16 to more proper typesMatteo Casalin1-3/+3
2014-09-06Simplify by early bailoutMatteo Casalin1-91/+82
2014-09-06sal_uInt16 to more proper types, group a test into a boolMatteo Casalin2-6/+7