summaryrefslogtreecommitdiffstats
path: root/sc/inc/document.hxx
Commit message (Expand)AuthorAgeFilesLines
* fdo#75259: Let undo document share its string pool with the source doc.Kohei Yoshida2014-02-241-1/+3
* fdo#74345: Minimalistic test to reproduce this.Kohei Yoshida2014-02-211-1/+1
* fdo#74573: Delete ranges that are non-empty before pasting from clipboard.Kohei Yoshida2014-02-181-0/+2
* Ensure that vector array has a numeric array of NaN's for empty range.Kohei Yoshida2014-02-111-2/+3
* fdo#74014: Another attempt to reproduce this bug in test.Kohei Yoshida2014-02-111-1/+1
* fdo#74556: Correctly handle note captions life cycles.Kohei Yoshida2014-02-051-0/+1
* fdo#74556: Have ReleaseNote() really release note rather than destroying it.Kohei Yoshida2014-02-051-1/+0
* Finally found a way to get this test to fail.Kohei Yoshida2014-02-031-1/+1
* Add test code to exercise ScColumn::HasEditCells().Kohei Yoshida2014-02-031-0/+2
* xub_StrLen and tools/string.hxx final strawNorbert Thiebaud2014-02-031-1/+1
* fdo#74325: Ensure that all note objects have an sdr object before exporting.Kohei Yoshida2014-02-021-0/+6
* fdo#74325: Write unit test for cell note export to ods.Kohei Yoshida2014-02-021-1/+1
* Add RowHeightContext to stuff all parameters for SetOptimalHeights().Kohei Yoshida2014-02-011-9/+7
* Speed up filling of random number generation over entire column.Kohei Yoshida2014-01-301-0/+13
* fdo#74014: Broadcast changes during undo and redo after paste.Kohei Yoshida2014-01-291-2/+2
* fdo#74014: More on broadcasting at appropriate places.Kohei Yoshida2014-01-291-0/+2
* fdo#74014: Better fix, to re-use existing method.Kohei Yoshida2014-01-281-5/+0
* fdo#74014: Broadcast cells on undoing of "cut".Kohei Yoshida2014-01-271-0/+5
* Optimize copy-n-pasting of single cell replicated over a range.Kohei Yoshida2014-01-241-0/+4
* some clean-up of 6b8704d974abd4ab7fb58036a961fa0b7136aaa7Eike Rathke2014-01-221-3/+3
* Move some of the link related methods to the document link manager.Kohei Yoshida2014-01-091-8/+0
* Move the LinkManager instance from ScDocument to ScDocumentLinkManager.Kohei Yoshida2014-01-081-2/+2
* Try not to use ScDocument as a "anything can go in" storage place.Kohei Yoshida2014-01-061-11/+0
* Resolves: #i123909# Select one column, paste cell range...Steve Yin2014-01-031-0/+3
* Switch away from using the sfx2 link manager for data stream.Kohei Yoshida2013-12-191-0/+5
* We don't need these yet.Kohei Yoshida2013-12-181-3/+0
* Add sc::DocumentStreamAccess class.Kohei Yoshida2013-12-181-0/+2
* Try to consolidate all broadcast calls into one place. Still WIP.Kohei Yoshida2013-12-181-0/+4
* fdo#66969: Add test to ensure we import page field's visibility correctly.Kohei Yoshida2013-12-101-1/+1
* Integrate branch of IAccessible2Steve Yin2013-12-021-0/+14
* Clear column data array cache when the document content changes.Kohei Yoshida2013-11-271-0/+5
* iterating through all cells is not a good idea, fdo#71934Markus Mohrhard2013-11-281-0/+1
* checking every cell on a sheet is expensive, related fdo#71934Markus Mohrhard2013-11-241-0/+1
* More removal of UNO API for setting document properties.Kohei Yoshida2013-11-221-1/+1
* Call the method directly via ScDocument, not via obscure UNO API.Kohei Yoshida2013-11-221-1/+1
* Create string from token array directly from ScTokenArray. Still WIP.Kohei Yoshida2013-11-141-0/+2
* Revert "Guard access to external ref manager instance."Kohei Yoshida2013-11-111-5/+2
* Guard access to external ref manager instance.Kohei Yoshida2013-11-111-2/+5
* Allow instantiation of more than one SvNumberFormatter from the document.Kohei Yoshida2013-11-061-0/+1
* Insert matrix formula vis ScDocumentImport, and more formula imorts.Kohei Yoshida2013-11-041-10/+0
* Have the OpenCL test really use OpenCL.Kohei Yoshida2013-10-301-2/+2
* Cache column data arrays to avoid duplicating data arrays.Kohei Yoshida2013-10-281-2/+5
* remove now unused ScDocument::GetRowDefaultMatúš Kukan2013-10-261-3/+2
* Avoid exposing the internal cell note storage outside ScDocument.Kohei Yoshida2013-10-231-12/+18
* Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard2013-10-231-7/+19
* drop unnecessary tools/string includesCaolán McNamara2013-10-201-4/+4
* convert remaining String in SC to OUStringNoel Grandin2013-10-181-1/+0
* Import shared formulas from xlsx without crashing.Kohei Yoshida2013-10-111-1/+1
* No more getIdentifier*() calls because they are not efficient.Kohei Yoshida2013-10-081-2/+2
* Support for passing non-double formula results from group interpreter.Kohei Yoshida2013-10-081-0/+2