summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2016-02-17Pass map by pointer (just like all the other SwAccessible... ctors do)Stephan Bergmann3-4/+4
2016-02-17gtk3: use native GtkPopover for calc formula prompt, etcCaolán McNamara1-3/+6
2016-02-17use consistent #define checks for the Windows platformNoel Grandin25-36/+36
2016-02-17sw: indentation fixesMiklos Vajna3-10/+10
2016-02-17tdf#97526 - in copy/paste ignore unwanted page break on first paragraphJuergen Funk1-0/+15
2016-02-16tdf#97429: Fix crash on print selected areaXisco Fauli1-3/+12
2016-02-16cid#1352648 uninitialized membersMiklos Vajna1-0/+1
2016-02-16Related: tdf#59699 DOCX import: fix linked graphics with relative URLsMiklos Vajna3-0/+8
2016-02-15tdf#56321 - .doc import image flipped statusJustin Luth3-0/+38
2016-02-15drop outdated fileDavid Tardon1-3/+0
2016-02-15SwView::WriteUserDataSequence: use comphelper::makePropertyValue()Miklos Vajna1-43/+15
2016-02-14tdf#92157: allow both dimensions of a graphic to be 0Mike Kaganski3-4/+6
2016-02-13tdf#76817: fix missing heading styles assigned to outline levels in ooxmlMark Hung5-19/+41
2016-02-13tdf#81129 Support reading non-BMP characters in HTML documents.Mark Hung2-0/+23
2016-02-13tdf#96392 disallow hanging punctuation if the frame is inside a table.Mark Hung1-0/+1
2016-02-12sw: fix a STL assertion in lcl_MoveAllLowerObjs()Michael Stahl1-1/+4
2016-02-12sw,sfx2: assert that embedded object supports XEmbedPersistMichael Stahl1-5/+2
2016-02-12sfx2: related tdf#56270: loss of embedded objects imported from DOCXMichael Stahl3-0/+31
2016-02-12sw: ensure that configuration change in odfexporttest.cxx ...Michael Stahl5-37/+71
2016-02-12sw: unindent SwOLELRUCache::Load()Michael Stahl1-22/+20
2016-02-12sw: don't crash if Office.Common/Cache/Writer/OLE_Objects set to 1Michael Stahl1-15/+20
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock1-1/+1
2016-02-12sw: prefix members of ConstArcMiklos Vajna2-10/+10
2016-02-11tdf#96444 Replace chr(20) with '%20' in style uno commandsYousuf Philips1-10/+10
2016-02-11tdf#89505: replace tab character with space in table of contentsOliver Specht1-1/+1
2016-02-10tdf#87034 RTF import: fix multiple superscripts after footnote ...Miklos Vajna2-0/+20
2016-02-09don't assert that no ODF import happens without a base URLMichael Stahl1-1/+3
2016-02-09crashtesting: assert on exporting tdf94913-1.docx to docCaolán McNamara1-1/+1
2016-02-09Remove excess newlinesChris Sherlock21-44/+0
2016-02-09Formatting changes across all modulesChris Sherlock3-6/+6
2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock7-7/+7
2016-02-08sw lok: For PgDown/PgUp, don't set the VisArea, instead use a dedicated var.Jan Holesovsky4-2/+24
2016-02-08cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-02-08remove unused ModulePrefix in *.SDI filesNoel Grandin1-4/+2
2016-02-08remove unused HelpText attribute from *.sdi filesNoel Grandin1-1/+0
2016-02-08remove unnecessary module GUIDs in *.sdi filesNoel Grandin1-2/+0
2016-02-08sw - m_eLastSearchCommand initializationMarco Cecchetti1-0/+1
2016-02-08tdf#83890 sw html export: fix missing start numbering attributeMarc Bessières4-4/+15
2016-02-08svx: SdrModel::mbTiledRendering is never readMiklos Vajna1-2/+0
2016-02-08Fix typosAndrea Gelmini1-1/+1
2016-02-08remove some unnecessary declarations from *.sdi fileNoel Grandin1-2/+0
2016-02-08loplugin:unusedmethodsNoel Grandin6-71/+1
2016-02-07sw - single search after find all selects the 2nd occurrence - fixedMarco Cecchetti2-0/+15
2016-02-06lok: Search result should contain info if it is a 'search all' result.Jan Holesovsky1-3/+4
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock2-2/+2
2016-02-06vcl/apptypes.hxx is goneStephan Bergmann1-1/+0
2016-02-06vcl: split exception types from input typesChris Sherlock3-24/+31
2016-02-05interface to new XTextSearch2 with SearchOptions2, tdf#72196Eike Rathke2-4/+5
2016-02-05sw: move all SwXTextTable implementation details to pImplMichael Stahl2-69/+73
2016-02-05sw: remove redundant SwXTextTable::Impl::m_isDescriptorMichael Stahl1-9/+11