summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2012-02-13fdo#45916: Ensure formula cell's pCode isn't NULL even when compilation fails.Kohei Yoshida
2012-02-08copy settings for RTL with sheets, fdo#45768Markus Mohrhard
2012-02-08we need to explicitly set the paste area in ScMarkData, fdo#45481Markus Mohrhard
2012-02-08fix problem with vba Range.Copy ( for multirange ) bnc#707486Noel Power
2012-02-08make ctrl-shift-f2 change focus to the inputline fdo#40957Noel Power
2012-02-08add the "Send Feedback..." help menu itemIvan Timofeev
2012-02-07fdo#45115: sc: fix setting bordersMichael Stahl
2012-02-07fdo#45450: sc: ODF export: cell styles:Michael Stahl
2012-01-31clone token in ScFormulaResult copy-ctor instead of referringEike Rathke
2012-01-30Make named ranges dialog more consistent, localizable (I+II+III)Stefan Knorr (astron)
2012-01-27fdo#44143: Keep cells with broadcasters alive during deletion.Kohei Yoshida
2012-01-26resolved fdo#38595 border width lost in ODF importEike Rathke
2012-01-26cast from BorderLine to BorderLine2 is not validEike Rathke
2012-01-25ScTableSheetObj::findAll does not return the correct range, fdo#43462Markus Mohrhard
2012-01-25fdo#45067: Differentiate numeric and non-numeric field member values.Kohei Yoshida
2012-01-24Fix refresh problem on pivot tables whose data cache have not been created.Kohei Yoshida
2012-01-24fix ( hopefully ) viewing artifacts in input line fdo#44391Noel Power
2012-01-23resolved rhbz#783556 crash in ScMatrix::GetDimensons() from ScInterpreterEike Rathke
2012-01-23resolved fdo#45032 Calc export to HTML with graphics failedEike Rathke
2012-01-21Oops I shouldn't have erased names directly.Kohei Yoshida
2012-01-21fdo#44831: Named range should overwrite existing name.Kohei Yoshida
2012-01-20Grid lines should be immediately above or below the background.Kohei Yoshida
2012-01-19Fix a crash when copying a sheet with drawing obj to a new document.Kohei Yoshida
2012-01-19ScGlobal::GetAutoFormat not always required to create fresh instance.Stephan Bergmann
2012-01-18fdo#44896 accomodate localized text expansionAndras Timar
2012-01-16make adjusting formulas possible for TransferTabMarkus Mohrhard
2012-01-14refactor slightly to avoid link problems with gcc 4.7David Tardon
2012-01-13Avoid double deletion during data cache object destruction.Kohei Yoshida
2012-01-13Use a copy; the container gets modified during iteration.Kohei Yoshida
2012-01-13Make sure no live ScDPObject instances hold reference to the deleted cache.Kohei Yoshida
2012-01-13Fix MinGW build.Jan Holesovsky
2012-01-12Removing debug statement.Kohei Yoshida
2012-01-12Test the new logic of our pivot data cache life cycle.Kohei Yoshida
2012-01-12fdo#43077: Finally, remove data cache when nobody references it.Kohei Yoshida
2012-01-12fdo#43077: Now, refreshing a table should refresh all linked tables.Kohei Yoshida
2012-01-12fdo#43077: Have cache instance keep track of who is referencing it.Kohei Yoshida
2012-01-12fdo#43077: Copy pivot tables when a sheet is copied.Kohei Yoshida
2012-01-11Test code for sheet source data cache relocation.Kohei Yoshida
2012-01-11New test for pivot tables with named source ranges.Kohei Yoshida
2012-01-12fix prefix of command line switches (-- instead of -) fdo#40991Andras Timar
2012-01-12enlarge 'Reset' button for German translationAndras Timar
2012-01-11Unit test for repositioning of cell-anchored line objects.Kohei Yoshida
2012-01-11fdo#44661: Properly update range keys for pivot cache.Kohei Yoshida
2012-01-11fdo#44661: No need to update the source range when it's a named range.Kohei Yoshida
2012-01-11Avoid iterating beyond the last existing drawing page.Kohei Yoshida
2012-01-10fdo#44147: Sheet 0 is selected by default.Kohei Yoshida
2012-01-10fdo#44616: drop attributes FRAME and RULES of <table> for HTML 3.2Takeshi Abe
2012-01-10fdo#42624: Do the same for BIFF5 and earlier.Kohei Yoshida
2012-01-10fdo#42624: Defer formula token conversion for defined names (xls import).Kohei Yoshida
2012-01-09fdo#44545: Skip filtered cells during auto-fill.Kohei Yoshida