summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-11Add GroupedBy: Columns/Rows to Correlation and Covariance.Tomaž Vajngerl8-267/+867
2013-11-11More Excel functions with _xlfn. prefix.Kohei Yoshida1-9/+14
2013-11-11CHISQ.DIST now supported in the core.Kohei Yoshida1-1/+2
2013-11-12Add some more commentsTor Lillqvist3-1/+19
2013-11-11Add EBOOK_LIBSTor Lillqvist1-0/+1
2013-11-11Add test for importing some of those functions new in Excel 2010.Kohei Yoshida4-0/+38
2013-11-11Accelerate checking for VBA macros that are not there.Michael Meeks2-13/+11
2013-11-11Add separate list of function names for OOXML import.Kohei Yoshida3-3/+360
2013-11-11Group formula cells if we can, to avoid cloning of token array instances.Kohei Yoshida1-1/+18
2013-11-11This is clearly a mistake.Kohei Yoshida1-1/+1
2013-11-11Store the formula cell instance in cache rather than the token array.Kohei Yoshida1-9/+15
2013-11-11Create formula cells there...Kohei Yoshida1-12/+16
2013-11-11Cache previous formula tokens to avoid formula re-compilations.Kohei Yoshida1-2/+83
2013-11-11Remove mutexes from external ref manager.Kohei Yoshida2-32/+0
2013-11-11Revert "Guard access to external ref manager instance."Kohei Yoshida3-26/+12
2013-11-11We don't need to put this in a separate thread.Kohei Yoshida2-39/+11
2013-11-11Revert "Guard CharacterClassificationImpl with mutex."Kohei Yoshida2-19/+5
2013-11-11Mutex access to the global theIndexTable.Kohei Yoshida1-20/+44
2013-11-11Thread-safe way to check for presence of references in formula tokens.Kohei Yoshida4-3/+34
2013-11-11Guard CharacterClassificationImpl with mutex.Kohei Yoshida2-5/+19
2013-11-11Make this thread safe too.Kohei Yoshida2-0/+4
2013-11-11Guard access to external ref manager instance.Kohei Yoshida3-12/+26
2013-11-11Move the API guard out of the worker threads onto the manager thread.Kohei Yoshida1-1/+7
2013-11-11Remove unused writerfilter::doctok::DffRecordMiklos Vajna6-391/+0
2013-11-11startcenter: Don't create the Image with every paint.Jan Holesovsky2-6/+13
2013-11-11startcenter: Paint either the welcome, or the recent docs.Jan Holesovsky1-1/+2
2013-11-11startcenter: Start center shows a welcome text when recent doc list is emptyRodolfo Ribeiro Gomes5-0/+40
2013-11-11libxslt: upgrade to version 1.1.28Michael Stahl11-181/+74
2013-11-11libxml2: upgrade to version 2.9.1Michael Stahl15-366/+92
2013-11-11get-bugzilla-attachments-by-mimetype: add libebook typesMichael Stahl1-0/+3
2013-11-11filter config: fix MIME types for MacWrite and FreeHandMichael Stahl2-2/+2
2013-11-11SAL_WARN_UNUSED INetURLObjectStephan Bergmann9-15/+1
2013-11-11get-bugzilla-attachments-by-mimetype: more launchpad fixesMichael Stahl1-32/+33
2013-11-11get-bugzilla-attachments-by-mimetype: better test for existing fileMichael Stahl1-1/+5
2013-11-11get-bugzilla-attachments-by-mimetype: add some missing mime typesMichael Stahl1-0/+16
2013-11-11get-bugzilla-attachments-by-mimetype: more Python 3 in exception handlerMichael Stahl1-7/+8
2013-11-11String clean-upStephan Bergmann1-63/+47
2013-11-11typo fixesAndras Timar1-7/+7
2013-11-11Don't call Manager::addProvider(null) upon optional NoSuchFileExceptionStephan Bergmann1-3/+1
2013-11-11added Puinave [pui-CO] to language list, fdo#71454Eike Rathke3-0/+3
2013-11-11convert STRING_NOTFOUND in sc moduleNoel Grandin7-39/+40
2013-11-11convert STRING_NOTFOUND -> -1 in editengNoel Grandin1-15/+15
2013-11-11convert STRING_NOTFOUND -> NODE_NOTFOUND in connectivityNoel Grandin2-9/+9
2013-11-11Destroy SfxAllItemSet before calling framework::Desktop::terminateStephan Bergmann1-66/+74
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin119-580/+561
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin50-132/+130
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin40-207/+200
2013-11-11w:pict element was wrongly exported as child of w:rPr element.sushil_shinde4-28/+82
2013-11-11filter: mark writer_MS_Word_97_Vorlage as preferredMiklos Vajna1-1/+1
2013-11-11DOC export: allow saving as a templateMiklos Vajna5-7/+11