summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updated coreAndras Timar2013-05-101-0/+0
* protect SalFrameView's isOpaque() method by an isAlive() checkHerbert Dürr2013-05-101-1/+7
* Related: #i112873# check native widget's control value type...Herbert Dürr2013-05-104-10/+7
* temporarily disable unit test that fails on windowsNoel Power2013-05-101-0/+2
* Fix more exception specificationsStephan Bergmann2013-05-101-18/+49
* Make harfbuzz Windows XP compatibleFridrich Štrba2013-05-102-0/+138
* Fix exception specificationStephan Bergmann2013-05-101-1/+3
* WaE: private field 'pFilenameLab' is not usedTor Lillqvist2013-05-101-2/+0
* MinorKhaled Hosny2013-05-091-2/+2
* [coretext] Fix line spacingKhaled Hosny2013-05-091-3/+1
* coverity#736132: comparison of array against NULLMarkus Mohrhard2013-05-091-3/+0
* icoverity#705451: comparison of array against NULLMarkus Mohrhard2013-05-091-3/+1
* coverity#705449: comparing array against NULLMarkus Mohrhard2013-05-091-2/+0
* coverity#705446: self assignmentMarkus Mohrhard2013-05-092-9/+6
* coverity#982277: reosurce leakMarkus Mohrhard2013-05-092-2/+0
* coverity#704141: resource leakMarkus Mohrhard2013-05-091-0/+1
* Related fdo#35546: Cosmetic fixes for Photo Album DialogSamuel Mehrbrodt2013-05-092-83/+57
* Related: #119477#, nBuStart is initialized as -1, an unsigned int is requiredXisco Fauli2013-05-091-3/+1
* #119477# fix bullet's start with error when save .ppt fileSun Ying2013-05-092-15/+15
* Perhaps this will help the clang buildbot (?)Kohei Yoshida2013-05-092-0/+26
* Get clucene to build on Windows.Kohei Yoshida2013-05-091-1/+6
* add missing exception specificationLuboš Luňák2013-05-092-2/+2
* no FT_Face_GetCharVariantIndex on RHEL-5, dlsym itCaolán McNamara2013-05-091-2/+9
* Go back to the old way of detecting headers.Kohei Yoshida2013-05-091-2/+10
* Remove a patch that's no longer needed.Kohei Yoshida2013-05-092-43/+0
* Update mdds to 0.8.0.Kohei Yoshida2013-05-092-11/+3
* 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