Age | Commit message (Expand) | Author | Files | Lines |
2015-09-03 | tdf#87922 SwDrawTextInfo::ApplyAutoColor: handle fill attributes | Miklos Vajna | 1 | -0/+10 |
2015-08-18 | tdf#89954 sw: let annotation have CH_TXTATR_INWORD placeholder again | Miklos Vajna | 1 | -1/+1 |
2015-06-23 | tdf#91228: need to check the format's IsLockModified(), not the node's | Michael Stahl | 2 | -39/+23 |
2015-06-03 | tdf#91228 Fix Writer crash | Philippe Jung | 1 | -5/+35 |
2015-05-20 | sw: fix assert with frames anchored in redlines on rhbz490395-1.odt | Michael Stahl | 1 | -5/+3 |
2015-02-06 | Resolves: tdf#82942 updating field contents with incorrect attribute positions | Caolán McNamara | 1 | -6/+20 |
2015-01-21 | sw: fix bogus assert in SwTxtNode::RstTxtAttr() | Michael Stahl | 1 | -6/+13 |
2015-01-20 | Maintain the sorting in sorted_vector after modifying the elements. | Ashod Nakashian | 1 | -5/+5 |
2014-12-15 | fdo#74981: sw: fix input field handling when splitting paragraphs | Michael Stahl | 1 | -4/+5 |
2014-12-15 | fdo#85876: Revert "fdo#74981: cutting nothing should do nothing, ... | Michael Stahl | 1 | -2/+0 |
2014-11-20 | sw: convert more legacy asserts | Michael Stahl | 1 | -8/+7 |
2014-11-20 | SwTxtNode::IsIgnoredCharFmtForNumbering: ignore RES_CHRATR_COLOR | Miklos Vajna | 1 | -1/+1 |
2014-11-20 | sw: move IsIgnoredCharFmtForNumbering() to SwTxtNode | Miklos Vajna | 1 | -3/+2 |
2014-11-16 | sal_True/sal_False to true/false in calls to getWordBoundary | Matteo Casalin | 1 | -5/+5 |
2014-11-16 | sw: convert 'a ? b : sal_False' to 'a && b' | Matteo Casalin | 1 | -1/+1 |
2014-11-16 | sw: avoid 'condition ? sal_True : sal_False' expressions | Matteo Casalin | 1 | -1/+1 |
2014-11-16 | sal_True/sal_False to true/false in sw comments (also delete obsolete ones) | Matteo Casalin | 1 | -1/+1 |
2014-11-14 | fdo#86023 - O[U]String needs a 'clear' method | Brij Mohan Lal Srivastava | 1 | -1/+1 |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini | 1 | -3/+3 |
2014-11-09 | faster mapping from nodes to SwFrmFmt's anchored at them | Luboš Luňák | 1 | -0/+35 |
2014-11-09 | do not break encapsulation of SwFmtAnchor::GetCntntAnchor() | Luboš Luňák | 1 | -4/+5 |
2014-11-09 | do not iterate over all bookmarks in SwTxtNode::Update() | Luboš Luňák | 1 | -6/+13 |
2014-11-03 | Resolves: fdo#68347 fix word count with recorded changes | Caolán McNamara | 2 | -27/+45 |
2014-10-31 | sw: fix insertion of hyperlink inside hyperlink... | Michael Stahl | 1 | -11/+19 |
2014-10-27 | sw: deploy some asserts in SwpHints::TryInsertNesting() | Michael Stahl | 1 | -15/+14 |
2014-10-27 | sw: assert SfxPoolItem::operator== | Michael Stahl | 5 | -9/+9 |
2014-10-23 | Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip" | Jan Holesovsky | 1 | -4/+6 |
2014-10-23 | Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit" | Jan Holesovsky | 1 | -1/+1 |
2014-10-23 | sw: fix undefined casts of SwTxtInputFld | Michael Stahl | 9 | -73/+97 |
2014-10-16 | fdo#84854 it seems long is not enough on 32 bit | David Tardon | 1 | -1/+1 |
2014-10-13 | create a macro library for implementing bit-flags types | Noel Grandin | 3 | -3/+3 |
2014-10-12 | convert SWFMTFLD_ #defines to an enum | Noel Grandin | 2 | -5/+5 |
2014-10-09 | fdo#81356: convert Fraction to boost::rational<long> - wip | Juan Picca | 1 | -6/+4 |
2014-10-06 | SwTxtNode::Update: don't move anchors at insert position | Miklos Vajna | 1 | -0/+16 |
2014-09-23 | with show changes on we can have negative offsets | Caolán McNamara | 1 | -2/+4 |
2014-09-18 | fdo#82577: Handle Font | Noel Grandin | 3 | -18/+18 |
2014-09-12 | Turn SfxItemState into a C++11 scoped enumeration | Stephan Bergmann | 4 | -77/+77 |
2014-09-06 | SfxHint: convert home-grown RTTI to normal C++ RTTI | Noel Grandin | 1 | -1/+0 |
2014-09-06 | Reserve vector capacity in advance + minor optimizations | Matteo Casalin | 1 | -2/+7 |
2014-09-06 | Avoid copying containers for local helper functions | Matteo Casalin | 1 | -23/+24 |
2014-09-06 | sal_uInt16 to size_t | Matteo Casalin | 1 | -2/+2 |
2014-09-06 | sal_uInt16: use more proper types, avoid downcasts/temporaries | Matteo Casalin | 1 | -26/+20 |
2014-09-06 | Group some more common code and reduce casts | Matteo Casalin | 1 | -35/+13 |
2014-09-06 | Make GetDefaultFontHeight() local | Matteo Casalin | 1 | -0/+5 |
2014-09-06 | Avoid unneeded downcasts, constify | Matteo Casalin | 1 | -6/+6 |
2014-09-06 | sal_uInt16: avoid unnecessary casts, constify | Matteo Casalin | 1 | -11/+7 |
2014-09-06 | Group common code into a local helper function | Matteo Casalin | 1 | -81/+19 |
2014-09-06 | sal_uInt16: constify, simplify, avoid temporaries | Matteo Casalin | 1 | -9/+7 |
2014-09-06 | sal_uInt16 to size_t, constify, avoid temporaries | Matteo Casalin | 1 | -9/+7 |
2014-09-06 | sal_uInt16: constify, avoid temporaries, reduce scope | Matteo Casalin | 3 | -7/+7 |