summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2017-09-25Reorganization of impress's slide and pane context menusYousuf Philips3-22/+25
2017-09-25Shrink master slide checkboxes in Slide content panelYousuf Philips1-2/+2
2017-09-25tdf#95947 rename handout label in display mode controlYousuf Philips1-1/+1
2017-09-25tdf#56731 correct label from snap lines to helplinesYousuf Philips1-1/+1
2017-09-25tdf#91857 Tweaks to the insert and slide menusYousuf Philips1-4/+5
2017-09-25tdf#106939 Swap copy and delete buttonsYousuf Philips1-5/+5
2017-09-25Translate German comments and debug strings (leftovers)Johnny_M1-1/+1
2017-09-25Rename GetSelectEntryData -> GetSelectedEntryDataSamuel Mehrbrodt2-4/+4
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt8-13/+13
2017-09-25tdf#112086 PPTX export fltValue, ppt_w, ppt_hSzymon Kłos3-0/+43
2017-09-24tdf#112622 Move dialog’s action buttons to the bottomAdolfo Jayme Barrientos1-13/+13
2017-09-24add fodp fuzzerCaolán McNamara1-0/+51
2017-09-24tdf#106762 Base SvxColorToolBoxControl on svt::PopupWindowControllerMaxim Monastirsky1-6/+0
2017-09-24Adjust DockingWindow layout calculation, tdf#106762 prepMaxim Monastirsky1-1/+0
2017-09-24tdf#96411 Add slide layout to context menusYousuf Philips2-1/+44
2017-09-23tdf#112089 add charts to the ShapeMapSzymon Kłos2-0/+16
2017-09-23ofz#3467 mul and div are the sameCaolán McNamara1-0/+0
2017-09-23new loplugin unnecessarycatchthrowNoel Grandin2-39/+24
2017-09-22Fresh run of bin/update_pch.shMike Kaganski2-54/+167
2017-09-22loplugin:flatten in scaddins..sdNoel Grandin11-222/+197
2017-09-22tdf#112334 unit testSzymon Kłos2-0/+15
2017-09-22tdf#112334 PPTX export style.colorlbenes1-0/+6
2017-09-22tdf#112557: Subtitle placeholder shape leads to corrupted PPTX fileTamás Zolnai3-4/+21
2017-09-22tdf#112552: Shape's gray background is lost after saving to PPTXTamás Zolnai2-0/+17
2017-09-21More missing GetSelectEntryPos -> GetSelectedEntryPosStephan Bergmann1-2/+2
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt14-71/+71
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt10-17/+17
2017-09-21ofz#2881 avoid oomCaolán McNamara1-1/+1
2017-09-20Clean up xsl filesSamuel Mehrbrodt1-106/+106
2017-09-20tdf#106939 Move OK, Help and Start buttons to bottomSerge Krot1-86/+109
2017-09-20tdf#112333 PPTX export animClrSzymon Kłos2-1/+40
2017-09-20tdf#98980 Update selection inside control when new slide layout is selectedSerge Krot2-21/+27
2017-09-19add signature icon cause the icon is available (in breeez)andreas kainz1-1/+6
2017-09-19tdf#112333 PPTX export fill.type & fill.onSzymon Kłos4-0/+47
2017-09-18tdf#111863: Animations turned from out to in during PPTX exportAron Budea3-2/+17
2017-09-18tdf#112088 gradient stop map -> multimapSzymon Kłos2-0/+14
2017-09-18convert SvxDateFormat to scoped enumNoel Grandin10-54/+73
2017-09-16tdf#100065 PPTX Fix import of custom shapes in groupsPaul Trojahn3-34/+15
2017-09-16convert SvxTimeFormat to scoped enumNoel Grandin5-34/+34
2017-09-16convert SvxTimeType to scoped enumNoel Grandin4-9/+9
2017-09-16convert SvxURLFormat to scoped enumNoel Grandin3-6/+6
2017-09-15Fix loplugin:redundantcast's VisitCXXFunctionalCastExprStephan Bergmann1-1/+1
2017-09-15convert SvxFileType to scoped enumNoel Grandin3-7/+7
2017-09-15convert SvxAuthorType to scoped enumNoel Grandin3-7/+7
2017-09-15long->sal_Int32 in FractionNoel Grandin2-6/+6
2017-09-14improve redundantcast lopluginNoel Grandin1-1/+1
2017-09-14Revert "Disable spellcheck when LOK is active"Michael Meeks1-3/+1
2017-09-13Silence -Werror,-Wunreachable-codeStephan Bergmann1-3/+3
2017-09-13no need to call GetNumerator() / GetDenominator() for FractionNoel Grandin2-4/+2
2017-09-13Fraction: make conversion operators and constructor explicitNoel Grandin4-39/+39