summaryrefslogtreecommitdiff
path: root/sd/source
AgeCommit message (Expand)AuthorFilesLines
2017-06-27Fix typosAndrea Gelmini1-1/+1
2017-06-26loplugin:oncevar in sdNoel Grandin46-205/+131
2017-06-26s/catched/caughtNoel Grandin2-2/+2
2017-06-26Fix PageShape export to pptxPaul Trojahn1-1/+1
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 Grandin22-89/+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 Abe1-20/+0
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 Grandin12-111/+91
2017-06-20sd: Do not copy SdStyleSheetTakeshi Abe1-9/+0
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 Bergmann38-100/+90
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 Grandin1-2/+2
2017-06-14Use unique_ptr for SdPage::mpItemsStephan Bergmann2-5/+3
2017-06-14Let CreateItemSet return unique_ptrStephan Bergmann1-2/+3
2017-06-13Use unique_ptr for SfxPrinter::pOptionsStephan Bergmann2-7/+13
2017-06-13tdf#106679 UI:SideBar Master Slide Button label correctedpv2k2-15/+39
2017-06-12cleanup unused css/frame/* includesJochen Nitschke31-38/+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 Bergmann8-30/+30
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 Grandin8-12/+13
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