summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-12-14DOC export: embed factoids when writing factoid bookmarksMiklos Vajna2-0/+5
2015-12-14tdf#91083 - .doc: emulate table kept-with-next not splittingJustin Luth3-1/+7
2015-12-14tdf#93837 Convert MN_PPREVIEW_POPUPMENU to xmlMaxim Monastirsky13-2/+115
2015-12-13sw: table context menu improvementsMaxim Monastirsky6-180/+12
2015-12-13tdf#93837 Convert MN_TAB_POPUPMENU to xmlMaxim Monastirsky14-4/+680
2015-12-12TyposJulien Nabet2-2/+2
2015-12-12coverity#1341876 Untrusted loop boundCaolán McNamara1-2/+9
2015-12-12test for tdf#34957: change font in test document to make it work hereMatúš Kukan1-0/+0
2015-12-12tdf#36722: Enable footnote separator line style NONEOliver Specht1-1/+1
2015-12-12No need for a separate <vcl/lstbox.h>Tor Lillqvist3-3/+1
2015-12-12replace homegrown map with std::map<>Bjoern Michaelsen1-104/+41
2015-12-11use preincrement here for graceBjoern Michaelsen1-1/+1
2015-12-11writer UNO style families: test insert/replace opsBjoern Michaelsen1-0/+35
2015-12-11writer UNO style families: also check isUserDefined()Bjoern Michaelsen1-0/+2
2015-12-11No need for a separate <vcl/graph.h>Tor Lillqvist3-3/+0
2015-12-11add test for UNO writer style families ...Bjoern Michaelsen3-8/+115
2015-12-11No need for a separate <vcl/combobox.h>Tor Lillqvist3-3/+0
2015-12-11tdf#96075 Frame alignment buttons not using correct tooltipsSamuel Mehrbrodt3-32/+19
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin17-119/+111
2015-12-11DOC export: register the smart tag offsets/locations in the FIBMiklos Vajna1-1/+17
2015-12-11sw: clean up no longer needed SwViewShell::isTiledRendering()Miklos Vajna11-33/+36
2015-12-11tdf#34774: enabled double click in input list field dialogOliver Specht2-0/+8
2015-12-11tdf#33338: enable autocaption position 'above' for all object typesOliver Specht1-3/+1
2015-12-11tdf#34375: resizing of drawings with shift key fixedOliver Specht1-1/+1
2015-12-10mailmerge: Make this more readable, and prefer a constructor over assignment.Jan Holesovsky1-4/+5
2015-12-10mailmerge: We are going to edit a document consisting of multiple ones.Jan Holesovsky1-1/+1
2015-12-10DOC export: write smart tag locations to table streamMiklos Vajna4-0/+90
2015-12-10More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann1-2/+2
2015-12-10tdf#91665 l10n: replace string lists - by separate stringsJuergen Funk3-74/+191
2015-12-10sw: accept a const text node in SwRDFHelper::getTextNodeStatements()Miklos Vajna2-2/+5
2015-12-10writer: Defer update, until post first render to avoid flicker.Michael Meeks2-1/+10
2015-12-10sw: indentation fixesMiklos Vajna3-4/+4
2015-12-10tdf#94816: fixed some problems in the mail merge wizardOliver Specht6-10/+13
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-1/+1
2015-12-09coverity#1341777 Resource leak in objectCaolán McNamara1-0/+1
2015-12-09sw: RES_FLTR_RDFMARK always implies SwFltRDFMarkMiklos Vajna1-1/+5
2015-12-09tdf#92623 Handle StartOfContent node for copying bookmarksJan-Marek Glogowski1-1/+9
2015-12-09DOC import: initialize RDF metadata before importing document propertiesMiklos Vajna4-0/+63
2015-12-09sw: implement addition of statements in SwRDFHelperMiklos Vajna1-1/+18
2015-12-09tdf#95755: Don't discard table properties in endOfRowAction()Mike Kaganski2-0/+15
2015-12-09sw: handle RDF mark in SwFltControlStack::SetAttrInDoc()Miklos Vajna4-2/+35
2015-12-09SwWW8ImplReader::GetSmartTagInfo: read from SmartTagDataMiklos Vajna3-4/+39
2015-12-09sw: initial SwFltRDFMarkMiklos Vajna2-0/+67
2015-12-09tdf#94377 RTF export: support comment formattingMiklos Vajna6-10/+56
2015-12-09Use unique_ptr out-arg to in SfxBindings::QueryState to avoid mem leaksStephan Bergmann2-13/+7
2015-12-08sw: redundant condition, was checked previouslyMichael Stahl1-1/+1
2015-12-08consolidate MSO format ClassID magic numbers in msfilter/classids.hxxMichael Stahl1-4/+2
2015-12-08sw: un-break DOCX formula exportMichael Stahl2-0/+8
2015-12-08WW8SmartTagData::Read: check seek resultMiklos Vajna1-1/+2
2015-12-08DOC import: read SmartTagDataMiklos Vajna5-0/+182