summaryrefslogtreecommitdiff
path: root/sc/inc/table.hxx
AgeCommit message (Expand)Author
2014-01-06fdo#73001: Simplify the selection function logic & calculate correct results.Kohei Yoshida
2014-01-03Resolves: #i123909# Select one column, paste cell range...Steve Yin
2013-12-18Add sc::DocumentStreamAccess class.Kohei Yoshida
2013-12-13there is no need to expose an ScColumn*, and always check for validityEike Rathke
2013-12-13how about style?Eike Rathke
2013-12-02Integrate branch of IAccessible2Steve Yin
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-04Insert matrix formula vis ScDocumentImport, and more formula imorts.Kohei Yoshida
2013-11-04fdo#40788: Allow manual breaks in Calc to be forcedEilidh McAdam
2013-10-28Cache column data arrays to avoid duplicating data arrays.Kohei Yoshida
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-21drop CharSet typedefCaolán McNamara
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-08Unused methods.Kohei Yoshida
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida
2013-10-04Add methods to turn cell strings into numeric IDs for comparison.Kohei Yoshida
2013-10-04convert sc/inc/t*.hxx from String to OUStringNoel Grandin
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-08-20Add edit text iterator that iterates through only edit text cells.Kohei Yoshida
2013-08-14Do the same when inserting columns.Kohei Yoshida
2013-08-13Do the same when deleting rows.Kohei Yoshida
2013-08-13Regroup formula cells later in columns where references are updated.Kohei Yoshida
2013-08-12Map shared formula from xls to formula groups, and share the tokens as well.Kohei Yoshida
2013-07-30Adjust named range references on sheet move.Kohei Yoshida
2013-07-30Update range names on sheet deletion.Kohei Yoshida
2013-07-30Handle named range update on sheet insertion.Kohei Yoshida
2013-07-30More on getting named range update to work.Kohei Yoshida
2013-07-30Remove unused parameters to clean it up a bit.Kohei Yoshida
2013-07-24Broadcast on formula cells containing COLUMN functions on column insertion.Kohei Yoshida
2013-07-24Use RefUpdateContext to stuff all parameters for UpdateReference.Kohei Yoshida
2013-07-02Re-implement the COUNT function for efficiency.Kohei Yoshida
2013-07-01Add a convenient way to dump formula group states for a single column.Kohei Yoshida
2013-07-01Have FetchDoubleArray() to optionally calculate dependent formula cells.Kohei Yoshida
2013-06-27Implement a way to set an array of formula results to formula cell group.Kohei Yoshida
2013-06-27Replace ScCellIterator with sc::ProcessFormula.Kohei Yoshida
2013-06-27Use double and string arrays directly when creating matrix from cells.Kohei Yoshida
2013-06-26coverity#1038508 Use after free (USE_AFTER_FREE)Caolán McNamara
2013-06-24Don't allow outside code to set text attributes.Kohei Yoshida
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida
2013-05-20Add performance test for repeat-pasting cell to a large cell range.Kohei Yoshida
2013-05-20Ditto when purging broadcasters.Kohei Yoshida
2013-05-20Keep track of column block positions when mass-pasting formula cells.Kohei Yoshida
2013-05-20Same with MixDocument(). But this one has additional bottleneck...Kohei Yoshida
2013-05-20Reuse CopyToDocContext for UndoTo*.Kohei Yoshida