Age | Commit message (Expand) | Author | Files | Lines |
2013-12-02 | store internal CONVERT to .xlsx/.xls and distinguish from CONVERT_ADD | Eike Rathke | 2 | -2/+18 |
2013-12-02 | sc: no such thing as std::vector::find | Michael Stahl | 1 | -1/+5 |
2013-12-02 | sc: threaded parsing of the core data inside large XLSX files | Michael Meeks | 5 | -154/+284 |
2013-12-02 | Allow worker threads to use their own FastParser instances. | Kohei Yoshida | 3 | -7/+201 |
2013-12-02 | make data streams an experimental feature | Matúš Kukan | 1 | -1/+3 |
2013-12-02 | export data streams; pretend to be an area link | Matúš Kukan | 2 | -28/+29 |
2013-12-02 | Import data streams - reuse infrastructure for ScAreaLink. | Matúš Kukan | 1 | -0/+15 |
2013-12-01 | fdo#72078 make status bar text localizable | Andras Timar | 1 | -4/+2 |
2013-12-01 | fix 2D vs 3D coordinatesystem regression, fdo#67300 | Markus Mohrhard | 1 | -2/+2 |
2013-12-01 | make the validation tool happy | Markus Mohrhard | 1 | -1/+1 |
2013-12-01 | more OOXML export validation fixes, fdo#71971 | Markus Mohrhard | 1 | -5/+9 |
2013-12-01 | write valid dxf record, related fdo#71971 | Markus Mohrhard | 1 | -6/+6 |
2013-11-29 | our UI DURATION is ODF and Excel PDURATION | Eike Rathke | 1 | -1/+1 |
2013-11-28 | macro "MULTI_THREAD_SHEET_PARSING" is not used [-Werror=unused-macros] | Eike Rathke | 1 | -2/+0 |
2013-11-27 | fdo#70499 selectn of lock/unlocked cells with worksheet protection reversed | Noel Power | 2 | -30/+30 |
2013-11-27 | Move recalc on-load to after ScDocumentImport::finalize(). | Kohei Yoshida | 2 | -46/+62 |
2013-11-27 | Re-group formula cells before we do recalc on load (for xlsx). | Kohei Yoshida | 1 | -0/+1 |
2013-11-22 | fdo#71722 add Excel 2010 functions | Winfried Donkers | 2 | -23/+31 |
2013-11-22 | getChar() to return a null-terminated char array. | Kohei Yoshida | 3 | -19/+12 |
2013-11-22 | Set default cell style directly, without UNO API. | Kohei Yoshida | 1 | -2/+10 |
2013-11-22 | More removal of UNO API for setting document properties. | Kohei Yoshida | 3 | -25/+39 |
2013-11-22 | Call the method directly via ScDocument, not via obscure UNO API. | Kohei Yoshida | 1 | -4/+2 |
2013-11-22 | Shrink class sizes a bit. | Kohei Yoshida | 1 | -14/+14 |
2013-11-22 | Avoid re-drawing progress bar too frequently. | Kohei Yoshida | 1 | -6/+8 |
2013-11-20 | Expose raw char array and use it to avoid OUString allocations. | Kohei Yoshida | 3 | -3/+92 |
2013-11-20 | fdo#71436 add Excel 2010 functions for F-distribution | Winfried Donkers | 2 | -2/+12 |
2013-11-20 | Fix a few of my own thinkos, and add some assertions | Tor Lillqvist | 1 | -2/+4 |
2013-11-20 | Point to the group's top cell in ScFormulaCellGroup instead of the top row | Tor Lillqvist | 4 | -3/+7 |
2013-11-20 | WIP: Do OpenCL compilation in advance in a worker thread | Tor Lillqvist | 2 | -52/+0 |
2013-11-20 | Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls" | Noel Grandin | 1 | -33/+34 |
2013-11-20 | fastparser: avoid excessive alloc/frees for int / bool / double parsing | Michael Meeks | 1 | -1/+1 |
2013-11-20 | remove RTL_CONSTASCII_STRINGPARAM in OUString::matchAsciiL calls | Noel Grandin | 1 | -3/+3 |
2013-11-20 | remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls | Noel Grandin | 1 | -34/+33 |
2013-11-20 | remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructor | Noel Grandin | 2 | -11/+6 |
2013-11-20 | remove RTL_CONSTASCII_STRINGPARAM in OString constructor | Noel Grandin | 1 | -2/+2 |
2013-11-20 | remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::append | Noel Grandin | 1 | -24/+23 |
2013-11-20 | remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii calls | Noel Grandin | 1 | -2/+2 |
2013-11-19 | convert equalsAsciiL calls to startWith calls where possible | Noel Grandin | 3 | -4/+4 |
2013-11-19 | remove unnecessary use of OUString constructor when assigning | Noel Grandin | 3 | -4/+4 |
2013-11-19 | -Werror,-Wunused-private-field | Stephan Bergmann | 1 | -2/+1 |
2013-11-18 | Handle global range names and use CreateString() during xlsx import. | Kohei Yoshida | 1 | -6/+6 |
2013-11-17 | use the correct formula grammar for export, fdo#71549 | Markus Mohrhard | 1 | -1/+1 |
2013-11-14 | Do everything on main thread when the thread count is 1. | Kohei Yoshida | 1 | -37/+50 |
2013-11-14 | fdo#71350 add Excel 2010 function CONFIDENCE.NORM and CONFIDENCE.T | Winfried Donkers | 2 | -2/+6 |
2013-11-14 | rhbz#887420 Implement "block untrusted referer links" feature | Stephan Bergmann | 1 | -1/+1 |
2013-11-14 | Move MediaDescriptor from comphelper to unotools | Stephan Bergmann | 5 | -6/+2 |
2013-11-14 | -Werror,-Wunused-member-function | Stephan Bergmann | 1 | -49/+0 |
2013-11-14 | -Werror,-Wunused-member-function | Stephan Bergmann | 1 | -2/+0 |
2013-11-14 | -Werror,-Wunused-member-function | Stephan Bergmann | 1 | -2/+0 |
2013-11-14 | -Werror,-Wunused-member-function | Stephan Bergmann | 1 | -31/+0 |