summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
AgeCommit message (Expand)Author
2014-01-09Move some of the link related methods to the document link manager.Kohei Yoshida
2014-01-08Move the LinkManager instance from ScDocument to ScDocumentLinkManager.Kohei Yoshida
2014-01-06Try not to use ScDocument as a "anything can go in" storage place.Kohei Yoshida
2014-01-03Resolves: #i123909# Select one column, paste cell range...Steve Yin
2013-12-19Switch away from using the sfx2 link manager for data stream.Kohei Yoshida
2013-12-18We don't need these yet.Kohei Yoshida
2013-12-18Add sc::DocumentStreamAccess class.Kohei Yoshida
2013-12-18Try to consolidate all broadcast calls into one place. Still WIP.Kohei Yoshida
2013-12-10fdo#66969: Add test to ensure we import page field's visibility correctly.Kohei Yoshida
2013-12-02Integrate branch of IAccessible2Steve Yin
2013-11-27Clear column data array cache when the document content changes.Kohei Yoshida
2013-11-28iterating through all cells is not a good idea, fdo#71934Markus Mohrhard
2013-11-24checking every cell on a sheet is expensive, related fdo#71934Markus Mohrhard
2013-11-22More removal of UNO API for setting document properties.Kohei Yoshida
2013-11-22Call the method directly via ScDocument, not via obscure UNO API.Kohei Yoshida
2013-11-14Create string from token array directly from ScTokenArray. Still WIP.Kohei Yoshida
2013-11-11Revert "Guard access to external ref manager instance."Kohei Yoshida
2013-11-11Guard access to external ref manager instance.Kohei Yoshida
2013-11-06Allow instantiation of more than one SvNumberFormatter from the document.Kohei Yoshida
2013-11-04Insert matrix formula vis ScDocumentImport, and more formula imorts.Kohei Yoshida
2013-10-30Have the OpenCL test really use OpenCL.Kohei Yoshida
2013-10-28Cache column data arrays to avoid duplicating data arrays.Kohei Yoshida
2013-10-26remove now unused ScDocument::GetRowDefaultMatúš Kukan
2013-10-23Avoid exposing the internal cell note storage outside ScDocument.Kohei Yoshida
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard
2013-10-20drop unnecessary tools/string includesCaolán McNamara
2013-10-18convert remaining String in SC to OUStringNoel Grandin
2013-10-11Import shared formulas from xlsx without crashing.Kohei Yoshida
2013-10-08No more getIdentifier*() calls because they are not efficient.Kohei Yoshida
2013-10-08Support for passing non-double formula results from group interpreter.Kohei Yoshida
2013-10-08Rename GetCellStringPool() to GetSharedStringPool().Kohei Yoshida
2013-10-08Unused methods.Kohei Yoshida
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida
2013-10-08convert sc/inc/doc*.hxx from String to OUStringNoel Grandin
2013-10-04Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida
2013-10-04Add methods to turn cell strings into numeric IDs for comparison.Kohei Yoshida
2013-10-04Normalize all string objects that are cell contents before they get stored.Kohei Yoshida
2013-10-04Add string pool to document.Kohei Yoshida
2013-09-19First step toward splitting the opencl code into own shared library.Kohei Yoshida
2013-09-10Add ability to specify starting row when querying for last non-empty row.Kohei Yoshida
2013-09-10Trim data array length to remove trailing empty rows.Kohei Yoshida
2013-09-06Allow storage of string arrays in vector ref tokens.Kohei Yoshida
2013-09-01These pieces of code are no longer needed.Kohei Yoshida
2013-09-01Auto spell-check is no longer done in ScDocument.Kohei Yoshida
2013-08-29add support for in-place style previewNoel Power
2013-08-20Add edit text iterator that iterates through only edit text cells.Kohei Yoshida
2013-08-14Avoid wholesale rebuilding of formula groups at re-calc time.Kohei Yoshida
2013-08-12Map shared formula from xls to formula groups, and share the tokens as well.Kohei Yoshida
2013-08-02Add a test that currently fails. We need to fix this bug.Kohei Yoshida
2013-07-30Now nobody accesses reference members directly. Make them private.Kohei Yoshida