summaryrefslogtreecommitdiff
path: root/sd/source
AgeCommit message (Expand)AuthorFilesLines
2018-09-12tdf#107690 OOXML import/export of setting "Open as read-only"László Németh1-1/+13
2018-08-10tdf#118948 - Date format in Impress header/footer is lost when savingNoel Grandin1-1/+1
2018-07-18fix CppunitTest_sd_tiledrenderingPranav Kant1-2/+2
2018-07-06tdf#115233 Don't reset crop when replacing a graphicPaul Trojahn1-14/+4
2018-06-27tdf#118068 InsertionIndicator should be temporaryCaolán McNamara1-0/+4
2018-06-11tdf#117940 setting resize shape while text edit active not recorded in undoCaolán McNamara1-0/+2
2018-06-11tdf#115453 Remove Master Handout tab from Views Tab BarÁlex Puchades1-8/+0
2018-06-01pdf: preserve the original page dimensions on importAshod Nakashian1-3/+10
2018-06-01sd: make the imported PDF page exactly as originalAshod Nakashian1-31/+6
2018-06-01sd: render the correct PDF page on swapping inAshod Nakashian1-5/+0
2018-06-01svx: import PDF text using PDFiumAshod Nakashian1-4/+7
2018-06-01vcl: svx: preserve the imported PDF page number in GraphicAshod Nakashian1-0/+1
2018-06-01svx: sd: cosmeticsAshod Nakashian2-3/+3
2018-06-01svx: share PDF stream when saving imported PDF as imagesAshod Nakashian1-1/+2
2018-06-01sd: import PDFs as images using Pdfium new SdPdfFilterAshod Nakashian2-1/+180
2018-05-29tdf#38225: update API name when renaming using a base class refMike Kaganski1-49/+77
2018-05-23tdf#116899: normalize key times during PPT import if neededAron Budea1-3/+12
2018-05-15Resolves: tdf#117475 page properties change triggers page reorder eventCaolán McNamara2-10/+24
2018-05-15tdf#117355 Show color picker on the sidebarXisco Fauli1-0/+1
2018-04-26Fix building with DBG_ANIM_LOG definedAron Budea2-15/+15
2018-04-12tdf#115407: preselect sound file savedJulien Nabet1-3/+5
2018-04-12tdf#84205 If theme not found, use firstSzymon Kłos1-2/+6
2018-04-12tdf#116544 crash on unhandled IllegalArgument exceptionCaolán McNamara1-14/+62
2018-03-28sd: fix incorrect visible center calculationPranav Kant1-1/+1
2018-03-28sd lok: Enable mapmode in case of lok to calculate centerPranav Kant5-31/+26
2018-03-27sd lok: Set the view size to full page size + fix unit testsPranav Kant3-2/+26
2018-03-27tdf#115675: Shape selection was breaking when changing pos/size from sidebar.Jan Holesovsky4-22/+15
2018-03-26tdf#104789 Export opacity attribute nameSzymon Kłos1-34/+25
2018-03-26tdf#104786 Don't export empty 'to'Szymon Kłos2-8/+16
2018-03-26tdf#90627 Don't save empty conditionsSzymon Kłos2-20/+15
2018-03-26tdf#116364: Revert "tdf#113660: show Master Slide label in handout view"Xisco Faulí1-1/+0
2018-03-26tdf#116283 oox customXml: Don't write the Relationship to DOCX files twice.Jan Holesovsky1-2/+2
2018-03-25lok: All mouse,key events asyncPranav Kant5-65/+63
2018-03-25lok: Factor out the code for finding vcl::Window of a documentPranav Kant1-13/+7
2018-03-25sd lok: Fix pasting text on slideTamás Zolnai1-1/+7
2018-03-25tdf#115639: Align right/center with trailing spaces the same as MS PowerPointTamás Zolnai2-0/+17
2018-03-25lok IME: support dialogs as wellPranav Kant2-28/+11
2018-03-25Coverity: unused valueSzymon Kłos1-1/+1
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-25tdf#115394 correct transition in case of 0sSzymon Kłos1-4/+4
2018-03-25sd, sc lok: IME support + unit testsPranav Kant2-0/+29
2018-03-25tdf#115394 export correct slide transition time in PPTSzymon Kłos2-6/+26
2018-03-25tdf#115394 export custom transition time in PPTXSzymon Kłos1-41/+109
2018-03-25tdf#115394 import custom slide transition time in PPTXSzymon Kłos2-1/+2
2018-03-22lokdialog: Parents for the Impress async dialogs.Jan Holesovsky3-4/+5
2018-03-22sd: Kill an own scope guard impl. and use comphelper::ScopeGuard instead.Jan Holesovsky1-25/+7
2018-03-22StartExecuteAsync doesn't need a second paramNoel Grandin3-3/+3
2018-03-22lokdialog: Convert the Format -> ... -> Area... to async exec.Jan Holesovsky2-15/+21
2018-03-22lokdialog: Convert the Format -> ... -> Line... to async exec.Jan Holesovsky2-16/+26