summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
AgeCommit message (Expand)AuthorFilesLines
2013-05-21fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin1-4/+0
2013-05-20Add performance test for repeat-pasting cell to a large cell range.Kohei Yoshida1-0/+5
2013-05-20Ditto when purging broadcasters.Kohei Yoshida1-1/+1
2013-05-20Keep track of column block positions when mass-pasting formula cells.Kohei Yoshida1-0/+2
2013-05-20Same with MixDocument(). But this one has additional bottleneck...Kohei Yoshida1-0/+2
2013-05-20Optimize ScViewFunc::GetSelectionScriptType().Kohei Yoshida1-0/+3
2013-05-20Speed up ScColumn::HasEditCells() by keeping track of block position.Kohei Yoshida1-0/+3
2013-05-20Keep track of current block position when pasting a range of cells.Kohei Yoshida1-0/+4
2013-05-20Remove unused function argument.Kohei Yoshida1-1/+1
2013-05-20Move all clip params into the new context class. We don't need two buckets.Kohei Yoshida1-4/+2
2013-05-20Introduce copy-from-clip context for copy handling code.Kohei Yoshida1-7/+9
2013-05-20Keep track of empty broadcaster segments, and delete them all in one go.Kohei Yoshida1-0/+1
2013-05-20Collect all empty broadcasters and remove them in one go later.Kohei Yoshida1-0/+3
2013-05-20Move this code into ScDocument, for later refactoring.Kohei Yoshida1-0/+3
2013-05-09Start writing unit test for broadcaster storage. Found & fixed one bug.Kohei Yoshida1-2/+3
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida1-0/+2
2013-04-30Pass formula group context to FetchDoubleArray. Not yet used.Kohei Yoshida1-1/+5
2013-04-30Add method to allow fetching of double array, and store it in token.Kohei Yoshida1-0/+2
2013-04-30Handle invariant group with single references.Kohei Yoshida1-8/+3
2013-04-30Not yet used, but a hook to retrieve a vector reference value.Kohei Yoshida1-1/+10
2013-04-28Bin CLOOK comments and un-split one large switch statementTor Lillqvist1-1/+1
2013-04-25remove some unnecessary whitespace in document.hxxMarkus Mohrhard1-9/+9
2013-04-15basic inplace Font preview for calcNoel Power1-0/+8
2013-04-13ScDocumentImport accessor to provide efficient means to fill document.Kohei Yoshida1-0/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-76/+76
2013-03-29WaE: struct 'ScRefCellValue' was previously declared as a classTor Lillqvist1-2/+2
2013-03-28Slightly more efficient assign().Kohei Yoshida1-0/+4
2013-03-28Remove GetCell() from ScDocument, and make PutCell() private.Kohei Yoshida1-5/+5
2013-03-28More on removing use of ScBaseCell in ScInterpreter.Kohei Yoshida1-6/+19
2013-03-28Reduce calls to ScDocument::GetCell().Kohei Yoshida1-4/+1
2013-03-28More on killing direct use of ScEditCell.Kohei Yoshida1-0/+1
2013-03-28Make viewfunc.cxx free of ScBaseCell.Kohei Yoshida1-0/+1
2013-03-27More ScBaseCell reduction...Kohei Yoshida1-2/+2
2013-03-26Add ScRefCellValue, which is ScCellValue without copied value.Kohei Yoshida1-0/+11
2013-03-22More on reducing direct use of ScBaseCell.Kohei Yoshida1-2/+2
2013-03-22Simplify ScCellIterator.Kohei Yoshida1-0/+1
2013-03-22Remove a variant of PutCell().Kohei Yoshida1-2/+0
2013-03-22Remove direct use of ScBaseCell.Kohei Yoshida1-0/+1
2013-03-22More on PutCell() avoidance.Kohei Yoshida1-0/+12
2013-03-22More on reducing the use of ScDocument::PutCell().Kohei Yoshida1-1/+1
2013-03-22Do the same for formula cells.Kohei Yoshida1-1/+4
2013-03-22Let's use ScTokenArray instead of ScFormulaCell.Kohei Yoshida1-0/+1
2013-03-22Reduce use of ScValueCell outside ScDocument.Kohei Yoshida1-5/+6
2013-03-22More on removing direct use of cell classes...Kohei Yoshida1-0/+14
2013-03-19More on removal of direct use of cell classes outside ScDocument.Kohei Yoshida1-0/+8
2013-03-19Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida1-1/+14
2013-03-19Add accessor to ScDocument for formula cell's vectorization state.Kohei Yoshida1-0/+2
2013-03-19Implement (partially?) and test formula token array hash function.Kohei Yoshida1-0/+4
2013-03-19re-build formula groups inside Interpret instead.Michael Meeks1-0/+1
2013-03-15ScBaseCell::nScriptType is no more.Kohei Yoshida1-2/+1