summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-05-13fdo#46808, Convert some chart2 services to new styleNoel Grandin2-19/+17
2013-05-13fdo#46808 Convert chart2::FormattedString service to new styleNoel Grandin4-69/+45
2013-05-13remove dead codeNoel Grandin1-8/+0
2013-05-13fdo#46808, Convert sheet::GlobalSheetSettings service to new styleNoel Grandin5-48/+137
2013-05-13fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin2-27/+18
2013-05-13fdo#46808, Convert util::PathSettings service to new styleNoel Grandin1-17/+18
2013-05-13Support IMR_QUERYCHARPOSITION in Writer and Calc.Yohei Yukawa2-1/+17
2013-05-12cppcheck: unusedVariable (pPreviewPattr)Julien Nabet1-1/+0
2013-05-10try fix build failure ( on some platforms ) uno::makeAny( 1 )Noel Power1-1/+2
2013-05-10Broadcast only on deleted cells that were previously non-empty.Kohei Yoshida2-13/+37
2013-05-10fix various problems with vba Names & Names objectsNoel Power4-79/+144
2013-05-10resolved fdo#64384 check subtotal row filtered also for single referenceEike Rathke1-0/+4
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke25-98/+99
2013-05-10temporarily disable unit test that fails on windowsNoel Power1-0/+2
2013-05-09coverity#705449: comparing array against NULLMarkus Mohrhard1-2/+0
2013-05-09coverity#705446: self assignmentMarkus Mohrhard1-8/+6
2013-05-09add missing exception specificationLuboš Luňák2-2/+2
2013-05-09ScHint doesn't need to store broadcaster pointer. Let's not.Kohei Yoshida11-44/+27
2013-05-09Test more broadcaster relocation scenarios.Kohei Yoshida1-4/+75
2013-05-09Simplify this a bit.Kohei Yoshida1-23/+8
2013-05-09This is not necessary either.Kohei Yoshida1-1/+0
2013-05-09No need to check for broadcaster's presence here.Kohei Yoshida1-3/+2
2013-05-09Script types are unsigned char now.Kohei Yoshida1-1/+1
2013-05-09Set page style name to the sheet directly via ScDocument, not UNO API.Kohei Yoshida1-3/+5
2013-05-09Remove using namespace statements that may cause naming clashes.Kohei Yoshida1-31/+26
2013-05-09Change of plan. ScColumn::DeleteRange() will NOT broadcast. Ever.Kohei Yoshida1-3/+0
2013-05-09The same thing applies in reverse direction.Kohei Yoshida2-6/+12
2013-05-09Fix another broadcaster bug and a test code to catch it.Kohei Yoshida2-3/+15
2013-05-09Test to ensure that removing a listening formula cell remove the broadcaster.Kohei Yoshida1-0/+8
2013-05-09More test and more fix wrt broadcaster rework.Kohei Yoshida3-23/+94
2013-05-09Start writing unit test for broadcaster storage. Found & fixed one bug.Kohei Yoshida8-2/+80
2013-05-09Adjust for API change in mdds 0.8.0.Kohei Yoshida4-5/+5
2013-05-09With the removal of CELLTYPE_NOTE, IsBlank() is now always false.Kohei Yoshida4-65/+22
2013-05-09Add this back. This was removed by accident.Kohei Yoshida1-0/+4
2013-05-09We need to broadcast here...Kohei Yoshida1-0/+9
2013-05-09I should first check whether a broadcaster exists at this position.Kohei Yoshida1-2/+6
2013-05-09Remove SC_HINT_DYING. We don't do anything specific for this hint.Kohei Yoshida9-15/+13
2013-05-09Broadcast change on cell deletion.Kohei Yoshida1-2/+13
2013-05-09DeleteRange is only called from within ScColumn, and should be private.Kohei Yoshida1-1/+2
2013-05-09A bit of cleanup.Kohei Yoshida3-8/+6
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida35-565/+204
2013-05-09Add new broadcaster storage in ScColumn. Not used yet.Kohei Yoshida3-1/+44
2013-05-09Remove unnecessary inclusion of column.hxx.Kohei Yoshida5-5/+0
2013-05-09Update the comment.Kohei Yoshida1-3/+1
2013-05-09Switch script type storage from unsigned short to unsigned char.Kohei Yoshida3-13/+13
2013-05-09Don't forget to calculate hash when importing from xls.Kohei Yoshida1-0/+2
2013-05-09Add SUMPRODUCT and MINVERSE to the list of vectorizable functions.Kohei Yoshida1-0/+2
2013-05-09fix waeNoel Power1-1/+1
2013-05-09add simple Range.Name testNoel Power1-0/+0
2013-05-09implement Range.NameNoel Power2-0/+53