summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* cppcheck: fix uselessAssignmentPtrArgJulien Nabet2013-05-131-1/+1
* set correct single tab page parentCaolán McNamara2013-05-131-4/+4
* unused helpidsCaolán McNamara2013-05-131-8/+0
* reenable left/right area swap in .ui layout termsCaolán McNamara2013-05-135-59/+17
* and now we can convert single-tab mode tooCaolán McNamara2013-05-131-5/+6
* Convert Calc page header/footer content to Widget UIOlivier Hallot2013-05-1315-593/+964
* fix Workbooks.xls unit test ( was failing on windows )Noel Power2013-05-132-7/+19
* fix uninitialised warningsNoel Grandin2013-05-131-2/+2
* fdo#46808, Convert some chart2 services to new styleNoel Grandin2013-05-132-19/+17
* fdo#46808 Convert chart2::FormattedString service to new styleNoel Grandin2013-05-134-69/+45
* remove dead codeNoel Grandin2013-05-131-8/+0
* fdo#46808, Convert sheet::GlobalSheetSettings service to new styleNoel Grandin2013-05-135-48/+137
* fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin2013-05-132-27/+18
* fdo#46808, Convert util::PathSettings service to new styleNoel Grandin2013-05-131-17/+18
* Support IMR_QUERYCHARPOSITION in Writer and Calc.Yohei Yukawa2013-05-132-1/+17
* cppcheck: unusedVariable (pPreviewPattr)Julien Nabet2013-05-121-1/+0
* try fix build failure ( on some platforms ) uno::makeAny( 1 )Noel Power2013-05-101-1/+2
* Broadcast only on deleted cells that were previously non-empty.Kohei Yoshida2013-05-102-13/+37
* fix various problems with vba Names & Names objectsNoel Power2013-05-104-79/+144
* resolved fdo#64384 check subtotal row filtered also for single referenceEike Rathke2013-05-101-0/+4
* resolved fdo#35756 import more than 64k HTML table cellsEike Rathke2013-05-1025-98/+99
* temporarily disable unit test that fails on windowsNoel Power2013-05-101-0/+2
* coverity#705449: comparing array against NULLMarkus Mohrhard2013-05-091-2/+0
* coverity#705446: self assignmentMarkus Mohrhard2013-05-091-8/+6
* add missing exception specificationLuboš Luňák2013-05-092-2/+2
* ScHint doesn't need to store broadcaster pointer. Let's not.Kohei Yoshida2013-05-0911-44/+27
* Test more broadcaster relocation scenarios.Kohei Yoshida2013-05-091-4/+75
* Simplify this a bit.Kohei Yoshida2013-05-091-23/+8
* This is not necessary either.Kohei Yoshida2013-05-091-1/+0
* No need to check for broadcaster's presence here.Kohei Yoshida2013-05-091-3/+2
* Script types are unsigned char now.Kohei Yoshida2013-05-091-1/+1
* Set page style name to the sheet directly via ScDocument, not UNO API.Kohei Yoshida2013-05-091-3/+5
* Remove using namespace statements that may cause naming clashes.Kohei Yoshida2013-05-091-31/+26
* Change of plan. ScColumn::DeleteRange() will NOT broadcast. Ever.Kohei Yoshida2013-05-091-3/+0
* The same thing applies in reverse direction.Kohei Yoshida2013-05-092-6/+12
* Fix another broadcaster bug and a test code to catch it.Kohei Yoshida2013-05-092-3/+15
* Test to ensure that removing a listening formula cell remove the broadcaster.Kohei Yoshida2013-05-091-0/+8
* More test and more fix wrt broadcaster rework.Kohei Yoshida2013-05-093-23/+94
* Start writing unit test for broadcaster storage. Found & fixed one bug.Kohei Yoshida2013-05-098-2/+80
* Adjust for API change in mdds 0.8.0.Kohei Yoshida2013-05-094-5/+5
* With the removal of CELLTYPE_NOTE, IsBlank() is now always false.Kohei Yoshida2013-05-094-65/+22
* Add this back. This was removed by accident.Kohei Yoshida2013-05-091-0/+4
* We need to broadcast here...Kohei Yoshida2013-05-091-0/+9
* I should first check whether a broadcaster exists at this position.Kohei Yoshida2013-05-091-2/+6
* Remove SC_HINT_DYING. We don't do anything specific for this hint.Kohei Yoshida2013-05-099-15/+13
* Broadcast change on cell deletion.Kohei Yoshida2013-05-091-2/+13
* DeleteRange is only called from within ScColumn, and should be private.Kohei Yoshida2013-05-091-1/+2
* A bit of cleanup.Kohei Yoshida2013-05-093-8/+6
* Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida2013-05-0935-565/+204
* Add new broadcaster storage in ScColumn. Not used yet.Kohei Yoshida2013-05-093-1/+44