summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2014-04-25fdo#76611: Wrap reference addresses at max boundaries.Kohei Yoshida
2014-04-25fdo#73148 (partial patch) Add Excel 2010 function AGGREGATEWinfried Donkers
2014-04-25fdo#77728: Don't forget to start listening after the named range update.Kohei Yoshida
2014-04-24add undo action for conditional formatting, cp#1000050, fdo#77381Markus Mohrhard
2014-04-24sc filter: Read "FilterOptions" in HTML export filterTomaž Vajngerl
2014-04-24sc: Add F-Test to StatisticsTomaž Vajngerl
2014-04-23Now these two methods are unused.Kohei Yoshida
2014-04-23These are not needed.Kohei Yoshida
2014-04-23SwapRow() is no more!Kohei Yoshida
2014-04-23New method SortReorderByRow() for the new row-based reordering.Kohei Yoshida
2014-04-23Apply sorted patterns as ranges instead of row-by-row.Kohei Yoshida
2014-04-23Skip adjustment of row height when all rows have the same height.Kohei Yoshida
2014-04-23Update script types of all cells in sort range ahead of time.Kohei Yoshida
2014-04-23Handle reordering of row hidden and filtered flags during sort.Kohei Yoshida
2014-04-23Move cell notes too when sorting.Kohei Yoshida
2014-04-23Use the mdds storage types directly rather than using CellValues.Kohei Yoshida
2014-04-23Handle sorting of broadcasters correctly.Kohei Yoshida
2014-04-23Retrieve and store broadcasters into data table.Kohei Yoshida
2014-04-23Correctly set the positions of sorted formula cells.Kohei Yoshida
2014-04-23Avoid using SwapRow() when sorting.Kohei Yoshida
2014-04-23Have CellValues handle text attribute values as well.Kohei Yoshida
2014-04-23Store cell text attribute pointers during initialization.Kohei Yoshida
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-04-18sfx2: Move InitInterface_Impl() out of SFX_DECL_INTERFACE too.Jan Holesovsky
2014-04-18callcatcher: update unused codeCaolán McNamara
2014-04-15CID#1202917 removed unused member variable nMaxTableNumberEike Rathke
2014-04-15Use scope switch rather than manual on and off.Kohei Yoshida
2014-04-15Remove this duplicate, and use the one in ScCellFormat.Kohei Yoshida
2014-04-15fdo#76409: Write output cell string to <text:p> element when saving to ods.Kohei Yoshida
2014-04-14fdo#76294: Intern strings in AddFormulaToken() as well.Kohei Yoshida
2014-04-14update_pchThomas Arnhold
2014-04-14fdo#77209: Share string pool with clip documents.Kohei Yoshida
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
2014-04-14typo: postion -> positionThomas Arnhold
2014-04-14typo: dependend -> dependentThomas Arnhold
2014-04-11fdo#73149 add Excel 2010 functions ERF.PRECISE and ERFC.PRECISEWinfried Donkers
2014-04-09convert data validation tab page to .uiCaolán McNamara
2014-04-08also check if a newly read password protection applies to a rangeEike Rathke
2014-04-08read the defined password attributesEike Rathke
2014-04-08hold security descriptors read from OOXML independentlyEike Rathke
2014-04-07fdo#75741: Share the context objects to avoid poor performance.Kohei Yoshida
2014-04-07fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-04-04callcatcher: another layer post pivottable conversionCaolán McNamara
2014-04-04coverity#707982 Uninitialized scalar fieldCaolán McNamara
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-02fdo#73147 add Excel2010 functions NETWORKDAYS.INTL and WORKDAY.INTLWinfried Donkers
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann