summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2016-10-28convert std::unique_ptr<VclAbstractDialog> to VclPtrNoel Grandin6-24/+19
2016-10-28loplugin:expandablemethods in sdNoel Grandin50-368/+139
2016-10-27make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin4-95/+95
2016-10-26fix leak in HeaderFooterTabPage seen examining coverity#1371205Caolán McNamara1-15/+20
2016-10-26assemble SfxStyleFamilies from more generic resource componentsCaolán McNamara6-55/+71
2016-10-26tdf#96948 Change color of the area behind Impress slide immediatelyTakeshi Abe9-29/+66
2016-10-25fix path in READMEDavid Tardon1-1/+1
2016-10-24Calculate size of embedded Impress document properlyStephan Bergmann1-1/+1
2016-10-24loplugin:countusersofdefaultparams in sd..slideshowNoel Grandin15-26/+26
2016-10-21Fix grammarSamuel Mehrbrodt2-2/+2
2016-10-21tdf#95387 UI: "Custom Animation" probably should be called just "Animation"giacco3-6/+6
2016-10-21tdf#103170 Heikobar: Add it to ImpressYousuf Philips2-0/+1893
2016-10-20tdf#95387 UI: "Custom Animation" probably should be called just "Animation"giacco1-1/+1
2016-10-20add dumpAsXmlEditDocNoel Grandin1-0/+3
2016-10-20loplugin:expandablemethodds in scaddins..sdextNoel Grandin11-38/+6
2016-10-19'>>=' with rhs Any is a copy assignmentJochen Nitschke1-1/+1
2016-10-19tdf#96015 (part) link to Doc'tation in Help menuOlivier Hallot2-0/+2
2016-10-19tdf#103264 Missing case for SID_SAVE_BACKGROUNDMaxim Monastirsky1-0/+1
2016-10-19use early returns in View::OnEndPasteOrDropNoel Grandin1-17/+18
2016-10-19tdf#103083 - EDITING: Cut and Paste changes bullet point formattingNoel Grandin3-36/+1009
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke2-2/+2
2016-10-18tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek2-2/+2
2016-10-18loplugin:unusedmethodsNoel Grandin2-13/+0
2016-10-17replace <<= with assign for <<= with rhs AnyJochen Nitschke1-2/+2
2016-10-17tdf#95416: Get rid of #include ../foo/bar.hxx style includesArnold Dumas10-32/+32
2016-10-16clang-cl loplugin: sdStephan Bergmann5-12/+14
2016-10-16tdf#95416 Get rid of #include ../foo/bar.hxx style includesDilek Uzulmez12-12/+12
2016-10-15Use UNO registration for font name toolbox controlMaxim Monastirsky1-1/+0
2016-10-14rename sd::Outliner to SdOutlinerNoel Grandin24-220/+221
2016-10-13pass params to Outliner LINK callbacks on stackNoel Grandin5-36/+33
2016-10-13convert SvxPageUsage to scoped enumNoel Grandin1-1/+1
2016-10-12convert impress/draw navigator to .uiCaolán McNamara16-438/+316
2016-10-12convert IDET flags to typed_flagsNoel Grandin4-44/+52
2016-10-12convert STLPropertyState constants to scoped enumNoel Grandin4-82/+84
2016-10-12convert EID constants to typed_flagsNoel Grandin15-212/+221
2016-10-11merge a small piece of codeCaolán McNamara4-12/+4
2016-10-11convert PageKind to scoped enumNoel Grandin93-667/+669
2016-10-11convert EditMode to scoped enumNoel Grandin38-138/+136
2016-10-11convert DocumentType to scoped enumNoel Grandin43-85/+85
2016-10-10tdf#101390 Add "Dimesion Line" command to the writer arrowsbox.Gulsah Kose2-19/+0
2016-10-10safemode: Add uno command and menu entrySamuel Mehrbrodt2-0/+4
2016-10-10these navigator menu items should be radio checksCaolán McNamara1-7/+7
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek14-68/+68
2016-10-07SdDrawDocument::GetHitIMapObject rCmpWnd param is unusedStephan Bergmann4-6/+5
2016-10-07loplugin:staticmethods: sdStephan Bergmann18-44/+44
2016-10-07Base SvxLineWindow_Impl on ToolbarPopupMaxim Monastirsky1-1/+0
2016-10-06tdf#95845 Use CommandInfoProviderMaxim Monastirsky3-46/+5
2016-10-06We pass the controller anyway, so get the frame from itMaxim Monastirsky2-15/+12
2016-10-06ImageList just reads and discards the MaskColor, so drop itCaolán McNamara2-2/+0
2016-10-06tdf#102852 Fixed BreakDlgArmin Le Grand1-2/+7