summaryrefslogtreecommitdiff
path: root/sd/source/core/drawdoc2.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-08-20loplugin:defaultparamsNoel Grandin1-3/+3
2015-06-16tdf#91909 Uno commands for slide navigation and sortingPhilippe Jung1-1/+3
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-2/+1
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-1/+1
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-2/+2
2014-12-21fdo#39440 reduce scope of local variablesMichael Weghorn1-7/+5
2014-11-12loplugin: cstylecastNoel Grandin1-29/+29
2014-10-21nShearWink -> nShearAngleMiklos Vajna1-1/+1
2014-10-15nDrehWink -> nRotationAngleMiklos Vajna1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-2/+2
2014-06-25remove whitespacesMarkus Mohrhard1-19/+0
2014-05-30coverity#704728 Unchecked dynamic_castCaolán McNamara1-9/+9
2014-04-24sd: sal_Bool->boolNoel Grandin1-42/+42
2014-04-14typo: currect -> correctThomas Arnhold1-1/+1
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-2/+2
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+2
2014-02-12coverity#705850 Dereference before null checkCaolán McNamara1-1/+1
2014-02-11sal_Bool->boolNoel Grandin1-2/+2
2014-01-28bool improvementsStephan Bergmann1-16/+16
2014-01-17bool improvementsStephan Bergmann1-1/+1
2013-12-14cppcheck: same expression, should check aPageOffset.X and aPageOffset.YJulien Nabet1-1/+1
2013-11-28Integrate branch of IAccessible2Steve Yin1-2/+10
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-1/+1
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-09-08String to OUStringThomas Arnhold1-37/+36
2013-08-24String(SdResId(foo)) -> SD_RESSTR(foo)Ivan Timofeev1-6/+6
2013-04-20Remove pass-through header files sd/inc/eetext.hxx and sd/inc/app.hxxMichael Dunphy1-1/+1
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-3/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2013-03-23Display the number of active slides in the statusbarRob Snelders1-0/+6
2013-02-28fdo#39468: Translate German comments in sd/source/core/Stefan Knorr1-196/+88
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-1/+1
2013-02-20typo: allways -> alwaysAndras Timar1-1/+1
2012-11-28re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-22AllSettings with LanguageTagEike Rathke1-2/+2
2012-08-07drop bogus eof linesThomas Arnhold1-2/+0
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-1/+1
2012-06-12Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin1-1/+1
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2012-04-30make ResId::toString a non-static memberCaolán McNamara1-1/+1
2012-04-23fdo#42986 Add Presentationsize 16:9 WidescreenRob Snelders1-1/+1
2012-03-02WaE: use of logical '||' with constant operandTor Lillqvist1-1/+1
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-1/+1
2012-02-01InsertData to AppendData, to hide the insert position.Kohei Yoshida1-1/+1
2012-01-31Get the whole thing to build after the method sig change in SdrObject.Kohei Yoshida1-2/+2
2011-11-27remove include of pch header from sdNorbert Thiebaud1-2/+0
2011-06-09Resolves: fdo#34723 unused variables and argumentsCaolán McNamara1-14/+0
2011-05-08Remove deprecated List in SdDrawDocument::MovePages.Rafael Dominguez1-12/+10
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Bjoern Michaelsen1-132/+139