summaryrefslogtreecommitdiff
path: root/sc/source/core/data/attarray.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-04-25fdo#72741, fdo#76607: Backport of Calc sort rework.Kohei Yoshida1-0/+12
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin1-2/+1
2013-06-24Move ScEditDataArray out of cell.?xx and into its own files.Kohei Yoshida1-1/+1
2013-06-24ScFormulaCell is no longer a child class of ScBaseCell.Kohei Yoshida1-0/+1
2013-06-15prevent increase indent from running outside the cellabdulmajeed ahmed1-2/+4
2013-05-31Fix fdo#51835 Indent changes in Calc forces alignment to leftabdulmajeed ahmed1-1/+2
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-20/+20
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-28attrarray.cxx is now free of ScBaseCell.Kohei Yoshida1-14/+20
2013-03-18Fix fdo#37464 - Cell Border works backwards on Right-to-Left sheetFaisal M. Al-Otaibi1-7/+32
2013-03-16sc: translate some debug messagesThomas Arnhold1-1/+1
2013-02-16coverity: fix copy&paste errorMarkus Mohrhard1-1/+1
2013-02-13Remove VALIDTAB and other similar macrosJulien Nabet1-5/+5
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
2013-02-05pData can't be NULL anymoreMarkus Mohrhard1-126/+104
2013-01-30this check always will result in trueMarkus Mohrhard1-6/+3
2013-01-30this parameter was always trueMarkus Mohrhard1-15/+7
2013-01-30prefer the c'tor initializer listMarkus Mohrhard1-8/+6
2013-01-30adapt comment to correct codeMarkus Mohrhard1-1/+1
2013-01-30if no cond format is valid use the existing protection, fdo#58826Markus Mohrhard1-1/+3
2012-12-18we need to use a copy of the original ScPatternAttr, fdo#58338Markus Mohrhard1-5/+7
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-02More methods that can be marked const.Kohei Yoshida1-4/+6
2012-11-02Mark these methods const.Kohei Yoshida1-2/+2
2012-10-31sc: fix erroneous casts of ScCondFormatItemMichael Stahl1-1/+2
2012-10-12lcl_LineSize is unusedCaolán McNamara1-25/+0
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-4/+4
2012-10-06also support removing of conditional formatsMarkus Mohrhard1-0/+51
2012-10-06remaining places in calc core are adapted to overlapping cond formatsMarkus Mohrhard1-7/+7
2012-10-06support overlapping conditional formatsMarkus Mohrhard1-0/+49
2012-09-06handle protection in conditional formats correctly, fdo#51636Markus Mohrhard1-0/+34
2012-07-15Revert "don't delete ScPatternAttr from doc pool for swap, i#118877"Markus Mohrhard1-15/+0
2012-07-13don't delete ScPatternAttr from doc pool for swap, i#118877Markus Mohrhard1-0/+15
2012-07-09Revert "Revert "export all style information to xls/xlsx, fdo#46738""Markus Mohrhard1-1/+1
2012-07-09Revert "export all style information to xls/xlsx, fdo#46738"Markus Mohrhard1-1/+1
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl1-1/+1
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl1-1/+1
2012-06-11correctly set new conditional formatMarkus Mohrhard1-25/+0
2012-06-09Remove superfluous include commentsThomas Arnhold1-3/+0
2012-05-24make color formats and conditional formats a sheet propertyMarkus Mohrhard1-6/+6
2012-05-24resolved fdo#41214 crash due to offset errorEike Rathke1-4/+3
2012-05-14some optimization of ScAttrArray::GetLastVisibleAttr()Eike Rathke1-19/+34
2012-03-27export all style information to xls/xlsx, fdo#46738Markus Mohrhard1-2/+2
2012-01-10callcatcher: update listCaolán McNamara1-71/+0
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-10sal_Bool to boolEike Rathke1-101/+101
2011-11-07sal_Bool->bool in ScDocumentMarkus Mohrhard1-4/+4
2011-09-06merge area does not need to be increased if a shadow is attachedMarkus Mohrhard1-14/+1
2011-08-23debug build errorsGabor1-0/+1