summaryrefslogtreecommitdiff
path: root/sw/source/ui
AgeCommit message (Expand)AuthorFilesLines
2018-06-08drop ancient SW_FILEFORMAT_40 ifdefCaolán McNamara1-2/+0
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin2-11/+5
2018-06-07Show the "status bar" property in the LO status indicator also in WriterTor Lillqvist1-0/+17
2018-06-07weld SwFormatTablePageCaolán McNamara1-262/+219
2018-06-07Add ooo.vba.word.Application.StatusBar property for debug output from clientTor Lillqvist2-0/+19
2018-06-06weld SwSectionIndentTabPageCaolán McNamara2-41/+31
2018-06-05tdf#117013 renamed Illustration Index to Table of FiguresNickson Thanda1-1/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke11-11/+1
2018-06-03Simplify: not empty OUString has at least one tokenMatteo Casalin1-5/+5
2018-06-02SwNumberingTypeListBox fully replaced nowCaolán McNamara5-8/+8
2018-06-02weld SwSectionFootnoteEndTabPageCaolán McNamara1-162/+131
2018-06-02tdf#105225 A TOX background tab page based on the area tab pageJim Raykowski1-1/+1
2018-06-02tdf#105225 A section background tab page based on the area tab pageJim Raykowski1-2/+7
2018-05-31Resolves: tdf#116268 use on/off data, not pos to determine which is whichCaolán McNamara1-1/+1
2018-05-31Add WordBasic property and its FileOpen "command"Tor Lillqvist2-0/+39
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-31Add ooo::vba::word::XDocuments::OpenNoRepairDialog()Tor Lillqvist2-0/+7
2018-05-31Fire the DocumentBeforeClose event (call the callback)Tor Lillqvist1-0/+1
2018-05-31Prepare to handle out (and inout) parameters to event callbacksTor Lillqvist4-4/+4
2018-05-31Add Document.Close event generationTor Lillqvist2-1/+117
2018-05-31SwModule is a convenient (?) place for passing events to Automation clientsTor Lillqvist2-15/+35
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-30Add a (dummy) ooo::vba::word::XApplication::ShowMe() implementationTor Lillqvist2-0/+6
2018-05-24rework custom widget welding to enable inheritenceCaolán McNamara10-103/+93
2018-05-20Fix typosAndrea Gelmini1-1/+1
2018-05-20tdf#35798: Hide empty Database fields' paragraphs (+ compat option)Mike Kaganski1-3/+13
2018-05-20Fix typosAndrea Gelmini1-2/+2
2018-05-17Further loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann1-2/+2
2018-05-16coverity#1430102 Division or modulo by zeroCaolán McNamara1-3/+5
2018-05-14weld CreateMonitor and PrintMonitorCaolán McNamara2-9/+7
2018-05-14split PrintMonitor and weld SaveMonitor partCaolán McNamara2-9/+9
2018-05-13weld SwMMResultSaveDialogCaolán McNamara4-69/+53
2018-05-13weld SwNewGlosNameDlgCaolán McNamara1-72/+60
2018-05-12coverity#1430102 Division by zeroCaolán McNamara1-2/+4
2018-05-05Fix typosAndrea Gelmini1-1/+1
2018-05-04weld SwOutlineTabDialogCaolán McNamara4-63/+46
2018-05-04weld SwNumPositionTabPageCaolán McNamara1-263/+190
2018-05-04weld SwOutlineSettingsTabPageCaolán McNamara1-123/+317
2018-05-04coverity#1435273 Resource leak in objectCaolán McNamara1-2/+2
2018-05-03coverity#1435272 Uninitialized pointer fieldCaolán McNamara1-0/+1
2018-05-02sw: prefix members of AutoFormatPreviewMiklos Vajna1-49/+50
2018-05-01weld ScShowTabDlgCaolán McNamara3-5/+5
2018-04-29Avoid comphelper::string::getTokenCount()Matteo Casalin1-8/+7
2018-04-29Use getToken with start positionMatteo Casalin1-2/+3
2018-04-29weld SwNumNamesDlgCaolán McNamara1-54/+39