summaryrefslogtreecommitdiff
path: root/sd/source/core
AgeCommit message (Expand)AuthorFilesLines
2017-08-23Fix WID rangesStephan Bergmann1-19/+10
2017-08-23convert message box style bits to scoped enumNoel Grandin1-1/+1
2017-08-22Use SfxItemSet ctor that checks WID range correctness at compile timeStephan Bergmann1-30/+20
2017-08-22Join adjacent WID rangesStephan Bergmann1-6/+2
2017-08-18loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-3/+3
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-3/+3
2017-08-16rename some unnecessary contractions, Lft-Left, etc.Noel Grandin3-114/+114
2017-08-16Replace stringify by Equals in SdrObject and SdPageVarun Dhall2-19/+21
2017-08-15Removing old SfxItemSet::getHash usageVarun Dhall1-3/+2
2017-08-08loplugin:constantparamNoel Grandin1-2/+1
2017-08-07tdf#93244 Widescreen formatheiko tietze1-1/+1
2017-08-06tdf#87592 Consistent terminology for Master Slidesheiko tietze1-1/+1
2017-08-04rename Anz->Cnt in sdNoel Grandin1-2/+2
2017-08-03loplugin:constparams in sdNoel Grandin12-39/+39
2017-07-31loplugin:oncevarNoel Grandin2-10/+11
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin2-13/+11
2017-07-24SdrGlobalData::aUserMakeObjUserDataHdl is unusedNoel Grandin1-59/+0
2017-07-23Removed duplicated includesAndrea Gelmini3-3/+0
2017-07-21Rename InitAnySequence -> InitAnyPropertySequence, and convert some callers.Jan Holesovsky1-5/+5
2017-07-21de-hrc various thingsCaolán McNamara3-3/+1
2017-07-21migrate to boost::gettextCaolán McNamara10-368/+44
2017-07-14 use more OUString::operator== in scaddins..sdextNoel Grandin2-3/+3
2017-07-13loplugin:oncevar: empty strings: sdStephan Bergmann1-2/+1
2017-07-11use more range-for on uno::SequenceNoel Grandin1-5/+2
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin2-5/+5
2017-07-06ensure safe GlobalEditData release of xForbiddenCharsTableCaolán McNamara1-1/+1
2017-07-06rework as a shared_ptrCaolán McNamara1-1/+1
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-07-03Translate German comments and debug strings (leftovers in dirs scaddins to sd)Johnny_M2-2/+2
2017-07-02loplugin:casttovoid: sdStephan Bergmann2-2/+0
2017-06-28sd lok: fix Undo/Redo Document RepairHenry Castro1-49/+0
2017-06-26loplugin:oncevar in sdNoel Grandin5-18/+8
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-22loplugin:unusedfields in sd part3Noel Grandin2-6/+0
2017-06-22sd: Kill empty sdattr.cxxTakeshi Abe1-20/+0
2017-06-20sd: Do not copy SdStyleSheetTakeshi Abe1-9/+0
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke4-4/+0
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann3-6/+6
2017-06-14Use unique_ptr for SdPage::mpItemsStephan Bergmann2-5/+3
2017-06-08Keep WID ranges sorted, and join adjacent onesStephan Bergmann1-10/+7
2017-06-05Improved loplugin:cstylecast to reference types: sdStephan Bergmann1-1/+1
2017-06-05Fix typosAndrea Gelmini1-1/+1
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-1/+1
2017-05-31Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann1-1/+0
2017-05-31lok: impress: add support for undoing comment editingMarco Cecchetti1-3/+18
2017-05-31lok: impress: undoing comment deletion doesn't workMarco Cecchetti1-0/+69
2017-05-28remove unnecessary use of OString::getStrNoel Grandin2-23/+10