summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-12-04calc66: #i116940# update link URLs after CompileXML, count onlyNiklas Nebel
2012-12-04sw34bf04: #i103539#: always import meta.xml, to extract the BuildId:Michael Stahl
2012-12-04dr78: #i109800# SHEET record may not point to BOF but to anyDaniel Rentz [dr]
2012-12-04calc66: #i75279# improved accuracy of BINOMDIST; patch from ReginaEike Rathke [er]
2012-12-04calc66: in ADDRESS function handle sheet name of external documentEike Rathke [er]
2012-12-04calc66: #i113183# in SUMIF and COUNTIF external references treat numeric stri...Eike Rathke [er]
2012-12-04calc66: #i117315# round-down single row height values in GetScaledRowHeightNiklas Nebel
2012-12-04calc66: #i112034# also use correct sheet for clip paramNiklas Nebel
2012-12-04mib19: #163566# do not throw assertion if container is not availableChristian Lippka
2012-12-04dr78: remove unused memberNiklas Nebel
2012-12-04calc66: #i114511# don't count cursor movement or clipboard copyNiklas Nebel
2012-12-04calc66: use correct sheet for clip param also in MoveBlock, PasteDataFormat (...Niklas Nebel
2012-12-04dr78: #164376# oox import performance: step 2 - move every access to XCellDaniel Rentz [dr]
2012-12-04calcvba: #164410# improve VBA compatibility implementation in various areas:Daniel Rentz [dr]
2012-12-04dr78: #i96587# remove ScAnnotationShapeObj class, use generic ScShapeObjDaniel Rentz [dr]
2012-12-04dr78: #i71453# BIFF2: use formatting information from cell recordsDaniel Rentz [dr]
2012-12-04dr80: #i117511# remove some assertions in xlsx/xlsb import filtersDaniel Rentz [dr]
2012-12-04dr80: #i117511# remove some assertions in xlsx/xlsb import filtersDaniel Rentz [dr]
2012-12-04dr80: #i117511# removed one more assertionDaniel Rentz [dr]
2012-12-04dr80: #i117392# initialize VBAGlobals object if single Basic module is in VBA...Daniel Rentz [dr]
2012-12-03Oops I didn't mean to change this.Kohei Yoshida
2012-12-03Use mdds::flag_segment_tree to store column flags/widths.Kohei Yoshida
2012-12-03hide the manage cond format dialog when opening the cond format dlgMarkus Mohrhard
2012-12-03workaround strange crash in dynamically created ref edit fieldsMarkus Mohrhard
2012-12-03make the Add and the Edit button work againMarkus Mohrhard
2012-12-03use the new possibility as modal dialogMarkus Mohrhard
2012-12-03forgot to remove the ref mode after closing the dialogMarkus Mohrhard
2012-12-03should call Execute in the right placeMarkus Mohrhard
2012-12-03fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák
2012-12-03API CHANGE: roll back the XStyle changes to add a new Hidden property on StyleCédric Bosdonnat
2012-12-03add sort key snippetMarkus Maier
2012-12-03fix sort page nameCaolán McNamara
2012-12-03remove commented out methods and parameters in ScAnyRefDlgMarkus Mohrhard
2012-12-03remove debug outputMarkus Mohrhard
2012-12-03ugly hack to avoid virtual method in WindowMarkus Mohrhard
2012-12-03first working version of modal ref input dlgsMarkus Mohrhard
2012-12-02this method is not implementedMarkus Mohrhard
2012-12-02we don't need the last entry for icon setsMarkus Mohrhard
2012-12-02small fixes for iconset UIMarkus Mohrhard
2012-12-02workaround broken WaE eGrammar may be used uninitializedMarkus Mohrhard
2012-12-02create icon sets in UIMarkus Mohrhard
2012-12-02correctly show existing icon sets in the UIMarkus Mohrhard
2012-12-02initial support for icon sets in the dialogMarkus Mohrhard
2012-12-02support shared strings enough for gnumeric importMarkus Mohrhard
2012-11-30prevent uncloseable cond format dlgMarkus Mohrhard
2012-11-30API CHANGE: Added XStyle::isHidden() and XStyle::setHidden()Cédric Bosdonnat
2012-11-30Styles & Formatting: added SFXSTYLEBIT_ALL_VISIBLE and show hidden stylesCédric Bosdonnat
2012-11-30Allow to hide styles in the "Styles & Formating" dialogCédric Bosdonnat
2012-11-30Fix indentation.Jan Holesovsky