summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode
AgeCommit message (Expand)AuthorFilesLines
2015-01-30WaE: silence -Werror=unused-variableCaolán McNamara1-1/+1
2015-01-30Resolves: tdf#82942 updating field contents with incorrect attribute positionsCaolán McNamara1-6/+20
2015-01-29sw: replace pointless unused position update in SwTxtNode::Update()Michael Stahl1-13/+4
2015-01-23sw: SwpHintsArray::Contains() cannot call CHECKMichael Stahl1-5/+1
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann2-3/+3
2015-01-21Hint assertions and sanity checks added.Ashod Nakashian1-0/+4
2015-01-21sw: make SwTxtNode::RstTxtAttr() easier to understandMichael Stahl1-43/+28
2015-01-21sw: fix bogus assert in SwTxtNode::RstTxtAttr()Michael Stahl1-6/+13
2015-01-20Maintain the sorting in sorted_vector after modifying the elements.Ashod Nakashian1-5/+5
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn3-8/+9
2015-01-15sw: SwFntObj::DrawText - comments added and clearer variable namesChris Sherlock1-68/+92
2015-01-09translate all remaining abuses of "ueberladen"Michael Stahl1-5/+3
2014-12-15fdo#74981: sw: fix input field handling when splitting paragraphsMichael Stahl1-4/+5
2014-12-15fdo#85876: Revert "fdo#74981: cutting nothing should do nothing, ...Michael Stahl1-2/+0
2014-12-10Use Any specializations for bool, instead of SetValueMatteo Casalin1-1/+1
2014-11-26loplugin: cstylecastNoel Grandin11-72/+71
2014-11-25loplugin: cstylecastNoel Grandin9-78/+78
2014-11-24loplugin: cstylecastNoel Grandin2-18/+18
2014-11-21dead init (clang)Bjoern Michaelsen1-1/+1
2014-11-20simplify after expandBjoern Michaelsen1-10/+8
2014-11-20expand complex cascading conditional operatorBjoern Michaelsen1-8/+13
2014-11-20sw: convert more legacy assertsMichael Stahl1-8/+7
2014-11-20SwTxtNode::IsIgnoredCharFmtForNumbering: ignore RES_CHRATR_COLORMiklos Vajna1-1/+1
2014-11-20sw: move IsIgnoredCharFmtForNumbering() to SwTxtNodeMiklos Vajna1-3/+2
2014-11-16sal_True/sal_False to true/false in calls to getWordBoundaryMatteo Casalin1-5/+5
2014-11-16sw: convert 'a ? b : sal_False' to 'a && b'Matteo Casalin1-1/+1
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin1-1/+1
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin1-1/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-3/+3
2014-11-09faster mapping from nodes to SwFrmFmt's anchored at themLuboš Luňák1-0/+35
2014-11-09do not break encapsulation of SwFmtAnchor::GetCntntAnchor()Luboš Luňák1-4/+5
2014-11-09do not iterate over all bookmarks in SwTxtNode::Update()Luboš Luňák1-6/+13
2014-11-03Resolves: fdo#68347 fix word count with recorded changesCaolán McNamara2-27/+45
2014-10-31sw: fix insertion of hyperlink inside hyperlink...Michael Stahl1-11/+19
2014-10-27sw: deploy some asserts in SwpHints::TryInsertNesting()Michael Stahl1-15/+14
2014-10-27sw: assert SfxPoolItem::operator==Michael Stahl5-9/+9
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-4/+6
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-1/+1
2014-10-23sw: fix undefined casts of SwTxtInputFldMichael Stahl9-73/+97
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-1/+1
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin3-3/+3
2014-10-12convert SWFMTFLD_ #defines to an enumNoel Grandin2-5/+5
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-6/+4
2014-10-06SwTxtNode::Update: don't move anchors at insert positionMiklos Vajna1-0/+16
2014-09-23with show changes on we can have negative offsetsCaolán McNamara1-2/+4
2014-09-18fdo#82577: Handle FontNoel Grandin3-18/+18
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann4-77/+77
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-1/+0
2014-09-06Reserve vector capacity in advance + minor optimizationsMatteo Casalin1-2/+7