summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Little cleanup in image loader internal functionslibreoffice-4-1-branch-pointRodolfo Ribeiro Gomes2013-05-211-43/+22
* move DBG_UNHANDLED_EXCEPTION out of lineNoel Grandin2013-05-212-39/+54
* do not second-guess help langs for installationDavid Tardon2013-05-212-10/+3
* Re-add PNG file that used to have a pathological (LF) filenameIsamu Mogi2013-05-211-0/+0
* Avoid pathological filename, breaking checkout on some systems.Isamu Mogi2013-05-211-0/+0
* Fix two SfxFilterMatcher_Impl memory leaks.Mark Wielaard2013-05-211-1/+9
* fdo#64011 fix the position and the drawing from left to right in RTL sheetFaisal M. Al-Otaibi2013-05-211-0/+7
* Updated corePetr Mladek2013-05-210-0/+0
* helpcontent2: add missing auxiliary helpcontent files for bn-INPetr Mladek2013-05-211-0/+0
* allow to create new database using the wizard again (fdo#62937)Petr Mladek2013-05-211-7/+3
* fdo#46808, fix unit testNoel Grandin2013-05-211-0/+1
* fdo#46808, Use service constructorsNoel Grandin2013-05-212-28/+16
* fdo#46808, Convert chart2::Title service to new styleNoel Grandin2013-05-2130-220/+309
* fdo#46808, Convert various chart2:*Scaling services to new styleNoel Grandin2013-05-2110-42/+30
* fdo#46808, GetStorageFromURL now takes an XComponentContextNoel Grandin2013-05-211-1/+1
* remove unnecessary macrosNoel Grandin2013-05-211-20/+12
* Remove unnecessary namespacingNoel Grandin2013-05-212-21/+22
* fix alignment in codeNoel Grandin2013-05-211-8/+10
* fdo#46808, Clean up old usages of ExtToolkitNoel Grandin2013-05-213-10/+7
* fdo#46808, Convert awt::XUnoControlDialog to new styleNoel Grandin2013-05-2115-139/+213
* fdo#46808, Convert awt::UnoControlDialogModel to new styleNoel Grandin2013-05-2128-519/+627
* Bypass for now an OSL_ENSURE that doesn't compileTor Lillqvist2013-05-211-1/+3
* Rehash the 0.8.1 package due to a last minute oops.Kohei Yoshida2013-05-201-1/+1
* We don't need this patch anymore.Kohei Yoshida2013-05-202-26/+0
* Update mdds to 0.8.1.Kohei Yoshida2013-05-202-2/+2
* Test performance of pasting of formula cells as well.Kohei Yoshida2013-05-201-0/+94
* Another performance scenario. Pasting of cells interspersed with empty ones.Kohei Yoshida2013-05-201-0/+92
* A bit cleaner way to measure time segment.Kohei Yoshida2013-05-201-21/+40
* Make these stack variables & fix one memory leak with the undo object.Kohei Yoshida2013-05-201-9/+6
* Add performance test for repeat-pasting cell to a large cell range.Kohei Yoshida2013-05-207-0/+116
* Ditto when purging broadcasters.Kohei Yoshida2013-05-209-44/+26
* A bit of cleanup.Kohei Yoshida2013-05-201-6/+9
* Do the same trick when getting broadcasters during mass formula cell deletion.Kohei Yoshida2013-05-203-3/+20
* Keep track of column block positions when mass-pasting formula cells.Kohei Yoshida2013-05-2013-41/+165
* A bit of cleanup before refactoring.Kohei Yoshida2013-05-201-35/+14
* Prefer early bail-out.Kohei Yoshida2013-05-201-35/+38
* Compiler warning.Kohei Yoshida2013-05-201-2/+1
* Optimize ScColumn::MixData() to remove several bottlenecks.Kohei Yoshida2013-05-204-16/+77
* A bit of a cleanup.Kohei Yoshida2013-05-206-75/+27
* Keep track of column block positions in ScDocumentImport too.Kohei Yoshida2013-05-204-22/+101
* Same with MixDocument(). But this one has additional bottleneck...Kohei Yoshida2013-05-208-27/+86
* Make it exception safe.Kohei Yoshida2013-05-201-8/+5
* Reuse CopyToDocContext for UndoTo*.Kohei Yoshida2013-05-205-21/+20
* Do the same thing for CopyToDocument.Kohei Yoshida2013-05-208-34/+89
* Move the boolean flags to the context bucket.Kohei Yoshida2013-05-207-21/+42
* Do the same optimization for CopyToClip.Kohei Yoshida2013-05-207-48/+84
* Get the script type in an efficient manner.Kohei Yoshida2013-05-201-1/+2
* Optimize ScViewFunc::GetSelectionScriptType().Kohei Yoshida2013-05-2013-69/+210
* Cleaned up a bit to remove the need to initialize the block positions.Kohei Yoshida2013-05-203-62/+32
* Speed up ScColumn::HasEditCells() by keeping track of block position.Kohei Yoshida2013-05-207-26/+121