summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-02-27remove the copied cond format cell attr entries, fdo#60306Markus Mohrhard1-0/+11
2013-02-26automatically extending cond formats is dangerous, fdo#60828Markus Mohrhard1-2/+3
2013-02-26respect local number format in cond format dlg, fdo#60574Markus Mohrhard1-19/+27
2013-02-26use >= as mentioned in the UI, fdo#60798Markus Mohrhard1-2/+2
2013-02-26delay importing all drawing elements until content is loaded, fdo#60488Markus Mohrhard3-2/+27
2013-02-26use URM_COPY when copying cond formats, fdo#60306, fdo#60311Markus Mohrhard3-7/+7
2013-02-25Resolves: fdo#60764 sort options can grow too wide to fit on screenCaolán McNamara1-0/+1
2013-02-23resolved fdo#57841 ignore embedded NULL characters in CSV importEike Rathke3-0/+23
2013-02-15bnc#802350: Cell validation is not a special (cell) content.Kohei Yoshida1-2/+1
2013-02-07Resolves: fdo#60420 Copy chart leads to crashJulien Nabet1-2/+5
2013-02-07correctly handle repeated row heights for empty rows ( fdo#59973 )Noel Power5-21/+138
2013-02-07export/import anchoring for xls(x) drawing ( & ole ) objects fdo#58360Noel Power6-16/+48
2013-02-06resolved fdo#60366 make MATCH() accept a single cell referenceEike Rathke1-0/+6
2013-02-06fdo#39135: Prevent integer overflow & update the character during loop.Kohei Yoshida1-0/+5
2013-02-05fdo#59426: Don't try to repair package during flat detection phase.Kohei Yoshida1-3/+9
2013-02-02fdo#59022: revert "SfxMedium::GetOutputStream(): re-use existing XStream"Michael Stahl1-4/+4
2013-02-02bnc#801152: Scan all columns to determine the first data row.Kohei Yoshida1-3/+4
2013-02-01we need to use SCROW for row numbers, fdo#59894Markus Mohrhard1-1/+1
2013-02-01we need to parse the cell address after import, fdo#59843Markus Mohrhard1-4/+2
2013-02-01show style when dialog is created with existing cond format, fdo#59778Markus Mohrhard1-0/+4
2013-02-01if no cond format is valid use the existing protection, fdo#58826Markus Mohrhard1-1/+3
2013-02-01resolved fdo#60087 corrected .xlsx export of functionsEike Rathke2-41/+71
2013-02-01Hyperlink is an optional property, fdo#58858Markus Mohrhard1-3/+10
2013-01-31bnc#492440: Sort autofilter popup items correctly.Kohei Yoshida1-5/+5
2013-01-31bnc#615357: Recompile cells with #NAME! for English function name option.Kohei Yoshida7-6/+102
2013-01-30resolved fdo#60043 write correct IM* function namesEike Rathke1-0/+8
2013-01-30ODFF: write RRI as RRI, not ZGZ, fdo#60077Eike Rathke1-1/+2
2013-01-27fdo#59056: Re-calculate cell anchor position of a pasted drawing object.Kohei Yoshida3-2/+14
2013-01-25import inherited number formats with cached values, fdo#59724Markus Mohrhard11-52/+120
2013-01-25resolved fdo#59819 write correct OOXML function name mappingEike Rathke11-26/+136
2013-01-24fdo#58562: Ensure internal data is always used when pasting to another doc.Kohei Yoshida2-1/+8
2013-01-24reset automatic row height flag after import, fdo#59193Markus Mohrhard1-0/+3
2013-01-23don't use ScDrawLayer::GetObjDataTab to get Anchor fix for fdo#59325Noel Power1-1/+1
2013-01-22allow space for translated text expansionAndras Timar1-4/+4
2013-01-21fdo#58988, fdo#58562: Populate draw clip document with data for charts.Kohei Yoshida8-6/+362
2013-01-21prevent to create cond formats with empty range, fdo#58778Markus Mohrhard3-8/+19
2013-01-21resolved fdo#59583 prevent inappropriate column/row label detectionEike Rathke1-1/+3
2013-01-21copy styles from cond format between different docs, fdo#59159Markus Mohrhard1-0/+26
2013-01-21don't create multiple dialogs in the loop, fdo#59314Markus Mohrhard1-0/+1
2013-01-21add missing data bar axis import, fdo#59578Markus Mohrhard1-0/+8
2013-01-18reset one of the sort containers before refilling, fdo#57465Markus Mohrhard1-0/+2
2013-01-16the first icon in an icon set should be the negative oneMarkus Mohrhard1-1/+1
2013-01-16create correct icon set information, fdo#58610Markus Mohrhard3-5/+7
2013-01-15make translatable a few more ui stringsAndras Timar1-1/+1
2013-01-15for error value in matrix force recalc, fdo#59293Markus Mohrhard2-7/+29
2013-01-14fdo#56124 add functions IFERROR and IFNA to calc as in ODFF1.2Eike Rathke11-21/+368
2013-01-14make the list box a bit larger, fdo#58609Markus Mohrhard1-1/+3
2013-01-13fdo#59292 OOXML TDIST is ODF LEGACY.TDISTEike Rathke1-1/+1
2013-01-13Let's not return here to prevent memory leak.Kohei Yoshida1-2/+1
2013-01-11fdo#58531: Register cells with external references at compile time.Kohei Yoshida3-2/+34