summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2018-10-21tdf#120703 (PVS): missing nullptr check; redundant nullptr checkMike Kaganski1-54/+54
2018-10-21tdf#120703 (PVS): redundant nullptr checkMike Kaganski1-5/+0
2018-10-21tdf#120703 (PVS): redundant nullptr checkMike Kaganski1-2/+1
2018-10-20weld SchAttribTabDlgCaolán McNamara1-2/+2
2018-10-20Fix typosAndrea Gelmini1-1/+1
2018-10-20return by unique_ptr from CreateFieldControlNoel Grandin2-4/+4
2018-10-19oox smartart: fix width of shapes with agl=lin, linDir=fromTMiklos Vajna1-0/+7
2018-10-19index validity check looks dubiousCaolán McNamara1-1/+1
2018-10-19NB tabbed: update draw tab drop down menu entriesandreas kainz2-82/+137
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin9-12/+12
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin4-24/+24
2018-10-18NB: Rename Menu entries for drop down menuesandreas kainz2-553/+442
2018-10-18Sync Image/Graphic Tabb and context menuandreas kainz4-44/+108
2018-10-18oox: ignore SmartArt "fallback" with empty shape listMiklos Vajna2-0/+15
2018-10-18drop newly unused SdAbstractTabDialog_ImplCaolán McNamara2-40/+0
2018-10-18weld SdTabTemplateDlgCaolán McNamara8-84/+452
2018-10-18weld SdPresLayoutTemplateDlgCaolán McNamara9-85/+472
2018-10-18tdf#120573 export media type for .wav properly.Mark Hung2-0/+25
2018-10-18loplugin:staticvar in sdNoel Grandin9-15/+15
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin1-4/+1
2018-10-17Turn sd::BluetoothServer::Impl into scoped enumStephan Bergmann1-5/+5
2018-10-17Resolves: tdf#119997 toolbar layout unlock doesn't refresh uiCaolán McNamara1-6/+11
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin58-253/+248
2018-10-17loplugin:singlevalfieldsNoel Grandin2-15/+2
2018-10-17Notebookbar: sync tabbedbarandreas kainz2-636/+615
2018-10-16Narrowed variableScopeZdibák Zoltán1-2/+2
2018-10-16tdf#119956 unit test, LayerTabBar, adapt focus if Alt+ClickRegina Henschel7-19/+94
2018-10-16coverity#1440239 Uncaught exceptionCaolán McNamara1-0/+3
2018-10-16Related: tdf#120612 help response missing from other help buttonsCaolán McNamara3-0/+3
2018-10-16Notebookbar: update tabbed toolbar for calcandreas kainz2-431/+66
2018-10-16tdf#120626 'rewind' doesn't stick when effect duration is changedCaolán McNamara2-10/+11
2018-10-16tdf#120626 unable to set direction in custom animation dialogCaolán McNamara1-5/+8
2018-10-15loplugin:staticconstfield improvementsNoel Grandin5-40/+30
2018-10-15Notebookbar: sync draw and impress context tabsandreas kainz2-2598/+4664
2018-10-15clang-tidy bugprone-copy-constructor-initNoel Grandin2-9/+1
2018-10-15clang-tidy misc-redundant-expressionNoel Grandin1-1/+1
2018-10-15loplugin:unusedmethodsNoel Grandin1-2/+0
2018-10-15add SvStream::TellEndNoel Grandin7-21/+8
2018-10-14drop unnecessary vcl/group.hxx includesCaolán McNamara1-1/+0
2018-10-12coverity#1440239 Uncaught exceptionCaolán McNamara1-1/+1
2018-10-12weld SdPresLayoutDlgCaolán McNamara8-91/+111
2018-10-11tdf#117721 draw ui: add .uno::SetMinimal[RowHeight|ColumnWidth]Justin Luth8-4/+62
2018-10-11Avoid error with old ClangStephan Bergmann1-2/+1
2018-10-10optimize adding a block of entries at one timeCaolán McNamara2-6/+7
2018-10-09tdf#120264 - Access to "Get Involved"heiko tietze2-0/+2
2018-10-09tdf#120377 weld cluster of animation pages and dialogCaolán McNamara10-449/+1650
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2-5/+5
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin30-144/+126
2018-10-09Fix typosAndrea Gelmini1-1/+1
2018-10-09loplugin:constfields in sdNoel Grandin110-283/+279