summaryrefslogtreecommitdiff
path: root/sc/source/core/data/drwlayer.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-06-27Resolves: #i121008# corrected calc cell comment stuffArmin Le Grand1-1/+3
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-7/+7
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-04-01remove unused GetCurDocViewWinThomas Arnhold1-15/+0
2013-03-16sc: translate some debug messagesThomas Arnhold1-6/+6
2013-03-04remove unused and commented out codeThomas Arnhold1-6/+0
2013-02-27enable disabled test for rotated anchored shape,Noel Power1-1/+1
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac1-1/+1
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-1/+1
2013-02-19fdo#56276 - resize/reposition rotated shapes in a sensible wayNoel Power1-31/+151
2013-01-25fdo#59056: Re-calculate cell anchor position of a pasted drawing object.Kohei Yoshida1-0/+7
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-32/+14
2012-12-04dr80: #i117511# remove some assertions in xlsx/xlsb import filtersDaniel Rentz [dr]1-0/+4
2012-11-28Sync draw object to calc grid for better alignment when zoomingNoel Power1-10/+16
2012-11-22AllSettings with LanguageTagEike Rathke1-1/+1
2012-10-12remove unused local static functionsCaolán McNamara1-6/+0
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-4/+4
2012-07-01Remove unused definesThomas Arnhold1-7/+0
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara1-5/+5
2012-06-28Remove some unused localsThomas Arnhold1-6/+0
2012-06-19merge together hand-crafted traditional/simplified chinese testsCaolán McNamara1-2/+2
2012-06-09Remove superfluous include commentsThomas Arnhold1-2/+0
2012-02-29remove mpNote from ScBaseCellMarkus Mohrhard1-1/+1
2012-02-01InsertData to AppendData, to hide the insert position.Kohei Yoshida1-2/+2
2012-01-31Get the whole thing to build after the method sig change in SdrObject.Kohei Yoshida1-2/+2
2012-01-11Avoid iterating beyond the last existing drawing page.Kohei Yoshida1-0/+9
2012-01-08Handle resizing of cell-anchored polyline objects as well.Kohei Yoshida1-0/+11
2012-01-07Mark detective arrows clearly since we need to treat them differently.Kohei Yoshida1-4/+1
2012-01-07More unit test code for drawing objects. Found another bug & fixed it.Kohei Yoshida1-1/+2
2012-01-07Reset sheet index of drawing objects when moving sheet too.Kohei Yoshida1-0/+2
2012-01-07Better to internalize the sheet ID reset within ScDrawLayer...Kohei Yoshida1-0/+4
2012-01-06Fix re-calculation of the position of circular drawing objects.Kohei Yoshida1-6/+5
2011-12-06bnc#733864: Make sure to adjust the sheet index of drawing objects.Kohei Yoshida1-0/+37
2011-12-03refactor SdrModel::GetDocumentStreamMichael Stahl1-53/+0
2011-11-28dr80: #i116460# performance of Excel file with many outlinesEike Rathke1-5/+18
2011-11-28dr78: #i104716# don't include SC_LAYER_HIDDEN in ScDrawLayer::GetPrintAreaEike Rathke1-1/+2
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-09-24re-factor XPropertyList derivatives to use a rtl::ReferenceMichael Meeks1-5/+5
2011-08-29Rename class XColorTable to XColorListJoseph Powers1-2/+2
2011-08-26String to rtl::OUString.Kohei Yoshida1-3/+3
2011-07-05more iterator->const_iteratorCaolán McNamara1-1/+1
2011-07-05change remaining manual loops to ScMarkData::iteratorMarkus Mohrhard1-41/+42
2011-05-27Replace DBG_* with OSL_* in sc/source/coreJacek Wolszczak1-25/+25
2011-05-20adjust for modified singletonCaolán McNamara1-3/+2
2011-05-16WaE - add explicit casting (decimal-types → integer types)Christian Lohmaier1-4/+4
2011-03-14fix misc merge issues breaking the buildMichael Meeks1-2/+2
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-85/+85
2011-03-02Remove bogus comments.Guillaume Poussel1-5/+5
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-2/+2