summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2013-03-19More on removal of direct use of cell classes outside ScDocument.Kohei Yoshida
2013-03-19Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida
2013-03-19start of InterpretFormulaGroup.Michael Meeks
2013-03-19build spans of doubles and cleanup excessive debug.Michael Meeks
2013-03-19Reduce dependency on document.hxx. Prefer forward declaration.Kohei Yoshida
2013-03-19Add accessor to ScDocument for formula cell's vectorization state.Kohei Yoshida
2013-03-19First cut on checking the token array on whether we could do vectorization.Kohei Yoshida
2013-03-19Generate token array hash exactly once, when the string is tokenized.Kohei Yoshida
2013-03-19Move GetHash() from FormulaTokenArray to ScTokenArray.Kohei Yoshida
2013-03-19Implement (partially?) and test formula token array hash function.Kohei Yoshida
2013-03-19re-build formula groups inside Interpret instead.Michael Meeks
2013-03-19Skeleton for generating a hash value from an array of token.Kohei Yoshida
2013-03-19initial detection of similar formula runs.Michael Meeks
2013-03-16Resolves: #i119460# Use localized strings on Data Pilot fields grouped by dateAriel Constenla-Haile
2013-03-15Remove incorrect comment.Kohei Yoshida
2013-03-15ScBaseCell::nScriptType is no more.Kohei Yoshida
2013-03-15Accessor methods in ScDocument for cell text's script types.Kohei Yoshida
2013-03-15More script type handling.Kohei Yoshida
2013-03-15Started handling the cell text script types. Still work in progress.Kohei Yoshida
2013-03-15Set up new container to store cell text's script type.Kohei Yoshida
2013-03-15regenerate pchPeter Foley
2013-03-15Turn off debugging and silence compiler warning.Kohei Yoshida
2013-03-15Add integrity check after column cell storage is modified.Kohei Yoshida
2013-03-15Create skeleton accessors for cell text script types.Kohei Yoshida
2013-03-15initial work on an odc exportMarkus Mohrhard
2013-03-14fdo#38838: Replaced some (Uni)String to OUString in core/scelixir
2013-03-14Unit test for the new column-based text width storage, via new iterator.Kohei Yoshida
2013-03-14Move TEXTWIDTH_DIRTH to globalnames.hxx.Kohei Yoshida
2013-03-14ScBaseCell::nTextWidth is no more.Kohei Yoshida
2013-03-14IdleCalcTextWidth() now sets cell text widths to the new container.Kohei Yoshida
2013-03-14First cut on column text width iterator implementation. Untested.Kohei Yoshida
2013-03-14Add skeleton files for the new iterator for column cells' text widths.Kohei Yoshida
2013-03-14Reverse the logic of enable / disable idle flag...Kohei Yoshida
2013-03-14Turns out I can't really use ScColumnImpl.Kohei Yoshida
2013-03-14Accessor in ScTable.Kohei Yoshida
2013-03-14Let's start using impl class for ScColumn.Kohei Yoshida
2013-03-14Add empty GetTextWidth() to ScColumn. Will be implemented later.Kohei Yoshida
2013-03-14Identify all places that modify the cell array & call CellStorageModified().Kohei Yoshida
2013-03-14Redundant use of 'public' modifier.Kohei Yoshida
2013-03-14i119411 - Read/write RDF support on ODS file formatAriel Constenla-Haile
2013-03-12update pch headersLuboš Luňák
2013-03-10update pch filesPeter Foley
2013-03-09group undo action when hiding/showing sheetsLaurent Godard
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim
2013-03-08A little cleanup.Kohei Yoshida
2013-03-07drop unused resourcesCaolán McNamara
2013-03-07adapt code to use insertnamedialog .uiCaolán McNamara
2013-03-06remove .src remnantsCaolán McNamara
2013-03-06prevent non-3D refs from being accepted in chart2, related fdo#61781Markus Mohrhard
2013-03-04doubled includesThomas Arnhold