summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* simply use string literalsLuboš Luňák2012-12-111-3/+3
* enum is not something that has external linkage, so no point in visibilityLuboš Luňák2012-12-111-1/+1
* Replacing '__LOADONCALLAPI' with 'SAL_CALL' definitionChristos Strubulis2012-12-102-3/+3
* some Python 3.3 port (not important for LO 4.0)László Németh2012-12-101-11/+13
* improve the recalc dialog for ooxmlMarkus Mohrhard2012-12-1010-14/+194
* callcatcher: remove unused rtf filter and associated methodsCaolán McNamara2012-12-104-26/+0
* fdo#46808, Adapt sdbc::DriverManager UNO service to new styleNoel Grandin2012-12-101-12/+6
* Compress graphics dialog converted to new widget layout.Tomaž Vajngerl2012-12-091-8/+4
* add missing dep on oox/helper/helper.hxxDavid Tardon2012-12-091-0/+4
* fdo#33365 added wrapper for boost random, use that in RAND()tino2012-12-085-1/+87
* use config_xxx.h files instead of -DHAVE_XXX on the command lineLuboš Luňák2012-12-073-0/+6
* -Werror,-Wunused-resultStephan Bergmann2012-12-071-2/+1
* an app can have print options without a print options dialogCaolán McNamara2012-12-074-1/+13
* bnc#792528: Import static data series labels from xlsx correctly.Kohei Yoshida2012-12-062-52/+40
* -Werror,-Wunused-private-fieldStephan Bergmann2012-12-066-20/+8
* 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-055-37/+86
* drop now unused sort resourcesCaolán McNamara2012-12-053-64/+0
* fix for bnc#791731 preserve cell formatting of datapilot area (Noel Power2012-12-055-7/+33
* remove unused parameterMarkus Mohrhard2012-12-052-4/+3
* correctly parse range in cond format dlgMarkus Mohrhard2012-12-053-5/+4
* adapt cond format range when copying sheets, fdo#56742Markus Mohrhard2012-12-051-1/+5
* unnecessary forward declarationMarkus Mohrhard2012-12-051-1/+0
* Actually let's use the internal API directly here.Kohei Yoshida2012-12-042-23/+17
* Fix the testPasswordExport test.Kohei Yoshida2012-12-041-4/+10
* Remove duplicate code blocks.Kohei Yoshida2012-12-041-41/+16
* More adjustment of file load code in the unit test.Kohei Yoshida2012-12-042-6/+5
* Disable user interaction here too, to prevent dialog launches.Kohei Yoshida2012-12-041-0/+2
* 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-0410-13/+82
* 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
* Fixed removed entry for SID_STYLE_HIDE in sc/sdi/formatsh.sdiCédric Bosdonnat2012-12-041-0/+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-047-155/+158
* Styles & Formatting: added Show menu item on hidden stylesCédric Bosdonnat2012-12-044-3/+10
* activate basic gnumeric support in experimental modeMarkus Mohrhard2012-12-045-1/+27
* shared formula import for orcusMarkus Mohrhard2012-12-042-9/+298
* re-base on ALv2 code. Includes:Michael Meeks2012-12-041268-29991/+19684
* calc66: #i116940# update link URLs after CompileXML, count onlyNiklas Nebel2012-12-045-44/+58
* 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-044-30/+58