summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-21more linking fixNoel Grandin1-0/+1
2013-05-21fix for linkingNoel Grandin8-2/+9
2013-05-21Branch libreoffice-4-1Petr Mladek3-0/+0
2013-05-21Little cleanup in image loader internal functionslibreoffice-4-1-branch-pointRodolfo Ribeiro Gomes1-43/+22
2013-05-21move DBG_UNHANDLED_EXCEPTION out of lineNoel Grandin2-39/+54
2013-05-21do not second-guess help langs for installationDavid Tardon2-10/+3
2013-05-21Re-add PNG file that used to have a pathological (LF) filenameIsamu Mogi1-0/+0
2013-05-21Avoid pathological filename, breaking checkout on some systems.Isamu Mogi1-0/+0
2013-05-21Fix two SfxFilterMatcher_Impl memory leaks.Mark Wielaard1-1/+9
2013-05-21fdo#64011 fix the position and the drawing from left to right in RTL sheetFaisal M. Al-Otaibi1-0/+7
2013-05-21Updated corePetr Mladek0-0/+0
2013-05-21helpcontent2: add missing auxiliary helpcontent files for bn-INPetr Mladek1-0/+0
2013-05-21allow to create new database using the wizard again (fdo#62937)Petr Mladek1-7/+3
2013-05-21fdo#46808, fix unit testNoel Grandin1-0/+1
2013-05-21fdo#46808, Use service constructorsNoel Grandin2-28/+16
2013-05-21fdo#46808, Convert chart2::Title service to new styleNoel Grandin30-220/+309
2013-05-21fdo#46808, Convert various chart2:*Scaling services to new styleNoel Grandin10-42/+30
2013-05-21fdo#46808, GetStorageFromURL now takes an XComponentContextNoel Grandin1-1/+1
2013-05-21remove unnecessary macrosNoel Grandin1-20/+12
2013-05-21Remove unnecessary namespacingNoel Grandin2-21/+22
2013-05-21fix alignment in codeNoel Grandin1-8/+10
2013-05-21fdo#46808, Clean up old usages of ExtToolkitNoel Grandin3-10/+7
2013-05-21fdo#46808, Convert awt::XUnoControlDialog to new styleNoel Grandin15-139/+213
2013-05-21fdo#46808, Convert awt::UnoControlDialogModel to new styleNoel Grandin28-519/+627
2013-05-21Bypass for now an OSL_ENSURE that doesn't compileTor Lillqvist1-1/+3
2013-05-20Rehash the 0.8.1 package due to a last minute oops.Kohei Yoshida1-1/+1
2013-05-20We don't need this patch anymore.Kohei Yoshida2-26/+0
2013-05-20Update mdds to 0.8.1.Kohei Yoshida2-2/+2
2013-05-20Test performance of pasting of formula cells as well.Kohei Yoshida1-0/+94
2013-05-20Another performance scenario. Pasting of cells interspersed with empty ones.Kohei Yoshida1-0/+92
2013-05-20A bit cleaner way to measure time segment.Kohei Yoshida1-21/+40
2013-05-20Make these stack variables & fix one memory leak with the undo object.Kohei Yoshida1-9/+6
2013-05-20Add performance test for repeat-pasting cell to a large cell range.Kohei Yoshida7-0/+116
2013-05-20Ditto when purging broadcasters.Kohei Yoshida9-44/+26
2013-05-20A bit of cleanup.Kohei Yoshida1-6/+9
2013-05-20Do the same trick when getting broadcasters during mass formula cell deletion.Kohei Yoshida3-3/+20
2013-05-20Keep track of column block positions when mass-pasting formula cells.Kohei Yoshida13-41/+165
2013-05-20A bit of cleanup before refactoring.Kohei Yoshida1-35/+14
2013-05-20Prefer early bail-out.Kohei Yoshida1-35/+38
2013-05-20Compiler warning.Kohei Yoshida1-2/+1
2013-05-20Optimize ScColumn::MixData() to remove several bottlenecks.Kohei Yoshida4-16/+77
2013-05-20A bit of a cleanup.Kohei Yoshida6-75/+27
2013-05-20Keep track of column block positions in ScDocumentImport too.Kohei Yoshida4-22/+101
2013-05-20Same with MixDocument(). But this one has additional bottleneck...Kohei Yoshida8-27/+86
2013-05-20Make it exception safe.Kohei Yoshida1-8/+5
2013-05-20Reuse CopyToDocContext for UndoTo*.Kohei Yoshida5-21/+20
2013-05-20Do the same thing for CopyToDocument.Kohei Yoshida8-34/+89
2013-05-20Move the boolean flags to the context bucket.Kohei Yoshida7-21/+42
2013-05-20Do the same optimization for CopyToClip.Kohei Yoshida7-48/+84
2013-05-20Get the script type in an efficient manner.Kohei Yoshida1-1/+2