summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* fdo#67684: Store imported text style entries, else they won't get exported.Kohei Yoshida2013-08-051-0/+5
* fdo#67099: Don't use edit engine for a single unformatted paragraph.Kohei Yoshida2013-08-052-8/+38
* fdo#67099: Remove overheads on inserting cells during ods import.Kohei Yoshida2013-08-0510-260/+485
* 1st step fix for exporting SheetProtection fdo#64753 is to import correctlyNoel Power2013-08-036-6/+117
* Fix build.Thorsten Behrens2013-08-021-1/+1
* fdo#67489: Don't stop range search even when the first cell is empty.Kohei Yoshida2013-08-022-2/+37
* fdo#67621: Delay populating the ranges until the dialog is shown.Kohei Yoshida2013-08-022-5/+15
* fdo#61201: Don't forget to calculate row offset for external single ref.Kohei Yoshida2013-07-281-0/+1
* fdo#67246: Detect BIFF 2 (and 3) file format like we should.Kohei Yoshida2013-07-281-4/+14
* fix for fdo#62729 reference pos can point to non existing tableNoel Power2013-07-263-0/+31
* targetted clean of redundant header piece from 62badf3828Michael Meeks2013-07-2620-60/+0
* Propagate change on COLUMN() and ROW() functions on position change.Kohei Yoshida2013-07-255-0/+64
* resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke2013-07-2530-90/+167
* unit test for <text:s> in <text:p> and <text:span>, fdo#67094Eike Rathke2013-07-252-8/+49
* fdo#67206: Don't forget to swap the broadcaster storage when swapping columns.Kohei Yoshida2013-07-242-8/+45
* followup fix for bnc#823935 exported xlsx causes errors for mso2007Noel Power2013-07-241-6/+3
* resolved fdo#67094 handle <text:s> in <text:p> and <text:span>Eike Rathke2013-07-234-2/+138
* sc: fix Date/DateTime ambiguityMichael Stahl2013-07-151-8/+8
* i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl2013-07-151-1/+1
* fdo#63998: Filtering by page fields to work again.Kohei Yoshida2013-07-153-116/+201
* fdo#64448: Don't get type name from incorrect filter.Kohei Yoshida2013-07-131-3/+2
* fdo#66655: Get GETPIVOTDATA to work again.Kohei Yoshida2013-07-1211-116/+114
* WaE: pOldRanges may be used uninitializedIvan Timofeev2013-07-111-1/+1
* fix for fdo#51990 process external refs for macrosNoel Power2013-07-101-2/+18
* fix reading fonts from .odp using style::font-name (fdo#65338)Luboš Luňák2013-07-101-1/+1
* the calculation of the progressbar leads to very slow savingLaurent Godard2013-07-031-3/+3
* temporarily disable tests known to failChristian Lohmaier2013-07-031-2/+2
* simplify AddPrintRanges calls at import timeLaurent Godard2013-07-032-9/+10
* xls cells have all hard number format, fdo#66506Markus Mohrhard2013-07-031-0/+1
* don't crash during chart copying, fdo#66508Markus Mohrhard2013-07-021-3/+3
* don't forget the formula cell style during xls/xlsx export, fdo#66242Markus Mohrhard2013-07-022-3/+46
* resolved fdo#35411 redefined MAXCODE 512 to FORMULA_MAXTOKENS 8192Eike Rathke2013-07-022-4/+2
* hide the style boxes to collapse the date entries fullyMarkus Mohrhard2013-07-011-0/+2
* update all style lists when a new style is addedMarkus Mohrhard2013-07-012-4/+67
* handle localized default style names, fdo#61339Markus Mohrhard2013-07-012-4/+7
* extract this functionality from the uno codeMarkus Mohrhard2013-07-017-151/+190
* only clean the cond format if we want to write attribs, fdo#62267Markus Mohrhard2013-07-011-1/+1
* use the local setting aware method for the UI, fdo#64754Markus Mohrhard2013-07-011-11/+17
* Resolves: fdo#66263 calc's protect records doesn't do anything, sid collisionCaolán McNamara2013-07-011-1/+2
* we don't need this hack without inherited number formats, fdo#66076Markus Mohrhard2013-06-286-45/+2
* unit test for commit:1680a8cd4f4393ec15c4f85cb63b6654117d56d1 (fdo#56960)Noel Power2013-06-283-3/+22
* fix hair & fine cell border export ( followon fix fdo#56960 )Noel Power2013-06-285-10/+11
* fix for bnc#823935Noel Power2013-06-281-0/+6
* fdo#65856 allow shift cells in paste special for copy-modeWinfried Donkers2013-06-271-1/+1
* clang, -Wunused-private-fieldJulien Nabet2013-06-241-1/+0
* resolved fdo#65082 RATE function should not find roots <= -1Eike Rathke2013-06-171-13/+46
* ditch dangling reference to com.sun.star.comp.oox.xls.FormulaParserEike Rathke2013-06-141-3/+0
* Remove remnants of help agentCaolán McNamara2013-06-091-5/+1
* share spPaperSizeTable ( and associated access code ) in msfilterNoel Power2013-06-072-210/+12
* remove unintended changes ( from some aborted approach )Noel Power2013-06-071-2/+1