summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
AgeCommit message (Expand)Author
2013-02-07another row height ( related to optimalheight and deleting content ) fdo#59193Noel Power
2013-01-30bnc#615317: Recompile cells with #NAME! for English function name option.Kohei Yoshida
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida
2013-01-30make clear that this variable should not be used inside of ScDocumentMarkus Mohrhard
2013-01-30no user of nVisibleTab inside ScDocument anymoreMarkus Mohrhard
2013-01-30make some more methods constMarkus Mohrhard
2013-01-29bnc#484599: Prevent pivot table from getting sheared when cells are shifted.Kohei Yoshida
2013-01-29We don't need this hack anymore for unit test.Kohei Yoshida
2013-01-18fdo#58988, fdo#58562: Populate draw clip document with data for charts.Kohei Yoshida
2013-01-10fdo#58069: Invalidate sheet stream cache when directory path changes.Kohei Yoshida
2013-01-08Add new ods import test for rich-text cell contents.Kohei Yoshida
2013-01-04New ods test document to check the import of row height values.Kohei Yoshida
2012-12-11fdo#58149: Recalculate HYPERLINK formula cells on load.Kohei Yoshida
2012-12-04Actually let's use the internal API directly here.Kohei Yoshida
2012-12-04Ask the user if she wants to do full recalc on load, for ods and xlsx import.Kohei Yoshida
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-11-28prevent some nasty ScRangeList->ScRange->ScRangeList conversionMarkus Mohrhard
2012-11-01No more "increase / decrease of recalc level" for drawing objects.Kohei Yoshida
2012-10-10Remove a flag that nobody uses.Kohei Yoshida
2012-10-06also support removing of conditional formatsMarkus Mohrhard
2012-10-06adpat ScTable methods to overlapping conditional formatsMarkus Mohrhard
2012-10-06support overlapping conditional formatsMarkus Mohrhard
2012-09-24fix parent style import xlsx fdo#55198Noel Power
2012-09-12targetted VBA re-work.Noel Power
2012-08-29move ScProgress construction out of ScTable::SortMarkus Mohrhard
2012-08-24Improve matrix import performance.Daniel Bankston
2012-08-10make more calc methods constMarkus Mohrhard
2012-08-09Bin 2 other functionsJulien Nabet
2012-08-09fix column navigation with CTRL + direction, fdo#45020Markus Mohrhard
2012-07-26Actually this method is totally redundant. Remove it.Kohei Yoshida
2012-07-26Try to encapsulate the row flag array.Kohei Yoshida
2012-07-11Use bool instead of sal_uInt16 for HardCalcStateDaniel Bankston
2012-07-11Use cached formula results instead of recalculatingDaniel Bankston
2012-07-11Use imported formula results if ODS doc was generated by LibreOfficeDaniel Bankston
2012-07-09Revert "Revert "export all style information to xls/xlsx, fdo#46738""Markus Mohrhard
2012-07-09Revert "export all style information to xls/xlsx, fdo#46738"Markus Mohrhard
2012-06-23removed unused forward declarations of classTakeshi Abe
2012-06-20big formula performance improvement for xlsx import (bnc#763168 & bnc#765942)Noel Power
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara
2012-06-11fix rebase problemsMarkus Mohrhard
2012-06-11correctly set new conditional formatMarkus Mohrhard
2012-06-11adjust import/export code to merged conditional formatsMarkus Mohrhard
2012-06-07dead code: ScDocument::DeleteNumberFormatThomas Arnhold
2012-06-05drop some unused codeCaolán McNamara
2012-05-24make color formats and conditional formats a sheet propertyMarkus Mohrhard
2012-05-18implement databars in the coreMarkus Mohrhard
2012-05-18restructure colorscale code a bit to allow adding databarsMarkus Mohrhard
2012-05-14copy color scales correctlyMarkus Mohrhard
2012-05-13export color scales to xlsxMarkus Mohrhard
2012-05-09import color scales from xlsxMarkus Mohrhard