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