summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)Author
2016-05-23PaperOrientationModifyHdl is now unusedKatarina Behrens
2016-05-23tdf#89466 Fix update of elements and add listener in slidebgSusobhan Ghosh
2016-05-23clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin
2016-05-21coverity#1213133 Dereference after null checkCaolán McNamara
2016-05-21coverity#1209589 Dereference after null checkCaolán McNamara
2016-05-20add missing spaces to list of formatsStanislav Horacek
2016-05-20remove double space in string of Slide Background content panelStanislav Horacek
2016-05-20tdf#87668 Add control to show or hide "Original Size" option.Gulsah Kose
2016-05-20tdf#98852: Show text-specific effects when selection contains textKatarina Behrens
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin
2016-05-19CppunitTest_sd_uimpress: fix loplugin:cppunitassertequals warningsMiklos Vajna
2016-05-19loplugin:unusedmethods in sdNoel Grandin
2016-05-19tdf#49561: PPT import: Avoid to override formatting from StyleTextPropAtomMatus Uzak
2016-05-18Resolves: tdf#95620 crash in presentation wizardCaolán McNamara
2016-05-18refactor this repeated code into a single methodCaolán McNamara
2016-05-18Related: tdf#99523 select only the desired slidesCaolán McNamara
2016-05-18Related: tdf#99523 NotifyPageEvent ultimately comes from HINT_PAGEORDERCHG...Caolán McNamara
2016-05-18move the KeepSlideSorterInSyncWithPageChanges to a level lowerCaolán McNamara
2016-05-18give this tremendously useful snippet a descriptive name and de-duplicate itCaolán McNamara
2016-05-18sfx2 classification: add Type parameter to the UNO commandMiklos Vajna
2016-05-18sfx2 classification: specify policy type when setting a categoryMiklos Vajna
2016-05-18convert NAV_STATE to scoped enumNoel Grandin
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-05-17tidy this a little bitCaolán McNamara
2016-05-17Set different ui file for NotebookBar in each appSzymon Kłos
2016-05-17maDeletedPages member of slidesorter is only written to, never readCaolán McNamara
2016-05-16Resolves: tdf#99523 exit text edit and unmark objects before moving slideCaolán McNamara
2016-05-16there is no SelectionPainter, so this member is less than usefulCaolán McNamara
2016-05-16no need to double dynamic_castCaolán McNamara
2016-05-16Give unique, comprehensible names to idles tdf#97087Muhammet Kara
2016-05-15coverity#1361590 Uninitialized scalar fieldCaolán McNamara
2016-05-13we don't have an end ellipsize (yet)Caolán McNamara
2016-05-13Related: tdf#99523 two undo actions listed after dragging a slideCaolán McNamara
2016-05-13convert TSS_TYPE to scoped enumNoel Grandin
2016-05-13convert SHOWTRACK to scoped enumNoel Grandin
2016-05-13Typo: ExcecuteContextMenuAction->ExecuteContextMenuActionJulien Nabet
2016-05-12Massage code to avoid warningsStephan Bergmann
2016-05-12mpDefDialogParent is not used since 2002Caolán McNamara
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin
2016-05-12Convert RulerType to scoped enumNoel Grandin
2016-05-11Resolves: tdf#99464 set what parent the dialogs are dialogs forCaolán McNamara
2016-05-11sd: replace boost::mem_fn with C++11 lambdaMichael Stahl
2016-05-11Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann
2016-05-11sd: remove pointless micro-optimizationMichael Stahl
2016-05-11Resolves: tdf#92951 make PaneDockingWindow dockable againCaolán McNamara
2016-05-11tdf#89466: SvxFillTypeBox::Selected needs to be calledKatarina Behrens
2016-05-10Fix typosAndrea Gelmini
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann