summaryrefslogtreecommitdiffstats
path: root/sc/source
Commit message (Expand)AuthorAgeFilesLines
* Avoid activating window pane when launching popup window.Kohei Yoshida2012-12-062-17/+26
* OSL_* to SAL_WARN in conditio.cxxMarkus Mohrhard2012-12-061-6/+6
* Don't forget to set focus handler for the reference edit boxes.Kohei Yoshida2012-12-052-19/+25
* Same logic without using the boolean variable.Kohei Yoshida2012-12-051-16/+9
* fdo#57497: Remove group table data when all group dimensions are gone.Kohei Yoshida2012-12-053-37/+55
* drop now unused sort resourcesCaolán McNamara2012-12-052-63/+0
* fix for bnc#791731 preserve cell formatting of datapilot area (Noel Power2012-12-055-7/+33
* remove unused parameterMarkus Mohrhard2012-12-051-3/+2
* correctly parse range in cond format dlgMarkus Mohrhard2012-12-052-4/+3
* adapt cond format range when copying sheets, fdo#56742Markus Mohrhard2012-12-051-1/+5
* Actually let's use the internal API directly here.Kohei Yoshida2012-12-041-20/+14
* More adjustment of file load code in the unit test.Kohei Yoshida2012-12-041-6/+1
* WorkbookFragment::finalizeImport(): catch DialogCancelledExceptionMichael Stahl2012-12-041-1/+6
* Ask the user if she wants to do full recalc on load, for ods and xlsx import.Kohei Yoshida2012-12-046-7/+66
* sort dialog can be resizeable nowCaolán McNamara2012-12-041-0/+1
* also workaround strange crash with ref edit field for formula conditionMarkus Mohrhard2012-12-041-1/+1
* clean up more sbxToUnoValue declarationsMichael Stahl2012-12-041-3/+1
* warning C4273: sbxToUnoValue: inconsistent dll linkageMichael Stahl2012-12-041-2/+1
* WaE: unused variable 'pDrawView'Tor Lillqvist2012-12-041-1/+1
* fix problem with captions inserted at problematic zoom levelsNoel Power2012-12-044-2/+27
* rework the calc sort dialog to use .ui snippetCaolán McNamara2012-12-044-153/+129
* Styles & Formatting: added Show menu item on hidden stylesCédric Bosdonnat2012-12-041-2/+7
* activate basic gnumeric support in experimental modeMarkus Mohrhard2012-12-044-1/+25
* shared formula import for orcusMarkus Mohrhard2012-12-042-9/+298
* re-base on ALv2 code. Includes:Michael Meeks2012-12-041075-26356/+16818
* calc66: #i116940# update link URLs after CompileXML, count onlyNiklas Nebel2012-12-044-40/+53
* sw34bf04: #i103539#: always import meta.xml, to extract the BuildId:Michael Stahl2012-12-042-16/+42
* dr78: #i109800# SHEET record may not point to BOF but to anyDaniel Rentz [dr]2012-12-044-65/+101
* calc66: #i75279# improved accuracy of BINOMDIST; patch from ReginaEike Rathke [er]2012-12-042-141/+113
* calc66: in ADDRESS function handle sheet name of external documentEike Rathke [er]2012-12-043-29/+52
* calc66: #i113183# in SUMIF and COUNTIF external references treat numeric stri...Eike Rathke [er]2012-12-041-3/+26
* calc66: #i117315# round-down single row height values in GetScaledRowHeightNiklas Nebel2012-12-041-2/+16
* calc66: #i112034# also use correct sheet for clip paramNiklas Nebel2012-12-041-2/+3
* mib19: #163566# do not throw assertion if container is not availableChristian Lippka2012-12-041-1/+2
* dr78: remove unused memberNiklas Nebel2012-12-042-3/+0
* calc66: #i114511# don't count cursor movement or clipboard copyNiklas Nebel2012-12-043-6/+12
* calc66: use correct sheet for clip param also in MoveBlock, PasteDataFormat (...Niklas Nebel2012-12-042-2/+2
* dr78: #164376# oox import performance: step 2 - move every access to XCellDaniel Rentz [dr]2012-12-041-27/+51
* calcvba: #164410# improve VBA compatibility implementation in various areas:Daniel Rentz [dr]2012-12-0413-207/+172
* dr78: #i96587# remove ScAnnotationShapeObj class, use generic ScShapeObjDaniel Rentz [dr]2012-12-042-484/+67
* dr78: #i71453# BIFF2: use formatting information from cell recordsDaniel Rentz [dr]2012-12-045-24/+74
* dr80: #i117511# remove some assertions in xlsx/xlsb import filtersDaniel Rentz [dr]2012-12-043-2/+15
* dr80: #i117511# remove some assertions in xlsx/xlsb import filtersDaniel Rentz [dr]2012-12-043-17/+37
* dr80: #i117511# removed one more assertionDaniel Rentz [dr]2012-12-041-1/+1
* dr80: #i117392# initialize VBAGlobals object if single Basic module is in VBA...Daniel Rentz [dr]2012-12-041-2/+2
* Oops I didn't mean to change this.Kohei Yoshida2012-12-031-1/+1
* Use mdds::flag_segment_tree to store column flags/widths.Kohei Yoshida2012-12-032-24/+64
* hide the manage cond format dialog when opening the cond format dlgMarkus Mohrhard2012-12-031-4/+4
* workaround strange crash in dynamically created ref edit fieldsMarkus Mohrhard2012-12-031-2/+2
* make the Add and the Edit button work againMarkus Mohrhard2012-12-033-14/+24