summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-06-18resolved fdo#65082 RATE function should not find roots <= -1Eike Rathke1-13/+46
2013-05-27fix build error, OUString->rtl::OUStringNoel Power1-1/+1
2013-05-27remove chart listener when chart is deleted, fdo#64639Markus Mohrhard3-0/+8
2013-05-17resolved fdo#63805 max day of month of the intended monthEike Rathke1-2/+1
2013-05-15resolved fdo#60468 no special tab case workaround for CSV importEike Rathke1-13/+0
2013-05-13resolved fdo#64384 check subtotal row filtered also for single referenceEike Rathke1-0/+4
2013-04-18resolved rhbz#918544 do not attempt to access non-existing formatEike Rathke1-2/+5
2013-04-15resolved fdo#63421 crash in pivot table with accessibilityEike Rathke1-27/+64
2013-04-11prevent vector and sequence out of bounds access, fdo#60300Eike Rathke1-12/+42
2013-04-11prevent out of bounds vector access in ooo62493-1.xls recalculationEike Rathke1-0/+2
2013-04-11resolved fdo#63403 do not create matrix with 0 rows or colsEike Rathke2-1/+15
2013-03-13bnc#798309 inherit group style from parentNoel Power1-1/+1
2013-03-07resolved rhbz#916936 allow also input line for read-onlyEike Rathke1-4/+6
2013-02-25support new attribute also in 3.6, fdo#60760Markus Mohrhard3-1/+6
2013-02-09fdo#39135: Prevent integer overflow & update the character during loop.Kohei Yoshida1-0/+5
2013-02-06resolved fdo#60366 make MATCH() accept a single cell referenceEike Rathke1-0/+6
2013-01-21resolved fdo#59583 prevent inappropriate column/row label detectionEike Rathke1-1/+3
2013-01-19reset one of the sort containers before refilling, fdo#57465Markus Mohrhard1-0/+2
2013-01-15one more improvement around cond format rendering, fdo#57896Markus Mohrhard1-1/+4
2013-01-14Fix fdo#51121 OWA misbehaviour with uncompressed meta.xmlThorsten Behrens2-9/+7
2013-01-12Let's not return here to prevent memory leak.Kohei Yoshida1-2/+1
2013-01-11fdo#59084: Sync dimension members after reloading the group data.Kohei Yoshida1-2/+2
2013-01-02fdo#47466 FORMATTING: Autoformat empty rows causes app to crashJulien Nabet1-0/+2
2012-12-18adapt cond format range when copying sheets, fdo#56742Markus Mohrhard1-1/+5
2012-12-18fdo#56937 - mac a11y hang related to traversing vast, broken hierarchies.Michael Meeks2-5/+17
2012-12-18finalize pivot *before* scenario sheet to ensure table numbers are correctNoel Power1-5/+6
2012-12-18fix sometimes data corruption with xlsx import ( with scenario sheets )Noel Power1-5/+2
2012-12-18fix fdo#58237 import hyperlinks for shapes in xlsx documentsNoel Power3-1/+43
2012-12-15Do extra check on source range to make sure no funny things happen.Kohei Yoshida2-0/+13
2012-12-08fdo#57497: Remove group table data when all group dimensions are gone.Kohei Yoshida5-37/+86
2012-11-24we need to catch the exception here, fdo#57451Markus Mohrhard1-1/+8
2012-11-21fdo#56584: delete also note caption.Markus Mohrhard1-1/+1
2012-11-15resolved fdo#56278 broadcast deletion to dependent formula cellsEike Rathke1-32/+35
2012-11-13fdo#56776: Change in formula options should cause repaint.Kohei Yoshida1-0/+5
2012-11-13remove conditional formats withiout range after import, related fdo#56983Markus Mohrhard3-4/+29
2012-11-12only set entries for existing sort entries, related fdo#56958Markus Mohrhard1-1/+1
2012-11-12make sure that the sort vector is large enough, fdo#56958Markus Mohrhard1-0/+3
2012-11-11fix for fdo#55875 numbers as text converted strangelyNoel Power1-1/+8
2012-11-09fdo#54898: Test equality by order index (integer) which is more stable.Kohei Yoshida1-3/+3
2012-11-07Minor enhancements on the autofilter popup window.Kohei Yoshida1-1/+15
2012-11-05fix ooxml color exportMarkus Mohrhard1-1/+1
2012-11-05export dxfs at the correct placeMarkus Mohrhard1-1/+1
2012-11-06fdo#53531: Time field can be represented with an extended time field type.Kohei Yoshida1-0/+2
2012-11-05halt corrupted styles with multi-saved xlsx document fdo#55418Noel Power1-1/+4
2012-11-05fix xlsx export missing alignment attributes with cellstyle fdo#55417Noel Power1-1/+7
2012-11-05fix copy paste error, fdo#55673Markus Mohrhard1-1/+1
2012-11-05only delete cond formats if the correct attributes are passed, fdo#56316Markus Mohrhard1-1/+2
2012-11-04Correctly handle cell note shifting when immediate row/column is deleted.Kohei Yoshida1-4/+12
2012-11-04Fix incorrect shifting of cell notes upon cell insertion / deletion.Kohei Yoshida1-2/+8
2012-11-02Remove the correct range, or else maItems would end up with invalid pointer.Kohei Yoshida1-1/+1