summaryrefslogtreecommitdiff
path: root/sw/inc
AgeCommit message (Expand)Author
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann
2016-01-10Fix typosAndrea Gelmini
2016-01-08tdf#96480: ODF import: eliminate duplicate cross reference heading bookmarksMichael Stahl
2016-01-08Use public derivation, and remove then-unnecessary downcastsStephan Bergmann
2016-01-06sw: remove include of sw/source/inc/uibase/dbui.hxx from dbmgr.hxxMichael Stahl
2016-01-05tdf#93565 Use multiple docs for individual PDF MMJan-Marek Glogowski
2016-01-05tdf#90187 Added uno command for track changes bar.Gulsah Kose
2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan
2016-01-04sw: prefix members of SwAttrSetChgMiklos Vajna
2016-01-03cppcheck: passedByValueCaolán McNamara
2015-12-28Typo: pysical->physicalJulien Nabet
2015-12-25move SwXStyle entirely into compilation unitBjoern Michaelsen
2015-12-25remove SwXStyle creation outside of compilation unitBjoern Michaelsen
2015-12-22Indentation fixesMiklos Vajna
2015-12-21loplugin:unusedfields in swNoel Grandin
2015-12-21tdf93236 N-UP printing in combination with mailmerge broken file-print 1/4Juergen Funk
2015-12-21loplugin:unusedmethodsNoel Grandin
2015-12-17sw, sd, sc: clean up no longer necessary isTiledRendering() member functionsMiklos Vajna
2015-12-16sfx2: clean up no longer needed SfxObjectShell::isTiledRendering()Miklos Vajna
2015-12-12No need for a separate <vcl/lstbox.h>Tor Lillqvist
2015-12-11No need for a separate <vcl/graph.h>Tor Lillqvist
2015-12-11No need for a separate <vcl/combobox.h>Tor Lillqvist
2015-12-11tdf#96075 Frame alignment buttons not using correct tooltipsSamuel Mehrbrodt
2015-12-11sw: clean up no longer needed SwViewShell::isTiledRendering()Miklos Vajna
2015-12-10tdf#91665 l10n: replace string lists - by separate stringsJuergen Funk
2015-12-10sw: accept a const text node in SwRDFHelper::getTextNodeStatements()Miklos Vajna
2015-12-10sw: indentation fixesMiklos Vajna
2015-12-09sw: handle RDF mark in SwFltControlStack::SetAttrInDoc()Miklos Vajna
2015-12-08sw: add RES_FLTR_RDFMARKMiklos Vajna
2015-12-07Let LIBO_INTERNAL_ONLY imply LOK_USE_UNSTABLE_APIMiklos Vajna
2015-12-04sw: add doxygen comment for SwpHintsMiklos Vajna
2015-12-04Wingdi RGB macro handling improvedAshod Nakashian
2015-12-04fix SwClient crash in SwXNumberingRules/SwXTableRows/SwXTableColumnsNoel Grandin
2015-12-03uno:Sequence->std::vector in SmartTagMgrNoel Grandin
2015-12-02sw: initial SwRDFHelperMiklos Vajna
2015-11-29use Families instead of the generic 'Container'Bjoern Michaelsen
2015-11-29SwXStyleFamily=>sw::XStyleFamilyBjoern Michaelsen
2015-11-29SwXStyleFamily has no need to be in a headerBjoern Michaelsen
2015-11-29use enum right awayBjoern Michaelsen
2015-11-28Typo: ST_DOCUMETNTYPE->ST_DOCUMENTTYPEJulien Nabet
2015-11-27type punning is all fun, but lets only use it when its really neededBjoern Michaelsen
2015-11-27keep containers in a map to simplify thingsBjoern Michaelsen
2015-11-27missing string resourceCaolán McNamara
2015-11-26tdf#93837 Add UNO-based SmartTag menu controllerMaxim Monastirsky
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-25Indentation fixesMiklos Vajna
2015-11-24loplugin:unusedfields in sw/Noel Grandin
2015-11-18vcl::ITiledRenderable::initializeForTiledRendering: support init. argumentsMiklos Vajna
2015-11-17loplugin:unnecessaryvirtualNoel Grandin
2015-11-17use unique_ptr for pImpl in sw/Noel Grandin