summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* Get rid of (most uses of) GUITor Lillqvist2012-12-251-1/+1
* be safe against invalid cond format cell info, fdo#58686Markus Mohrhard2012-12-241-0/+3
* C4701: potentially uninitialized local variable 'bTestEqualCondition' usedTor Lillqvist2012-12-221-1/+1
* storing the chart doc while loading is a bad idea, fdo#57530Markus Mohrhard2012-12-221-1/+0
* fdo#46808, Convert frame::Desktop to new style service.Noel Grandin2012-12-218-32/+16
* Forgot to add checkbox to the dialog & saving the option when checked.Kohei Yoshida2012-12-202-4/+15
* Make use of the recalc option when loading ODF documents.Kohei Yoshida2012-12-201-8/+21
* Add ODF recalc option bits to the UI and configuration.Kohei Yoshida2012-12-206-35/+109
* Templates Manager: removed the old dialogs and menu entriesCédric Bosdonnat2012-12-203-9/+0
* Group undo actions when showing/hiding several notes once, fdo#39454Rodolfo Ribeiro Gomes2012-12-201-0/+5
* Refactored pivot table dialog code for better modularity.Kohei Yoshida2012-12-196-678/+623
* fdo#39454 Allow (show/hide) comments for selected cells (cell range)Rodolfo Ribeiro Gomes2012-12-208-6/+239
* some small fixes for UI around date cond formatsMarkus Mohrhard2012-12-201-3/+7
* handle last week/next week betweek different years, fdo#58340Markus Mohrhard2012-12-201-9/+25
* regenerate pchPeter Foley2012-12-191-135/+135
* Little optimization when detecting if there is cell notes to be deletedRodolfo Ribeiro Gomes2012-12-191-0/+3
* even simpler way to get the whole rangeMarkus Mohrhard2012-12-191-22/+1
* Little optimisation when getting the whole rangeRodolfo Ribeiro Gomes2012-12-191-8/+5
* wrap vararg sax functions in typesafe overloadsLuboš Luňák2012-12-192-3/+37
* Remove unused method from sc: importBiffRecordMarcos Paulo de Souza2012-12-192-30/+0
* Check the validity of row ranges after after the data area shrinkage.Kohei Yoshida2012-12-181-1/+10
* fdo#56937 - mac a11y hang related to traversing vast, broken hierarchies.Michael Meeks2012-12-182-5/+17
* finalize pivot *before* scenario sheet to ensure table numbers are correctNoel Power2012-12-181-5/+6
* Remove unused ScTabPopShellMarcos Paulo de Souza2012-12-183-130/+0
* we need to use a copy of the original ScPatternAttr, fdo#58338Markus Mohrhard2012-12-181-5/+7
* fix the test for cond format exportMarkus Mohrhard2012-12-181-5/+5
* first check that the number of cells has not been reached yet, fdo#58346Markus Mohrhard2012-12-171-8/+8
* UI does not update correctly for icon sets, fdo#58308Markus Mohrhard2012-12-172-1/+5
* workaround FORMULA is not part of the condition is in the UIMarkus Mohrhard2012-12-171-0/+4
* fix the month date formats, related fdo#58340Markus Mohrhard2012-12-171-2/+12
* checking for the month is wrong, related fdo#58340Markus Mohrhard2012-12-171-3/+3
* Change the order of always, never, ask enumerations.Kohei Yoshida2012-12-176-24/+26
* Re-arranged formula options page to make room for re-calc option.Kohei Yoshida2012-12-173-47/+50
* Use check box "Always perform this in future" rather than 4 buttons.Kohei Yoshida2012-12-174-45/+16
* callcatcher: update unusedcode code listCaolán McNamara2012-12-177-117/+1
* UniString::Fill -> OUStringBuffer::padToLengthCaolán McNamara2012-12-171-3/+4
* UniString::ToUpperAscii -> OUString::toAsciiUpperCaseCaolán McNamara2012-12-172-11/+10
* PCH for Library_scLuboš Luňák2012-12-163-0/+945
* check conditions before checking for matrix fragmentEike Rathke2012-12-151-3/+6
* add missing *IFS pieces to Excel filterEike Rathke2012-12-151-11/+8
* AVERAGEIFS with FUNCFLAG_PARAMPAIRSEike Rathke2012-12-151-1/+1
* EvalMatrix<XorEvaluator> for XorEike Rathke2012-12-151-20/+9
* EvalMatrix: do not short circuit, propagate errorsEike Rathke2012-12-151-10/+14
* aString not rStringEike Rathke2012-12-151-13/+13
* ScInterpreter::IterateParametersIfs() with external referencesEike Rathke2012-12-151-0/+21
* calcishmakkica: #i114428# merge some XOR related codeMarina Plakalovic2012-12-154-3/+39
* calcishmakkica: #i117283# support new functions in Excel filtersDaniel Rentz [dr]2012-12-155-5/+27
* calcishmakkica: init varsEike Rathke [er]2012-12-151-18/+18
* calcishmakkica: WaE wntmsci12Eike Rathke [er]2012-12-151-2/+2
* calcishmakkica: #i90269# #i95144# #i101466#Eike Rathke [er]2012-12-154-190/+218