summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2014-12-08Generalize this test for other Writer filtersZolnai Tamás
2014-12-08coverity#1257107: handle these consistentlyBjoern Michaelsen
2014-12-08deque is never usedBjoern Michaelsen
2014-12-08make InsertRedline() non-static againBjoern Michaelsen
2014-12-08rename to simple SaveMergeRedline and put in namespaceBjoern Michaelsen
2014-12-08remove inheritance from Ring<>Bjoern Michaelsen
2014-12-08use a std::list<> instead of a Ring<>Bjoern Michaelsen
2014-12-08use uniqueBjoern Michaelsen
2014-12-08make InsertRedline a static functionBjoern Michaelsen
2014-12-08test for document mergeBjoern Michaelsen
2014-12-08coverity#1257107 Unchecked dynamic_castCaolán McNamara
2014-12-08callcatcher: update unused codeCaolán McNamara
2014-12-08fdo#86750 RTF import: fix table of contents linksMiklos Vajna
2014-12-08Factor out SvxWeightItem::dumpAsXml() from swMiklos Vajna
2014-12-08fix library nameDavid Tardon
2014-12-07Build fixZolnai Tamás
2014-12-07Test for linked graphic export / import of WriterZolnai Tamás
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
2014-12-07fdo#42785 fix crashing again with this doc in 4-4 seriesCaolán McNamara
2014-12-07effectively expand init_header into member init listCaolán McNamara
2014-12-07Revert "fdo#81475 Writer doesn't have ParaspaceIncrease/Decrease commands"Maxim Monastirsky
2014-12-07Introduce ParaspaceIncrease/Decrease commands in Writer and CalcMaxim Monastirsky
2014-12-07trying to fix Windows breaker into the blindBjoern Michaelsen
2014-12-07Forward-declare MarkedUndoAction.Kohei Yoshida
2014-12-05this seems to be working too and is less uglyBjoern Michaelsen
2014-12-05also dont confuse clang on OSXBjoern Michaelsen
2014-12-05ugly preliminary hack for keeping ggc 4.6 happyBjoern Michaelsen
2014-12-05since touching this: sprinkle in some nullptrBjoern Michaelsen
2014-12-05removing in callback should be alright, we update the iteratorsBjoern Michaelsen
2014-12-05Factor out SwFrmFmt::dumpAsXml() from SwFrmFmts::dumpAsXml()Miklos Vajna
2014-12-05move use of IsMultiSelection()Bjoern Michaelsen
2014-12-05use unique() for checks for multiselectionBjoern Michaelsen
2014-12-05add unique() functionBjoern Michaelsen
2014-12-05update testBjoern Michaelsen
2014-12-05move Ring<>::MoveRingTo to RingContainer<>::mergeBjoern Michaelsen
2014-12-05Rename GetNext/GetPrev to GetPrevInRing/GetNextInRing ...Bjoern Michaelsen
2014-12-05more const correctnessBjoern Michaelsen