summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-06Avoid copying containers for local helper functionsMatteo Casalin1-23/+24
2014-09-06sal_uInt16 to size_tMatteo Casalin1-2/+2
2014-09-06sal_uInt16: use more proper types, avoid downcasts/temporariesMatteo Casalin1-26/+20
2014-09-06Group some more common code and reduce castsMatteo Casalin1-35/+13
2014-09-06Make GetDefaultFontHeight() localMatteo Casalin1-0/+5
2014-09-06Avoid unneeded downcasts, constifyMatteo Casalin1-6/+6
2014-09-06sal_uInt16: avoid unnecessary casts, constifyMatteo Casalin1-11/+7
2014-09-06Group common code into a local helper functionMatteo Casalin1-81/+19
2014-09-06sal_uInt16: constify, simplify, avoid temporariesMatteo Casalin1-9/+7
2014-09-06sal_uInt16 to size_t, constify, avoid temporariesMatteo Casalin1-9/+7
2014-09-06sal_uInt16: constify, avoid temporaries, reduce scopeMatteo Casalin3-7/+7