summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2018-06-04sd: import PDFs as images using Pdfium new SdPdfFilterAshod Nakashian1-1/+1
2018-06-03Simplify: not empty OUString has at least one tokenMatteo Casalin1-5/+5
2018-06-03Optimize: low-complexity checks firstMatteo Casalin1-3/+3
2018-06-03Simplify: not empty OUString has at least one tokenMatteo Casalin1-3/+1
2018-06-03Simplify: reduce calls to getTokenCountMatteo Casalin1-6/+5
2018-06-03OUString: simplify and reduce temporariesMatteo Casalin1-15/+6
2018-06-02SwNumberingTypeListBox fully replaced nowCaolán McNamara10-20/+20
2018-06-02weld SwSectionFootnoteEndTabPageCaolán McNamara5-418/+178
2018-06-02A few assorted improvements to translatable strings before freezeAdolfo Jayme Barrientos1-2/+2
2018-06-02Removed executable permission on data filesAndrea Gelmini3-0/+0
2018-06-02Removed executable permission on data filesAndrea Gelmini68-0/+0
2018-06-02tdf#105225 A TOX background tab page based on the area tab pageJim Raykowski2-1/+2
2018-06-02tdf#105225 A section background tab page based on the area tab pageJim Raykowski2-2/+9
2018-06-01DOCX import: fix relativeFrom=page, align=right handling againMiklos Vajna3-11/+30
2018-06-01forcepoint#44 raii for connection and disconnection of SwView and SwDocShellCaolán McNamara2-10/+34
2018-06-01tdf#87995 Missing setting for save thumbnail in settings.xml.Ilhan Yesil1-2/+14
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin13-79/+79
2018-06-01tdf#115600 Use "Navigation element not found" message for HeadingsJim Raykowski1-2/+2
2018-06-01tdf#115600 Display messages in Findbar for Index entry navigationJim Raykowski1-19/+43
2018-06-01linguistic: add functionality to change spellcheck colorFred Kruse1-2/+62
2018-05-31dynamic_cast followed by static_castCaolán McNamara1-2/+2
2018-05-31Resolves: tdf#116268 use on/off data, not pos to determine which is whichCaolán McNamara1-1/+1
2018-05-31use std::unique_ptrCaolán McNamara9-48/+46
2018-05-31Add WordBasic property and its FileOpen "command"Tor Lillqvist2-0/+39
2018-05-31chmod -xTor Lillqvist3-0/+0
2018-05-31tdf#117884: intersect border with paint area of upper frame.Mark Hung4-18/+53
2018-05-31SOSAW080: Cleanup of SdrModelArmin Le Grand3-17/+10
2018-05-31Avoid crash if pDocShell is nullTor Lillqvist1-2/+5
2018-05-31drop Graphic::GetBitmapNoel Grandin3-16/+15
2018-05-31Move two functions to perhaps less confusing locationsTor Lillqvist1-10/+8
2018-05-31Add window geometry attributes, too, to ooo.vba.word.XApplicationTor Lillqvist2-0/+56
2018-05-31Add Move() to ooo.vba.word.XApplicationTor Lillqvist2-1/+13
2018-05-31Add Resize() method to ooo.vba.word.XApplicationTor Lillqvist2-2/+19
2018-05-31Add a WindowState attribute to ooo.vba.word.XApplication, tooTor Lillqvist2-0/+28
2018-05-31If a DocumentBeforeClose event handler says no, don't thenTor Lillqvist1-7/+17
2018-05-31Add DocumentOpen and NewDocument to XApplicationOutgoing and emit suchTor Lillqvist1-0/+24
2018-05-31Emit DocumentChange events less eagerly (to Automation clients)Tor Lillqvist1-3/+14
2018-05-31Add ooo::vba::word::XDocuments::OpenNoRepairDialog()Tor Lillqvist2-0/+7
2018-05-31Fire the DocumentBeforeClose event (call the callback)Tor Lillqvist2-2/+15
2018-05-31We need to keep an ooo::vba::word::XDocument ref in the SwDocShell for...Tor Lillqvist2-0/+8
2018-05-31Prepare to handle out (and inout) parameters to event callbacksTor Lillqvist10-11/+16
2018-05-31Add Document.Close event generationTor Lillqvist5-1/+135
2018-05-31SwModule is a convenient (?) place for passing events to Automation clientsTor Lillqvist37-47/+217
2018-05-31Bin leftover misleading commentTor Lillqvist1-1/+0
2018-05-30Work in progress related to invoking events in Automation clientsTor Lillqvist2-2/+121
2018-05-30sw HTML filter: handle embedded ODF content in xhtml/reqif modeMiklos Vajna7-20/+264
2018-05-30Add a (dummy) ooo::vba::word::XApplication::ShowMe() implementationTor Lillqvist2-0/+6
2018-05-30Revert "ww8export: Fix testTableKeep"Mike Kaganski2-0/+2
2018-05-30ww8export: Fix testTableKeepMike Kaganski2-2/+0
2018-05-29weld SvxTransformTabDialogCaolán McNamara1-1/+1