summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-29dont use SwClient/SwModify in unocore: FieldEnumerationBjoern Michaelsen1-24/+17
2018-05-29tdf#117503 DOCX import: fix out of sync first/later top marginMiklos Vajna5-35/+10
2018-05-29Only show Mail Merge toolbar after wizard finishedMike Kaganski1-52/+18
2018-05-28directly get matching a11y if it existsCaolán McNamara1-7/+2
2018-05-28loplugin:useuniqueptr in SvxDrawPageNoel Grandin1-1/+1
2018-05-28tdf#117601 a11y crash after merging cellsCaolán McNamara3-4/+16
2018-05-28sw: prefix members of SwXMLTableCellContext_ImplMiklos Vajna1-64/+64
2018-05-28dont use SwClient/SwModify in unocore: MetaBjoern Michaelsen3-40/+37
2018-05-28dont use SwClient/SwModify in unocore: ChartDataProviderBjoern Michaelsen2-12/+1
2018-05-27Cleanup includesMike Kaganski1-32/+1
2018-05-26tdf#117817: Update Mail Merge controls after wizard completesMike Kaganski1-0/+14
2018-05-26tdf#115386: Show Mail Merge toolbar for new labelsMike Kaganski3-11/+17
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin7-26/+55
2018-05-25tdf#35798: use separate paragraphs for Label elementsMike Kaganski1-1/+1