summaryrefslogtreecommitdiff
path: root/sc/source/core/data
AgeCommit message (Expand)AuthorFilesLines
2012-11-21fdo#56584: delete also note caption.Markus Mohrhard1-1/+1
2012-11-21fdo#54898: Test equality by order index (integer) which is more stable.Kohei Yoshida1-3/+3
2012-11-21remove conditional formats withiout range after import, related fdo#56983Markus Mohrhard1-4/+16
2012-11-20resolved fdo#56278 broadcast deletion to dependent formula cellsEike Rathke1-32/+35
2012-11-07fix copy paste error, fdo#55673Markus Mohrhard1-1/+1
2012-11-07only delete cond formats if the correct attributes are passed, fdo#56316Markus Mohrhard1-1/+2
2012-11-05Correctly handle cell note shifting when immediate row/column is deleted.Kohei Yoshida1-4/+12
2012-11-05Fix incorrect shifting of cell notes upon cell insertion / deletion.Kohei Yoshida1-2/+8
2012-11-05Remove the correct range, or else maItems would end up with invalid pointer.Kohei Yoshida1-1/+1
2012-11-05fdo#56325: Don't forget to build_tree() in fillTable().Kohei Yoshida1-6/+10
2012-10-22only use non blank cells in the visible data methods, fdo#54552Markus Mohrhard1-3/+7
2012-10-22ignore broadcaster cells to fill autofilter dialog, fdo#55712Markus Mohrhard1-0/+4
2012-10-16don't insert notes from deleted cells, fdo#55885Markus Mohrhard1-4/+14
2012-10-11fix for fdo#53814 Revert "there should be no need any more for this check"Noel Power1-0/+4
2012-09-27don't access out of bound array index, fdo#55022Markus Mohrhard1-1/+5
2012-09-24Backport various conditional formatting fixes from master.Markus Mohrhard2-0/+27
2012-09-19use correct cell for broadcasting, fdo#55059Markus Mohrhard1-1/+4
2012-09-19Improve performance on updating row flags in pivot table cache.Kohei Yoshida4-97/+140
2012-09-19warning C4702: unreachable codeStephan Bergmann1-3/+0
2012-09-18rows with cond formats don't have empty background, fdo#54661, fdo#52535Markus Mohrhard1-0/+2
2012-09-18shrink to used area for duplicate codn format, fdo#54349Markus Mohrhard1-2/+15
2012-09-18broadcaster cells are empty, fdo#54553Markus Mohrhard1-0/+3
2012-09-05better import of conditional format from old ODF structureMarkus Mohrhard1-7/+27
2012-08-31handle missing cond format entries more gracefully, related fdo#52340Markus Mohrhard1-0/+6
2012-08-30fdo#53938: Check for null pointer, and don't proceed when error occurs.Kohei Yoshida1-3/+9
2012-08-29prevent double delete of broadcaster, fdo#54074, fdo#53364Markus Mohrhard1-2/+5
2012-08-28don't crash for invalid repaint ranges in cond formats, fdo#53839Markus Mohrhard1-1/+1
2012-08-27when swaping cols or rows insert notes at the right place, fdo#53979Markus Mohrhard1-19/+30
2012-08-23fdo#53929: Pivot table uses case insensitive string comparison.Kohei Yoshida2-4/+5
2012-08-22fdo#53640: Correctly cache source data coming from database backend.Kohei Yoshida1-3/+6
2012-08-14fdo#53089: Avoid setting valid numbers as text during html import.Kohei Yoshida2-5/+5
2012-08-13correctly calculate percentile for upper data bar limitMarkus Mohrhard1-2/+2
2012-08-06delete conditional format entries that are removed, fdo#52351Markus Mohrhard1-0/+13
2012-07-30copy conditional formats with sheets, fdo#52457Markus Mohrhard1-0/+6
2012-07-24prevent crash in malformed pivot table loaded from .xlsEike Rathke1-5/+12
2012-07-23use correct source table for cond format paste, fdo#52340Markus Mohrhard1-1/+1
2012-07-18correct but ugly fix for i#118877Markus Mohrhard1-0/+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-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-04rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl1-1/+1
2012-07-04check for invalid tab number, fdo#51667Markus Mohrhard1-2/+2
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