summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2017-06-25tdf#107584: Load/save page background transparencyKatarina Behrens2-0/+27
2017-06-24std::unordered_map can erase an element by given key, if anyTakeshi Abe1-1/+1
2017-06-23coverity#1399034 rework to avoid 'Unrecoverable parse warning'Caolán McNamara1-5/+5
2017-06-23tdf#39468 Translate some random German comments/termsJens Carl1-1/+1
2017-06-23simplify some string handling in tracing callsNoel Grandin1-7/+2
2017-06-23loplugin:unusedfields in desktop..editengNoel Grandin1-1/+0
2017-06-22Resolves: tdf#108475 swipe only if some reasonable movement was involvedCaolán McNamara1-1/+3
2017-06-22loplugin:unusedfields in sd part3Noel Grandin25-102/+8
2017-06-22loplugin:unusedfields in sd part2Noel Grandin16-64/+18
2017-06-22loplugin:unusedfields in sd part1Noel Grandin13-59/+3
2017-06-22sd: Kill empty sdattr.cxxTakeshi Abe2-21/+0
2017-06-21loplugin:unusedfields in sfx2 part1Noel Grandin2-4/+4
2017-06-21loplugin:unusedfields in svtoolsNoel Grandin1-3/+0
2017-06-21loplugin:unusedfields in svx part2Noel Grandin3-4/+1
2017-06-21loplugin:unusedfields in svx part1Noel Grandin2-3/+0
2017-06-21convert ErrCode to strong typedefNoel Grandin14-124/+95
2017-06-20tdf#89064 Fix import of pages with comments and notesPaul Trojahn2-0/+13
2017-06-20sd: Do not copy SdStyleSheetTakeshi Abe2-10/+1
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann3-30/+26
2017-06-19add more debug names for scheduled eventsLászló Németh3-0/+3
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke40-45/+0
2017-06-17create o3tl::array_viewNoel Grandin3-10/+8
2017-06-17TransferableObjectDescriptor::mnOle2Misc field is unusedNoel Grandin1-4/+0
2017-06-16Avoid bad downcast to DrawViewShellStephan Bergmann1-3/+3
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann39-105/+95
2017-06-16Profiling API: add ProfileZonesLászló Németh4-0/+10
2017-06-15Use unique_ptr in aAttrListStephan Bergmann1-5/+5
2017-06-15Use unique_ptr for SdUnoPageBackground::mpSetStephan Bergmann2-8/+9
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin7-19/+19
2017-06-14use more SAL_N_ELEMENTS part 2Noel Grandin2-4/+4
2017-06-14Use unique_ptr for SdPage::mpItemsStephan Bergmann3-6/+4
2017-06-14Let CreateItemSet return unique_ptrStephan Bergmann2-3/+4
2017-06-13Use unique_ptr for SfxPrinter::pOptionsStephan Bergmann2-7/+13
2017-06-13tdf#84909 Add separator before clone formatting in toolbarYousuf Philips2-0/+2
2017-06-13tdf#106679 UI:SideBar Master Slide Button label correctedpv2k2-15/+39
2017-06-12cleanup unused css/frame/* includesJochen Nitschke34-42/+1
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin5-12/+5
2017-06-12pass comphelper::PropertySetInfo around using rtl::ReferenceNoel Grandin1-4/+4
2017-06-08EditEngine: Added ODF_TEXT_FLAT copy/paste for sdVarun Dhall4-2/+34
2017-06-08Keep WID ranges sorted, and join adjacent onesStephan Bergmann1-10/+7
2017-06-06Eliminate dynamic_cast<const SfxVoidItem*>, use SfxPoolItem::IsVoidItem()Eike Rathke1-1/+1
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara10-13/+13
2017-06-06simplify EasyFile::closeNoel Grandin1-47/+28
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin2-5/+5
2017-06-05Improved loplugin:cstylecast to reference types: sdStephan Bergmann9-31/+31
2017-06-05typo: INITILIZE_ENTRY_SCAN->INITIALIZE_ENTRY_SCANJulien Nabet1-1/+1
2017-06-05Fix typosAndrea Gelmini1-1/+1
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin9-13/+14
2017-06-02Improved loplugin:redundantcast const_cast handling: sdStephan Bergmann1-1/+1
2017-06-02Resolves: tdf#108187 fatal exception on testing if ooxml is a odfCaolán McNamara1-14/+23