summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2013-08-19Resolves: fdo#68220 wrong index into source tableCaolán McNamara1-1/+1
2013-08-16resolved fdo#67571 write flags and formula token array againEike Rathke1-33/+33
2013-08-06fix build with debug STLDavid Tardon1-7/+17
2013-08-05fdo#67684: Store imported text style entries, else they won't get exported.Kohei Yoshida1-0/+5
2013-08-05fdo#67099: Don't use edit engine for a single unformatted paragraph.Kohei Yoshida2-8/+38
2013-08-05fdo#67099: Remove overheads on inserting cells during ods import.Kohei Yoshida7-259/+457
2013-08-031st step fix for exporting SheetProtection fdo#64753 is to import correctlyNoel Power4-6/+86
2013-08-02Fix build.Thorsten Behrens1-1/+1
2013-08-02fdo#67489: Don't stop range search even when the first cell is empty.Kohei Yoshida1-2/+1
2013-08-02fdo#67621: Delay populating the ranges until the dialog is shown.Kohei Yoshida2-5/+15
2013-07-28fdo#61201: Don't forget to calculate row offset for external single ref.Kohei Yoshida1-0/+1
2013-07-28fdo#67246: Detect BIFF 2 (and 3) file format like we should.Kohei Yoshida1-4/+14
2013-07-26fix for fdo#62729 reference pos can point to non existing tableNoel Power1-0/+1
2013-07-26targetted clean of redundant header piece from 62badf3828Michael Meeks19-57/+0
2013-07-25Propagate change on COLUMN() and ROW() functions on position change.Kohei Yoshida3-0/+57
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke24-81/+124
2013-07-24fdo#67206: Don't forget to swap the broadcaster storage when swapping columns.Kohei Yoshida1-0/+1
2013-07-24followup fix for bnc#823935 exported xlsx causes errors for mso2007Noel Power1-6/+3
2013-07-23resolved fdo#67094 handle <text:s> in <text:p> and <text:span>Eike Rathke4-2/+138
2013-07-15sc: fix Date/DateTime ambiguityMichael Stahl1-8/+8
2013-07-15i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl1-1/+1
2013-07-15fdo#63998: Filtering by page fields to work again.Kohei Yoshida2-115/+197
2013-07-13fdo#64448: Don't get type name from incorrect filter.Kohei Yoshida1-3/+2
2013-07-12fdo#66655: Get GETPIVOTDATA to work again.Kohei Yoshida7-111/+101
2013-07-11WaE: pOldRanges may be used uninitializedIvan Timofeev1-1/+1
2013-07-10fix for fdo#51990 process external refs for macrosNoel Power1-2/+18
2013-07-10fix reading fonts from .odp using style::font-name (fdo#65338)Luboš Luňák1-1/+1
2013-07-03the calculation of the progressbar leads to very slow savingLaurent Godard1-3/+3
2013-07-03simplify AddPrintRanges calls at import timeLaurent Godard2-9/+10
2013-07-03xls cells have all hard number format, fdo#66506Markus Mohrhard1-0/+1
2013-07-02don't crash during chart copying, fdo#66508Markus Mohrhard1-3/+3
2013-07-02don't forget the formula cell style during xls/xlsx export, fdo#66242Markus Mohrhard2-3/+46
2013-07-02resolved fdo#35411 redefined MAXCODE 512 to FORMULA_MAXTOKENS 8192Eike Rathke1-1/+1
2013-07-01hide the style boxes to collapse the date entries fullyMarkus Mohrhard1-0/+2
2013-07-01update all style lists when a new style is addedMarkus Mohrhard2-4/+67
2013-07-01handle localized default style names, fdo#61339Markus Mohrhard2-4/+7
2013-07-01extract this functionality from the uno codeMarkus Mohrhard4-142/+160
2013-07-01only clean the cond format if we want to write attribs, fdo#62267Markus Mohrhard1-1/+1
2013-07-01use the local setting aware method for the UI, fdo#64754Markus Mohrhard1-11/+17
2013-06-28we don't need this hack without inherited number formats, fdo#66076Markus Mohrhard2-21/+1
2013-06-28fix hair & fine cell border export ( followon fix fdo#56960 )Noel Power4-7/+8
2013-06-28fix for bnc#823935Noel Power1-0/+6
2013-06-27fdo#65856 allow shift cells in paste special for copy-modeWinfried Donkers1-1/+1
2013-06-24clang, -Wunused-private-fieldJulien Nabet1-1/+0
2013-06-17resolved fdo#65082 RATE function should not find roots <= -1Eike Rathke1-13/+46
2013-06-09Remove remnants of help agentCaolán McNamara1-5/+1
2013-06-07share spPaperSizeTable ( and associated access code ) in msfilterNoel Power2-210/+12
2013-06-07remove unintended changes ( from some aborted approach )Noel Power1-2/+1
2013-06-07add missing PageSetup.PageSize apiNoel Power3-2/+149
2013-06-07another attempt at followon patch for fdo#38385 attempt to detect rtlNoel Power2-4/+21