Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-07 | calc66: warning-free | Niklas Nebel | |
2011-03-07 | calc66: Patch from IBM Symphony team for #i89232# and #i85305# | Niklas Nebel | |
2011-03-04 | calc66: #i116457# handle empty column titles in data pilot source range | Niklas Nebel | |
2011-03-04 | calc66: merge | Niklas Nebel | |
2011-03-04 | calc66: merge | Eike Rathke [er] | |
2011-03-04 | calc66: #i103331# make OFFSET with external references work again | Eike Rathke [er] | |
+ Introduced FormulaSubroutineToken to hold a FormulaTokenArray. * INDIRECT in case of external reference returns FormulaSubroutineToken instead of directly pushing the token array to code and signalling its presence to ScInterpreter::Interpret(). * ScInterpreter::ScExternalRef() checks if an external reference is used with OFFSET and if so does not resolve it but pushes it so it can be handled within OFFSET. + OFFSET recognizes external reference and creates an external reference of the new area and returns that as subroutine to be resolved by ScExternalRef(). * Interpret() pushes the subroutine to code and rememberes the token and array for late destruction. | |||
2011-03-04 | Automated merge with file:///d:\tools\master\ooo | Ocke Janssen | |
2011-03-03 | calc66: #i113553# update MarkData with additional columns in ↵ | Niklas Nebel | |
ScViewFunc::PasteFromClip | |||
2011-03-02 | chart55: #i112752# warning error | iha | |
2011-03-02 | chart55: #i112752# missing data change updates from calc to chart | Thomas Benisch [tbe] | |
2011-03-02 | calc66: #i114839# make sure the output factor is valid for ↵ | Niklas Nebel | |
UpdateAllRowHeights after loading | |||
2011-03-01 | sw34bf04: #i103539#: always import meta.xml, to extract the BuildId: | Michael Stahl | |
SvXMLMetaDocumentContext: refactor to not require DocumentProperties, and always set the BuildId from the meta:generator element. {Sc,Sd,Sw}XMLImport::CreateMetaContext(): always create context. sc, sd: add OrganizerMode property to ODF import. | |||
2011-03-01 | calc66: #i114511# don't count cursor movement or clipboard copy as ↵ | Niklas Nebel | |
modification when editing a cell | |||
2011-02-28 | dr78: #i116996# remove wrong assertions | Daniel Rentz [dr] | |
2011-02-28 | dr78: removed remaining tools types | Daniel Rentz [dr] | |
2011-02-28 | dr78: rebase to DEV300_m101 | Daniel Rentz [dr] | |
2011-02-25 | chart51: #i116037# backout | Thomas Benisch [tbe] | |
2011-02-24 | chart51: merge with DEV300_m101 | Ingrid Halama [iha] | |
2011-02-24 | chart51: #i116037# backout | Thomas Benisch [tbe] | |
2011-02-24 | chart51: #i116037# backout | Thomas Benisch [tbe] | |
2011-02-24 | calc66: #i113183# in SUMIF and COUNTIF external references treat numeric ↵ | Eike Rathke [er] | |
strings the same as in-document As in ScTable::ValidQuery() match a numeric string for a number query that originated from a string. | |||
2011-02-24 | os150: m101 merged | os | |
2011-02-23 | calc66: use correct sheet for clip param also in MoveBlock, PasteDataFormat ↵ | Niklas Nebel | |
(avoid assertions) | |||
2011-02-23 | calc66: #i116833# invalidate stream positions in ScFormulaCell::UpdateReference | Niklas Nebel | |
2011-02-23 | calc66: in ADDRESS function handle sheet name of external document | Eike Rathke [er] | |
- Previously, 'Doc'#Tab was escaped as '''Doc''#Tab' to form one sheet name. + Split 'Doc'#Tab to isolate Tab. * Enquote Tab only if quotes not already present. + Recombine strings to form 'Doc'#'Tab' (or 'Doc'#Tab if Tab wasn't necessary to be enquoted). - A sheet name given as empty string lead to a ''.A1 address. * Use sheet name only if not empty to form A1 in that case. | |||
2011-02-22 | masterfix DEV300: #i10000# usage of L10N build_type | Ivo Hinkelmann | |
Notes: split repo tag: calc_ooo/DEV300_m101 | |||
2011-02-22 | calc66: merge | Eike Rathke [er] | |
2011-02-22 | calc66: #i110588# treat external references as 3D again (they are at least ↵ | Eike Rathke [er] | |
3.5D ;) | |||
2011-02-21 | calc66: #i116940# update link URLs after CompileXML, count only allocated ↵ | Niklas Nebel | |
sheet caches in link API | |||
2011-02-21 | masterfix DEV300: #i10000# FALSE -> sal_False | Ivo Hinkelmann | |
2011-02-18 | chart53: merge with DEV300_m100 | Thomas Benisch [tbe] | |
2011-02-18 | os150: SvxFontItem member access changed to Set<member>-methods | os | |
2011-02-17 | calc66: #i112034# also use correct sheet for clip param | Niklas Nebel | |
2011-02-16 | chart53: #i116486# Activated Chart has wrong position in RTL if Navigator is ↵ | Thomas Benisch [tbe] | |
docked | |||
2011-02-16 | chart51: #i116544# integrate fix for copy/paste bug #i116943# | Ingrid Halama [iha] | |
2011-02-16 | chart53: #i116943# Inserted Calc chart loses data | Thomas Benisch [tbe] | |
2011-02-16 | calc66: #i112034# ScCopyPage/TransferDrawPage: don't copy internal objects ↵ | Niklas Nebel | |
(detective) and note captions | |||
2011-02-16 | chart51: merge with DEV300_m100 - part 2 | Ingrid Halama [iha] | |
2011-02-16 | CWS-TOOLING: integrate CWS accfixes | Ivo Hinkelmann | |
2011-02-16 | CWS-TOOLING: integrate CWS csvexport | Ivo Hinkelmann | |
2011-02-16 | dba34d: #i116572# use proper AddressConvention | Frank Schoenheit [fs] | |
2011-02-16 | calc66: #i113411# use first value entry for number format of ScDPTableDataCache | Niklas Nebel | |
2011-02-16 | CWS-TOOLING: integrate CWS ab80 | Ivo Hinkelmann | |
2011-02-16 | fixed compile errors after resync to m100, part2 | Malte Timmermann [mt] | |
2011-02-15 | calc66: #i114504# don't assume external references are always file urls | Niklas Nebel | |
2011-02-15 | ab80: resync to m100 | Andreas Bregas | |
2011-02-15 | CWS-TOOLING: integrate CWS dr79 | Ivo Hinkelmann | |
2011-02-15 | accfixes: merged to m100 | Malte Timmermann [mt] | |
2011-02-15 | chart51: merge with DEV300_m100 | Ingrid Halama [iha] | |
2011-02-15 | chart52: merge with DEV300_m100 | Ingrid Halama [iha] | |