summaryrefslogtreecommitdiff
path: root/sw/inc
AgeCommit message (Expand)Author
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-22sw: translate thatMichael Stahl
2015-08-21tdf#92612 Right-clicking after applying "paint buckets" leads to multiple UndoAshod Nakashian
2015-08-21AutoCorrect methods result in ambiguous overloadsNoel Grandin
2015-08-21allow differentiation between ww6 and ww8Caolán McNamara
2015-08-20tdf#93240: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-08-20tdf#92324 Fixed MailMerge printing with values from databaseVasily Melenchuk
2015-08-20loplugin: defaultparamsNoel Grandin
2015-08-20more config skipping stuff and a tester toolCaolán McNamara
2015-08-17tdf#39080 Hide Whitespace UI option added to the View menu.Ashod Nakashian
2015-08-17tdf#39080 Added HideWhitespaceMode ViewOption flagAshod Nakashian
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin
2015-08-13tdf#85872 ToxLinkProcessor correct header and testsTobias Lippert
2015-08-10sw: make these available outside sw coreMiklos Vajna
2015-08-07sw: use std::unique_ptr in sw-global includesMiklos Vajna
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-08-03sw: inline use-once typedefsNoel Grandin
2015-08-01LOK: Implement parts for Writer too.Jan Holesovsky
2015-07-31sw: replace boost::function with std::functionMichael Stahl
2015-07-31tdf#88986 sw: add missing XPropertyList pool items on TextFrame insertionMiklos Vajna
2015-07-30add assert for valid value in o3tl::typed_flags_setNoel Grandin
2015-07-30sw: un-inline IsConditionalByPoolIdMichael Stahl
2015-07-28tdf#92914 SwPagePreviewLayout::Paint: handle rendercontextMiklos Vajna
2015-07-27sw: replace boost::ptr_multiset with std::multisetMichael Stahl
2015-07-24-Werror,-Wunused-private-fieldStephan Bergmann
2015-07-24tdf#92914 SwPagePreviewLayout::_PaintSelectMarkAtPage: handle rendercontextMiklos Vajna
2015-07-24loplugin:unusedmethodsNoel Grandin
2015-07-22loplugin:unusedmethods sw(part2)Noel Grandin
2015-07-21SimplifyMaxim Monastirsky
2015-07-21loplugin:unusedmethods swNoel Grandin
2015-07-20convert to typed Link<> in sfx2Noel Grandin
2015-07-16Convert Alignment button to the generic controllerMaxim Monastirsky
2015-07-16loplugin:unusedmethods svx(part2)Noel Grandin
2015-07-16loplugin:unusedmethods svxNoel Grandin
2015-07-16Working toolbar entry: Save As > Remote fileSzymon Kłos
2015-07-16'Save As' popup menu in the Writer's toolbarSzymon Kłos
2015-07-16loplugin:unusedmethods sfx2(part2)Noel Grandin
2015-07-15sw: remove unused SwUnoTableCrsr::Clone()Michael Stahl
2015-07-15Convert insert buttons to the generic controllerMaxim Monastirsky
2015-07-13Introduce generic sub toolbar controllerMaxim Monastirsky
2015-07-13editeng: make Link<> usage typedNoel Grandin
2015-07-10sw: clean up SwDoc::maPatternNms nonsenseMichael Stahl
2015-07-10do not include boost/utility.hppMichael Stahl
2015-07-08sw: let's try some C++11 syntax for function pointersMichael Stahl
2015-07-08sw: remove boost::bind from accmap.cxxMichael Stahl
2015-07-08Fix typosAndrea Gelmini
2015-07-06loplugin:unusedmethods svlNoel Grandin
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-07-04Fix typosAndrea Gelmini
2015-07-02some other coverity thingsCaolán McNamara