summaryrefslogtreecommitdiff
path: root/sc/source/core/data
AgeCommit message (Expand)AuthorFilesLines
2012-07-13don't delete ScPatternAttr from doc pool for swap, i#118877Markus Mohrhard3-4/+22
2012-07-12ScValidationDataList: use const_iteratorMichael Stahl1-2/+6
2012-07-12Convert SV_DECL_PTRARR_SORT(ScValidationEntries_Impl) to std::setNoel Grandin3-37/+27
2012-07-12Convert SV_DECL_PTRARR_SORT(ScAddInAsyncs) to std::setNoel Grandin1-1/+5
2012-07-11Always Recalc volatile formula cells in importDaniel Bankston1-0/+4
2012-07-11Use bool instead of sal_uInt16 for HardCalcStateDaniel Bankston3-8/+6
2012-07-11Use cached formula results instead of recalculatingDaniel Bankston3-4/+1
2012-07-11Use imported formula results if ODS doc was generated by LibreOfficeDaniel Bankston2-1/+3
2012-07-09some UniString->rtl::OUStringCaolán McNamara4-12/+13
2012-07-09Revert "Revert "export all style information to xls/xlsx, fdo#46738""Markus Mohrhard4-5/+18
2012-07-09Revert "export all style information to xls/xlsx, fdo#46738"Markus Mohrhard4-18/+5
2012-07-08export all notes into odf, fdo#49924Markus Mohrhard1-0/+7
2012-07-07fdo#43109: Don't check for simple number when text format is requested.Kohei Yoshida1-1/+1
2012-07-06Properly rehash row visibility when the layout dialog is dismissed.Kohei Yoshida5-7/+13
2012-07-06Sync the 'ignore empty rows' and 'repeat if empty' flags as appropriate.Kohei Yoshida1-0/+1
2012-07-05Use correct row indices to keep track of empty rows.Kohei Yoshida1-1/+21
2012-07-05Unnecessary header include.Kohei Yoshida1-1/+0
2012-07-05fdo#51266: Sync dimension members in several places upon refresh.Kohei Yoshida5-0/+97
2012-07-05Replaced deprecated tools/String with OUString in ScMatrixSören Möller1-0/+8
2012-07-04fixed wrong string copy logic in ScFormulaCell::CompileDBFormula()Eike Rathke1-1/+1
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl2-2/+2
2012-07-04check for invalid tab number, fdo#51667Markus Mohrhard1-2/+2
2012-07-03ditch String::CreateFromAsciiCaolán McNamara2-7/+7
2012-07-03do not attempt to compile running formula cell (fdo#51601 related)Eike Rathke1-7/+4
2012-07-03fdo#51266: Properly set pivot item 'empty' on empty cells.Kohei Yoshida2-0/+8
2012-07-01Remove unused definesThomas Arnhold1-7/+0
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara6-19/+18
2012-06-28Remove some unused localsThomas Arnhold2-65/+0
2012-06-27support colored axis in data barsMarkus Mohrhard1-0/+1
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl1-1/+1
2012-06-25repaint all cells if NULL is passed, fdo#51174Markus Mohrhard1-1/+9
2012-06-25if no new cell exists, create hidden broadcaster cell, fdo#51368Markus Mohrhard1-0/+3
2012-06-20big formula performance improvement for xlsx import (bnc#763168 & bnc#765942)Noel Power1-0/+5
2012-06-19merge together hand-crafted traditional/simplified chinese testsCaolán McNamara2-9/+5
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara1-1/+1
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara5-60/+0
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara1-2/+2
2012-06-12Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin2-18/+18
2012-06-12small improvements to data bar dialogMarkus Mohrhard1-0/+9
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara2-7/+9
2012-06-11removeTrailingChars is the same as stripEndCaolán McNamara1-1/+1
2012-06-11fix rebase problemsMarkus Mohrhard2-3/+11
2012-06-11correctly copy the cond formats, fdo#50679Markus Mohrhard1-1/+14
2012-06-11fix repainting of conditional formatsMarkus Mohrhard1-81/+1
2012-06-11correctly set new conditional formatMarkus Mohrhard4-30/+20
2012-06-11use the result of the dialog and apply it to the documentMarkus Mohrhard3-18/+25
2012-06-11remove uno from oox cond format import codeMarkus Mohrhard1-0/+45
2012-06-11adjust import/export code to merged conditional formatsMarkus Mohrhard6-286/+66
2012-06-11integrate color formats into conditional formatsMarkus Mohrhard4-122/+101
2012-06-11prepare cond format code for merge with color formatsMarkus Mohrhard2-58/+76