summaryrefslogtreecommitdiff
path: root/sd/source
AgeCommit message (Expand)AuthorFilesLines
2018-11-08Fix typosAndrea Gelmini1-2/+2
2018-11-08Convert FieldUnit to scoped enumMike Kaganski10-120/+120
2018-11-07move SvTreeListBox to vclCaolán McNamara18-23/+23
2018-11-07tdf#113660 - Wrong label on sidebar slide pane after switching to handout viewMark Dobo3-33/+28
2018-11-07loplugin:collapseif in sdNoel Grandin10-485/+441
2018-11-06tdf#121198: fix crash in SdrPage::GetPageNum()Xisco Fauli1-1/+1
2018-11-05Fix typosAndrea Gelmini1-1/+1
2018-11-05tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-9/+9
2018-11-05tdf#120703 PVS: V547 Expression is always trueMike Kaganski1-2/+1
2018-11-05tdf#105225 new background tab pageJim Raykowski4-4/+4
2018-11-05tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-2/+1
2018-11-04[Pardus] Make the slide change command accessible.Gulsah Kose2-31/+51
2018-11-04tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-3/+2
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski3-21/+11
2018-11-02loplugin:useuniqueptr in SdCustomShowListNoel Grandin9-51/+37
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin2-4/+4
2018-11-01Limit the unique_ptr scope to get rid of .reset()Mike Kaganski1-3/+2
2018-11-01loplugin:useuniqueptr in SdPPTImportNoel Grandin1-2/+2
2018-11-01rename RemoveX->Remove in SfxUndoArrayNoel Grandin1-2/+2
2018-11-01tdf#120920 Assertion failure when switching slide layouts with text enteredNoel Grandin1-2/+0
2018-10-31loplugin:useuniqueptr in ParagraphObj::ParagraphObjNoel Grandin1-4/+2
2018-10-31cppCheck RedundantAssignment variable p3DObjZdibák Zoltán1-3/+1
2018-10-30loplugin:useuniqueptr in MarkedUndoActionNoel Grandin1-7/+4
2018-10-30tdf#42949 Fix IWYU warnings in sd/source/ui/inc/{framework,tools,view}/*Gabor Kelemen32-49/+78
2018-10-29tdf#42949 Fix IWYU warnings in sd/inc ; sd/source/ui/inc/Gabor Kelemen16-19/+8
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2-16/+7
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-28/+30
2018-10-28svx: remove newly unused XFillExchangeDataMichael Stahl2-2/+0
2018-10-28tdf#119235 svx,sd: fix drag&drop from ColorBarMichael Stahl2-20/+35
2018-10-28tdf#120703 PVS: V547 Expression '!pTmp' is always trueMike Kaganski1-10/+5
2018-10-27tdf#120376 sd: fix duplicated styles on copy/pasteMichael Stahl1-2/+3
2018-10-27tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorIzabela Bakollari1-5/+4
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski1-1/+1
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen2-0/+2
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin1-2/+2
2018-10-26loplugin:singlevalfields improvementNoel Grandin4-24/+0
2018-10-24Fix typosAndrea Gelmini1-1/+1
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin8-22/+21
2018-10-24Introduce OutputDevice type OUTDEV_PDFJan-Marek Glogowski2-24/+12
2018-10-24weld AdvancedSettingsDialogCaolán McNamara5-11/+11
2018-10-24Translate German commentsJohnny_M1-1/+1
2018-10-24clang-tidy performance-unnecessary-copy-init in sdNoel Grandin32-54/+46
2018-10-22sd: Use the regular textbox popupmenu for outline text objectsMaxim Monastirsky1-3/+0
2018-10-22Resolves: tdf#120785 no parent set via status barCaolán McNamara1-1/+2
2018-10-22pvs-studio: V794 The assignment operator should be protectedCaolán McNamara1-5/+8
2018-10-22loplugin:unusedfields improvemementsNoel Grandin2-35/+33
2018-10-22pvs-studio: V668 no sense testing against null as memory was allocated by newCaolán McNamara1-3/+3
2018-10-22tdf#120703 (PVS): Recurring check.Xisco Fauli1-2/+1
2018-10-22tdf#120703 (PVS): redundant nullptr checkMike Kaganski1-4/+2
2018-10-21tdf#120703 (PVS): missing nullptr check; redundant nullptr checkMike Kaganski1-54/+54