summaryrefslogtreecommitdiff
path: root/sd/source/core
AgeCommit message (Expand)AuthorFilesLines
2015-03-06Idle: Changed to new enum nameTobias Madl1-1/+1
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl1-1/+1
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl1-1/+1
2015-03-04V813: Decreased performanceCaolán McNamara1-13/+13
2015-02-23sd: add SdDrawDocument::dumpAsXml()Miklos Vajna1-0/+20
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin5-10/+10
2015-02-18boost->stdCaolán McNamara1-8/+8
2015-01-30coverity#1267671 Dereference after null checkCaolán McNamara1-1/+1
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-5/+0
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2-4/+4
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin3-10/+10
2014-12-21fdo#39440 reduce scope of local variablesMichael Weghorn5-23/+14
2014-12-18sd: Use appropriate OUString functions on string constantsStephan Bergmann4-6/+6
2014-12-09changed timers to idlesTobias Madl2-10/+10
2014-12-08limit scope of variableDavid Tardon1-2/+3
2014-12-08don't copy stylesheet's HelpID if this's a renameDavid Tardon1-1/+2
2014-12-08coverity#1257112 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-12-04ooo#93212 avoid slicing during construction of SdrPageDavid Tardon1-11/+17
2014-12-03From ill-named comphelper::getExpandedFilePath to comphelper::getExpanedUriStephan Bergmann3-7/+7
2014-11-25all these ids and their associated resources were unnecessaryCaolán McNamara1-53/+0
2014-11-24move RID_APPTITLE to desktop where its usedCaolán McNamara1-2/+2
2014-11-23fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan2-18/+21
2014-11-12loplugin: cstylecastNoel Grandin12-170/+170
2014-11-11callcatcher: dropping SwChapterNumRules binary Load/Store has knock-on effectCaolán McNamara2-4/+0
2014-11-06refactor MasterLayoutDialog::remove to SdPage::DestroyDefaultPresObjCaolán McNamara1-0/+19
2014-10-28Move these headers from include to svx; they are not used outside svx.Kohei Yoshida1-1/+0
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2-14/+14
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2-5/+5
2014-10-23fdo#85247: copy and paste of a slide results in a blue slide in presentation ...Muthu Subramanian1-2/+4
2014-10-21nShearWink -> nShearAngleMiklos Vajna1-1/+1
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon2-5/+5
2014-10-15nDrehWink -> nRotationAngleMiklos Vajna1-1/+1
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-1/+1
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2-14/+14
2014-10-07disambiguate uniform_int_distributionCaolán McNamara1-3/+3
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara1-3/+4
2014-10-02Bin EE_CNTRL_URLSFXEXECUTE which was only set, never testedTor Lillqvist1-2/+0
2014-10-02coverity#1242496 Resource leakCaolán McNamara1-2/+4
2014-10-02coverity#1242497 Resource leakCaolán McNamara1-3/+2
2014-10-01sd: std::auto_ptr -> std::unique_ptrStephan Bergmann1-2/+0
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin3-13/+13
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann3-16/+16
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-5/+5
2014-09-09crashtest: sep should be curSepCaolán McNamara1-1/+1
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-3/+2
2014-09-05fdo#82681: return IsUserDefined w/o negationKatarina Behrens1-1/+1
2014-08-29n#708518: sd: check that master page matches when setting parent styleMichael Stahl1-2/+11
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza1-1/+0
2014-08-19Resolves: fdo#82355 crash on loading pptCaolán McNamara1-2/+3