summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-03Version 4.2.0.0.beta2, tag libreoffice-4.2.0.0.beta2libreoffice-4.2.0.0.beta2Christian Lohmaier3-0/+0
2013-12-03bump product version to 4.2.0.0.beta2Christian Lohmaier1-1/+1
2013-12-03Updated coreChristian Lohmaier1-0/+0
2013-12-03vcl: check if AT is running before loading the libraryMichael Stahl3-36/+33
2013-12-03winaccessibility: remove global g_acc_managerMichael Stahl8-75/+33
2013-12-03Revert "winaccessibility: let CoCreateInstance calls find the components"Michael Stahl2-12/+0
2013-12-03winaccessibility: fix my stupid mistake in createAggInstanceMichael Stahl1-16/+17
2013-12-03winaccessibility: replace CoCreateInstance with direct instantiationMichael Stahl11-33/+114
2013-12-03vcl: fix crashes when retrieving objects for MSAAMichael Stahl1-4/+6
2013-12-03Blind fix for sal_Int32/int confusionTor Lillqvist1-1/+1
2013-12-03fdo#70797 fix incorrect argument handling of CHISQ.DISTWinfried Donkers4-3/+28
2013-12-03Revert "sw: valgrind complains about uninitialized mbIsPrepareSelAll"Michael Stahl1-1/+0
2013-12-03SwAccessibleFrameBase::Modify(): avoid accessing deleted mpFrmMichael Stahl1-0/+2
2013-12-03sw: valgrind complains about uninitialized mbIsPrepareSelAllMichael Stahl1-0/+1
2013-12-03fdo#71434: don't show master text if PlaceHolder types definedKorrawit Pruegsanusak1-3/+20
2013-12-03Revert "fdo#67862: Add greek symbols to docking window"Thomas Arnhold4-219/+1
2013-12-03Test trendline properties using an emport -> ixport cycleTomaž Vajngerl2-0/+161
2013-12-03Support regression curve name in old binary XLS XP/2k/2k3 format.Tomaž Vajngerl5-2/+30
2013-12-03Support regression curve name in OOXML (import & export).Tomaž Vajngerl4-12/+21
2013-12-03Support regression curve name in ODF.Tomaž Vajngerl3-0/+3
2013-12-03Custom name for a trend line (shown in legend).Tomaž Vajngerl9-31/+127
2013-12-03Simplify conversion from/to ItemSet/PropertySet for RegressionCurvesTomaž Vajngerl3-355/+139
2013-12-03DRY-cleanup RegressionCurveItemConverterTomaž Vajngerl1-144/+117
2013-12-02fdo#72163 belts and suspendersLionel Elie Mamane1-2/+4
2013-12-02fdo#72163 after updating m_xComposer, command facets are not dirty anymoreLionel Elie Mamane1-0/+2
2013-12-02fdo#71450 fdo#71698: ODF import: fix frame name corner casesMichael Stahl1-2/+10
2013-12-02fdo#71749: sw: WW8: don't loop on tables in footnotesMichael Stahl1-1/+1
2013-12-02in .xlsx import append a parameter for CEILING, FLOOR and WEEKNUM againEike Rathke1-17/+39
2013-12-02added isOOXML()Eike Rathke2-0/+10
2013-12-02GPU Calc: cache the very last compiled program in memorylibreoffice-4-2-milestone-3I-Jui (Ray) Sung1-21/+36
2013-12-02store internal CONVERT to .xlsx/.xls and distinguish from CONVERT_ADDEike Rathke3-3/+19
2013-12-02Resolves: #i123765# reset buffered DropTarget when undockingArmin Le Grand1-0/+5
2013-12-02Resolves: #i74854# fix buttons in MsgBox with info iconHerbert Dürr3-1/+11
2013-12-02release SolarMutex after successful tryToAcquire()Eike Rathke1-1/+5
2013-12-02sc: no such thing as std::vector::findMichael Stahl1-1/+5
2013-12-02sc: threaded parsing of the core data inside large XLSX filesMichael Meeks6-154/+285
2013-12-02Allow worker threads to use their own FastParser instances.Kohei Yoshida5-94/+292
2013-12-02added Kurdish, Southern (Iran) [sdh-IR] to language list, fdo#63460Eike Rathke4-0/+5
2013-12-02fdo#71056 add <sup> to list of inline help XML tagsAndras Timar1-2/+2
2013-12-02Resolves: fdo#71527 make presenter console not crash/uselessThorsten Behrens8-21/+22
2013-12-02fdo#71748 Fix color pickersMaxim Monastirsky6-29/+5
2013-12-02fdo#43494 Allow UI scaling up to 400%Samuel Mehrbrodt1-1/+1
2013-12-02fdo#43637 Two commands with the same name "Backspace"Samuel Mehrbrodt1-1/+1
2013-12-02Updated coreAndras Timar1-0/+0
2013-12-02make data streams an experimental featureMatúš Kukan3-5/+16
2013-12-02fix memory leakMatúš Kukan1-0/+1
2013-12-02datastreams: No need to disable undo. We do not add undo actions.Matúš Kukan2-4/+0
2013-12-02datastreams: Simplify code for importing CSV data.Matúš Kukan2-13/+77
2013-12-02datastreams: for security, ask before executing a script when importingMatúš Kukan3-9/+57
2013-12-02Let's use ScRefreshTimer for data streams instead of our own thread.Matúš Kukan4-53/+26