summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2018-03-25tdf#115875: treat Western/Asian/CTL font groups consistentlyMike Kaganski2-7/+18
2018-03-25Use existing variable for thatMike Kaganski1-2/+1
2018-03-25sw lok: assign a parent window to property dialogHenry Castro1-1/+1
2018-03-25lok IME: support dialogs as wellPranav Kant3-24/+16
2018-03-25oox: cosmetic cleanupAshod Nakashian1-8/+6
2018-03-25Disable lok_preload_hooks when not dynamically loading.Michael Meeks1-0/+4
2018-03-25lok: allow libraries to pre-init themselves.Michael Meeks1-0/+7
2018-03-25sw lok: IME support + unit testPranav Kant3-0/+57
2018-03-25Implement XDrawPagesSupplier in SwXTextDocumentMike Kaganski3-0/+90
2018-03-25tdf#115132: don't move out from current cell on Backspace/DeleteMike Kaganski2-63/+121
2018-03-25sw lok: include the field name in the description of the redlineHenry Castro2-1/+38
2018-03-23tdf#115180: take table base width into accountMike Kaganski4-1/+19
2018-03-22lokdialog: Convert the Tools -> Thesaurus... to async exec.Jan Holesovsky1-7/+16
2018-03-22lokdialog: Convert the Table -> Properties... to async exec.Jan Holesovsky1-23/+35
2018-03-22StartExecuteAsync doesn't need a second paramNoel Grandin3-4/+4
2018-03-22sw lokit: add page syles to header & footerHenry Castro2-14/+49
2018-03-22lokdialog: Convert the Format -> Page... dialog to async exec.Jan Holesovsky3-34/+46
2018-03-22sw: Cleanup various unused return values.Jan Holesovsky3-74/+38
2018-03-21sw: Actually only .uno:StyleApply and .uno:StyleWatercanMode can return...Jan Holesovsky1-12/+19
2018-03-21lokdialog: Convert the Format -> Bullets and Numbering... dialog to async execJan Holesovsky1-40/+46
2018-03-21lokdialog: Convert the Format -> Paragraph... dialog to async exec.Jan Holesovsky1-93/+108
2018-03-21lokdialog: Convert the Format -> Character... dialog to async exec.Jan Holesovsky2-38/+55
2018-03-20lokdialog: Allow language switching in SfxModule(s).Jan Holesovsky1-1/+1
2018-03-20Enable test for exporting text color of activeX checkbox controlTamás Zolnai1-2/+1
2018-03-20Make SwSection::GetSectionName() return a reference to the nameTor Lillqvist2-2/+2
2018-03-20sw: fix inconsistent bookmark behavior around at-char/as-char anchored framesMiklos Vajna2-20/+112
2018-03-20sw: remove DebugHeaderFooterContent() in SwUndoPageDescMiklos Vajna1-114/+0
2018-03-19tdf#98168 sw: add mail merge from xlsx testcaseMiklos Vajna5-12/+102
2018-03-19Remove unnecessary nested block levelTor Lillqvist1-42/+40
2018-03-19Get rid of a dynamic_castTor Lillqvist6-17/+18
2018-03-19Correct the assertionMike Kaganski1-1/+4
2018-03-19sw: Modifiy paragraph-split unit test to also..Tamas Bunth2-3/+3
2018-03-19no section break after split paragraphTamas Bunth1-1/+1
2018-03-19tdf#41650 doc(x) export split paragraphTamas Bunth3-6/+33
2018-03-19Enable RTF import tests on WindowsMike Kaganski1-3/+0
2018-03-19tdf#114333: consider trleft for 1st cell width on import; don't...Mike Kaganski6-24/+22
2018-03-19Use platform-specific newline in unit testMike Kaganski1-1/+1
2018-03-19sw lok: enable Page Header/FooterHenry Castro2-2/+109
2018-03-19fix for empty paragraphsTamas Bunth1-1/+3
2018-03-19tdf#41650 DOCX export: split para on section breakTamas Bunth3-579/+643
2018-03-19sw: remove no longer building debug code in txtedtMiklos Vajna1-15/+0
2018-03-19lokit: add .uno:DocumentRepair commandHenry Castro3-1/+58
2018-03-19sw: fix up comment indentation in sprmidsMiklos Vajna1-1/+1
2018-03-19Don't do dynamic_cast twiceMike Kaganski1-4/+4
2018-03-19ODT filter: make sure we have a layout before exportMiklos Vajna1-0/+5
2018-03-19ww8: use sprm names instead of numbersMike Kaganski2-1096/+906
2018-03-19lokdialog: Move the LOKWindowId <-> VclPtr<Window> mapping to Window.Jan Holesovsky2-9/+0
2018-03-19lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky2-128/+4
2018-03-19lokdialog: Move the Notifier down to vcl::Window.Jan Holesovsky2-18/+18
2018-03-19lokdialog: Changed dialog painting to allow for modal dialogsPranav Kant2-107/+26