summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2012-12-04activate basic gnumeric support in experimental modeMarkus Mohrhard4-1/+25
2012-12-04shared formula import for orcusMarkus Mohrhard2-9/+298
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1075-26356/+16818
2012-12-04calc66: #i116940# update link URLs after CompileXML, count onlyNiklas Nebel4-40/+53
2012-12-04sw34bf04: #i103539#: always import meta.xml, to extract the BuildId:Michael Stahl2-16/+42
2012-12-04dr78: #i109800# SHEET record may not point to BOF but to anyDaniel Rentz [dr]4-65/+101
2012-12-04calc66: #i75279# improved accuracy of BINOMDIST; patch from ReginaEike Rathke [er]2-141/+113
2012-12-04calc66: in ADDRESS function handle sheet name of external documentEike Rathke [er]3-29/+52
2012-12-04calc66: #i113183# in SUMIF and COUNTIF external references treat numeric stri...Eike Rathke [er]1-3/+26
2012-12-04calc66: #i117315# round-down single row height values in GetScaledRowHeightNiklas Nebel1-2/+16
2012-12-04calc66: #i112034# also use correct sheet for clip paramNiklas Nebel1-2/+3
2012-12-04mib19: #163566# do not throw assertion if container is not availableChristian Lippka1-1/+2
2012-12-04dr78: remove unused memberNiklas Nebel2-3/+0
2012-12-04calc66: #i114511# don't count cursor movement or clipboard copyNiklas Nebel3-6/+12
2012-12-04calc66: use correct sheet for clip param also in MoveBlock, PasteDataFormat (...Niklas Nebel2-2/+2
2012-12-04dr78: #164376# oox import performance: step 2 - move every access to XCellDaniel Rentz [dr]1-27/+51
2012-12-04calcvba: #164410# improve VBA compatibility implementation in various areas:Daniel Rentz [dr]13-207/+172
2012-12-04dr78: #i96587# remove ScAnnotationShapeObj class, use generic ScShapeObjDaniel Rentz [dr]2-484/+67
2012-12-04dr78: #i71453# BIFF2: use formatting information from cell recordsDaniel Rentz [dr]5-24/+74
2012-12-04dr80: #i117511# remove some assertions in xlsx/xlsb import filtersDaniel Rentz [dr]3-2/+15
2012-12-04dr80: #i117511# remove some assertions in xlsx/xlsb import filtersDaniel Rentz [dr]3-17/+37
2012-12-04dr80: #i117511# removed one more assertionDaniel Rentz [dr]1-1/+1
2012-12-04dr80: #i117392# initialize VBAGlobals object if single Basic module is in VBA...Daniel Rentz [dr]1-2/+2
2012-12-03Oops I didn't mean to change this.Kohei Yoshida1-1/+1
2012-12-03Use mdds::flag_segment_tree to store column flags/widths.Kohei Yoshida2-24/+64
2012-12-03hide the manage cond format dialog when opening the cond format dlgMarkus Mohrhard1-4/+4
2012-12-03workaround strange crash in dynamically created ref edit fieldsMarkus Mohrhard1-2/+2
2012-12-03make the Add and the Edit button work againMarkus Mohrhard3-14/+24
2012-12-03use the new possibility as modal dialogMarkus Mohrhard3-38/+12
2012-12-03forgot to remove the ref mode after closing the dialogMarkus Mohrhard1-0/+3
2012-12-03should call Execute in the right placeMarkus Mohrhard1-1/+1
2012-12-03fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák1-4/+4
2012-12-03API CHANGE: roll back the XStyle changes to add a new Hidden property on StyleCédric Bosdonnat2-17/+19
2012-12-03remove commented out methods and parameters in ScAnyRefDlgMarkus Mohrhard3-26/+15
2012-12-03remove debug outputMarkus Mohrhard1-8/+0
2012-12-03ugly hack to avoid virtual method in WindowMarkus Mohrhard5-2/+55
2012-12-03first working version of modal ref input dlgsMarkus Mohrhard20-134/+183
2012-12-02this method is not implementedMarkus Mohrhard1-1/+0
2012-12-02we don't need the last entry for icon setsMarkus Mohrhard2-0/+11
2012-12-02small fixes for iconset UIMarkus Mohrhard1-0/+5
2012-12-02workaround broken WaE eGrammar may be used uninitializedMarkus Mohrhard1-1/+1
2012-12-02create icon sets in UIMarkus Mohrhard2-2/+49
2012-12-02correctly show existing icon sets in the UIMarkus Mohrhard2-6/+42
2012-12-02initial support for icon sets in the dialogMarkus Mohrhard7-121/+345
2012-12-02support shared strings enough for gnumeric importMarkus Mohrhard2-11/+113
2012-11-30prevent uncloseable cond format dlgMarkus Mohrhard1-16/+17
2012-11-30API CHANGE: Added XStyle::isHidden() and XStyle::setHidden()Cédric Bosdonnat1-0/+17
2012-11-30Styles & Formatting: added SFXSTYLEBIT_ALL_VISIBLE and show hidden stylesCédric Bosdonnat1-1/+3
2012-11-30Allow to hide styles in the "Styles & Formating" dialogCédric Bosdonnat2-1/+30
2012-11-30Fix indentation.Jan Holesovsky1-1/+3