Age | Commit message (Expand) | Author |
2014-12-08 | Generalize this test for other Writer filters | Zolnai Tamás |
2014-12-08 | coverity#1257107: handle these consistently | Bjoern Michaelsen |
2014-12-08 | deque is never used | Bjoern Michaelsen |
2014-12-08 | make InsertRedline() non-static again | Bjoern Michaelsen |
2014-12-08 | rename to simple SaveMergeRedline and put in namespace | Bjoern Michaelsen |
2014-12-08 | remove inheritance from Ring<> | Bjoern Michaelsen |
2014-12-08 | use a std::list<> instead of a Ring<> | Bjoern Michaelsen |
2014-12-08 | use unique | Bjoern Michaelsen |
2014-12-08 | make InsertRedline a static function | Bjoern Michaelsen |
2014-12-08 | test for document merge | Bjoern Michaelsen |
2014-12-08 | coverity#1257107 Unchecked dynamic_cast | Caolán McNamara |
2014-12-08 | callcatcher: update unused code | Caolán McNamara |
2014-12-08 | fdo#86750 RTF import: fix table of contents links | Miklos Vajna |
2014-12-08 | Factor out SvxWeightItem::dumpAsXml() from sw | Miklos Vajna |
2014-12-08 | fix library name | David Tardon |
2014-12-07 | Build fix | Zolnai Tamás |
2014-12-07 | Test for linked graphic export / import of Writer | Zolnai Tamás |
2014-12-07 | loplugin:cstylecast, involving pointer to incomplete type | Stephan Bergmann |
2014-12-07 | loplugin:cstylecast, involving pointer to incomplete type | Stephan Bergmann |
2014-12-07 | loplugin:cstylecast, involving pointer to incomplete type | Stephan Bergmann |
2014-12-07 | loplugin:cstylecast, involving pointer to incomplete type | Stephan Bergmann |
2014-12-07 | loplugin:cstylecast, involving pointer to incomplete type | Stephan Bergmann |
2014-12-07 | loplugin:cstylecast, involving pointer to incomplete type | Stephan Bergmann |
2014-12-07 | loplugin:cstylecast, involving pointer to incomplete type | Stephan Bergmann |
2014-12-07 | loplugin:cstylecast, involving pointer to incomplete type | Stephan Bergmann |
2014-12-07 | loplugin:cstylecast, involving pointer to incomplete type | Stephan Bergmann |
2014-12-07 | loplugin:cstylecast, involving pointer to incomplete type | Stephan Bergmann |
2014-12-07 | loplugin:cstylecast, involving pointer to incomplete type | Stephan Bergmann |
2014-12-07 | loplugin:cstylecast, involving pointer to incomplete type | Stephan Bergmann |
2014-12-07 | loplugin:cstylecast, involving pointer to incomplete type | Stephan Bergmann |
2014-12-07 | loplugin:cstylecast, involving pointer to incomplete type | Stephan Bergmann |
2014-12-07 | fdo#42785 fix crashing again with this doc in 4-4 series | Caolán McNamara |
2014-12-07 | effectively expand init_header into member init list | Caolán McNamara |
2014-12-07 | Revert "fdo#81475 Writer doesn't have ParaspaceIncrease/Decrease commands" | Maxim Monastirsky |
2014-12-07 | Introduce ParaspaceIncrease/Decrease commands in Writer and Calc | Maxim Monastirsky |
2014-12-07 | trying to fix Windows breaker into the blind | Bjoern Michaelsen |
2014-12-07 | Forward-declare MarkedUndoAction. | Kohei Yoshida |
2014-12-05 | this seems to be working too and is less ugly | Bjoern Michaelsen |
2014-12-05 | also dont confuse clang on OSX | Bjoern Michaelsen |
2014-12-05 | ugly preliminary hack for keeping ggc 4.6 happy | Bjoern Michaelsen |
2014-12-05 | since touching this: sprinkle in some nullptr | Bjoern Michaelsen |
2014-12-05 | removing in callback should be alright, we update the iterators | Bjoern Michaelsen |
2014-12-05 | Factor out SwFrmFmt::dumpAsXml() from SwFrmFmts::dumpAsXml() | Miklos Vajna |
2014-12-05 | move use of IsMultiSelection() | Bjoern Michaelsen |
2014-12-05 | use unique() for checks for multiselection | Bjoern Michaelsen |
2014-12-05 | add unique() function | Bjoern Michaelsen |
2014-12-05 | update test | Bjoern Michaelsen |
2014-12-05 | move Ring<>::MoveRingTo to RingContainer<>::merge | Bjoern Michaelsen |
2014-12-05 | Rename GetNext/GetPrev to GetPrevInRing/GetNextInRing ... | Bjoern Michaelsen |
2014-12-05 | more const correctness | Bjoern Michaelsen |