summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2011-01-06CWS-TOOLING: integrate CWS calc64Kurt Zenker
Notes: split repo tag: calc_ooo/OOO330_m19
2011-01-05calc64: remove a warningNiklas Nebel
2011-01-05calc64: #i116164# performance of filters with many filtered rangesNiklas Nebel
2010-12-11ooo33gsl13: #i115906# obtain correct data range for external referencesEike Rathke [er]
* Apparently ScTable::GetFirstDataPos() never worked as intended and selected the first non-empty row of the first non-empty column instead of also taking following columns into account where non-empty rows may be on top of that. * Caller of ScDocument::ShrinkToDataArea() must check the return value, if false there is no data in the area passed and the values obtained may be out of bounds, not in order or unmodified. * In ScExternalRefMgr a call of ScDocument::ShrinkToUsedDataArea() was intended instead of ScDocument::ShrinkToDataArea(). For this changed the return of ShrinkToUsedDataArea() to flag if there is any data and added an out parameter to flag if the area was shrunk. * Sanitized arguments and slightly optimized ScTable::ShrinkToUsedDataArea() to not have to check for >0 and <MAX on each iteration. (transplanted from 31b53a2ec7e32f9560464f8a3b9f6c3e07b29083)
2010-11-12CWS-TOOLING: integrate CWS calc63obo
Notes: split repo tag: calc_ooo/OOO330_m15 split repo tag: calc_ooo/OOO330_m16 split repo tag: calc_ooo/OOO330_m17 split repo tag: calc_ooo/OOO330_m18
2010-11-11calc63: #i115512# RoundValueAsShown: don't round to -1 digits for unlimited ↵Niklas Nebel
precision
2010-11-08calc62: #i115431# if #VALUE! doesn't fit into the cell, always use hashesNiklas Nebel
2010-11-08calc62: #i115431# treat DataPilot filter field numbers as relative to the ↵Niklas Nebel
sheet, set MK_ERR bit for errors
2010-11-02calc33stopper2: #i115313# revert calculation of scaling factor for drawing ↵Daniel Rentz [dr]
layer to behaviour of OOo 3.2
2010-10-28CWS-TOOLING: integrate CWS calc61obo
Notes: split repo tag: calc_ooo/OOO330_m13
2010-10-27calc61: #i115266# handle multiple selection for printing, return valid ↵Niklas Nebel
settings for invalid selection, catch exception from getRenderer
2010-10-22calc33stopper1: #i79854# do not create defined names in Calc for functionsDaniel Rentz [dr]
2010-10-22calc33stopper1: #i115183# no reinterpret_cast between ScDBFunc* and ScTabView*Niklas Nebel
2010-10-13calc60: #i115025# SetRowHeightRange: compare height directly to mpRowHeights ↵Niklas Nebel
sum value
2010-10-08CWS-TOOLING: integrate CWS sw33bf10obo
Notes: split repo tag: calc_ooo/OOO330_m10
2010-10-06ooo33gsl10: #i114944# handle AutoFilter button position on RTL sheetsNiklas Nebel
2010-09-29sw33bf10: #i105461# write missing parts of OBJLBSDATA sub recordDaniel Rentz [dr]
2010-09-14CWS-TOOLING: integrate CWS calc59obo
Notes: split repo tag: calc_ooo/OOO330_m8 split repo tag: calc_ooo/OOO330_m9
2010-09-14CWS-TOOLING: integrate CWS dba33iobo
2010-09-14CWS-TOOLING: integrate CWS impress200obo
2010-09-01calc59: compiler warningNiklas Nebel
2010-09-01calc59: #i114256# Don't move DataPilot fields to orientations that the ↵Niklas Nebel
source doesn't support
2010-09-01dba33i: #i111146# completely put the responsibility for ↵Frank Schoenheit [fs]
remembering/restoring view data, when switching to the print preview and back, to SFX In particular, the following changes have been applied - the SfxViewFactory now supports a programmatic API name, as documented in XModel2.getAvailableViewControllerNames - the new SFX_IMPL_NAMED_VIEWFACTORY, complementing the existing SFX_IMPL_VIEWFACTORY, allows to create view factories for such named views - SfxViewFrame::SwitchToViewShell_Impl has been extended to recognize the case where a non-PrintPreview view is exchanged with another view. In this case, it preserves the view's view data at the model - Calc's own mechanism for preserving the standard view's view data, and restoring it when coming back from the print preview, has been removed completely. What probably is left here is to migrate the other applications from SFX_IMPL_VIEWFACTORY to SFX_IMPL_NAMED_VIEWFACTORY. This way, they could also benefit from the new mechanism. Also, the UNO API would then be more precise, as the view names would be speaking then, instead of the current "view<number>" names.
2010-08-30calc59: #i114202# save table:show-empty attribute only if valid in ↵Niklas Nebel
ScDPSaveDimension
2010-08-26impress200: #i113884# check for overflow in ScTable::SetDrawPageSizeNiklas Nebel
2010-08-26CWS-TOOLING: integrate CWS calc58Ivo Hinkelmann
Notes: split repo tag: calc_ooo/OOO330_m6 split repo tag: calc_ooo/OOO330_m7
2010-08-25CWS-TOOLING: integrate CWS mib18Ivo Hinkelmann
2010-08-19calc58: #i113879# add ScMatrix::CloneIfConst() and regard only temporary ↵Eike Rathke [er]
matrices created by the interpreter as mutable
2010-08-18calc58: #i113739# make N return 0 for all strings againEike Rathke [er]
2010-08-18calc58: #i113820# make TEXT treat string results and inline strings ↵Eike Rathke [er]
identical to referenced cell text
2010-08-13mib18: rebase to OOO330m4Daniel Rentz
2010-08-11CWS-TOOLING: integrate CWS l10nfixer01Kurt Zenker
Notes: split repo tag: calc_ooo/OOO330_m4 split repo tag: calc_ooo/OOO330_m5
2010-08-11CWS-TOOLING: integrate CWS calc57Kurt Zenker
2010-08-10mib18: adjusted service name to match VBA symbolDaniel Rentz
2010-08-10mib18: #163259# implementation of global symbol ExcelMichael E. Bohn
2010-08-10heads mergedMichael E. Bohn
2010-08-10mib18: #163120# adding the entrypoint for symbol DebugMichael E. Bohn
2010-08-10mib18: #163243# enable regular expressions in VBA symbol Range.FindDaniel Rentz
2010-08-10mib18: #163246# add VBA symbol Worksheet.ProtectScenariosDaniel Rentz
2010-08-10mib18: #163148# creation og basic modules in library Standard during ↵Michael E. Bohn
Workbooks.add
2010-08-05mib18: #162503# do not create a new Worksheet object in Workbook.ActiveSheet ↵Daniel Rentz
but return existing object supporting VBA module access
2010-08-05calc57: #i113529# do not touch res strings in ooo330Daniel Rentz
2010-08-05calc57: #i113529# expand text fields to allow to fit for all languagesDaniel Rentz
2010-08-04mib18: #162938# add VBA symbol Worksheet.AutoFilterModeDaniel Rentz
2010-08-04mib18: #163200# full rework of VBA symbols Application.Intersect and ↵Daniel Rentz
Application.Union
2010-08-04mib18: #163198# VBA Names collection must return VBA Name objectsDaniel Rentz
2010-08-04mib18: #163195# set correct parent for range returned by VBA ActiveCell symbolDaniel Rentz
2010-08-04mib18: #162937# extract all integer and floating values from an 'Any' for ↵Daniel Rentz
Boolean parameters
2010-08-04mib18: #162039# clear covered cells when merging via VBA MergeCells symbolDaniel Rentz
2010-08-03CWS-TOOLING: integrate CWS mib17Ivo Hinkelmann
Notes: split repo tag: calc_ooo/OOO330_m3