summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2014-10-08convert ParamType enum in SC to enum classNoel Grandin1-1/+1
2014-10-04Add menu entry for the "formula to value" feature.Kohei Yoshida4-0/+10
2014-10-03Let's consistently spell OpenCL as 'OpenCL'.Kohei Yoshida2-6/+6
2014-10-02New feature to allow converting formula cells to static values.Kohei Yoshida7-3/+86
2014-10-01fdo#82577: Handle TimeNoel Grandin2-3/+3
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann8-30/+18
2014-09-26formula: std::auto_ptr -> std::unique_ptrStephan Bergmann1-3/+1
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann1-1/+0
2014-09-23fdo#82577: Handle WindowNoel Grandin11-66/+66
2014-09-19Move this header file to a better place.Kohei Yoshida1-37/+0
2014-09-18fdo#82577: Handle FontNoel Grandin1-3/+3
2014-09-17Add loading document colors to CalcKrisztian Pinter1-0/+2
2014-09-10refactor lotus wks importer to remove globalsCaolán McNamara1-1/+3
2014-09-10callcatcher: update unused codeCaolán McNamara1-2/+0
2014-09-09fdo#80098 make header of Search Result dialog localizableAndras Timar1-0/+6
2014-09-08Related #82088: removed last css aliases in hxxStefan Weiberg2-8/+6
2014-09-07fix indentationMarkus Mohrhard1-4/+2
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin4-14/+0
2014-09-06How the hell did this survive 14 years? Kill it!Markus Mohrhard2-3/+3
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin6-59/+101
2014-09-03fdo#81633: Add a new configuration option to toggle ref update on sort.Kohei Yoshida5-3/+15
2014-08-28bnc#822173: Initial work on exporting pivot cache and pivot table to xlsx.Kohei Yoshida3-1/+7
2014-08-28Make some methods non-inline, and add method descriptions.Kohei Yoshida3-12/+26
2014-08-27callcatcher: update unused codeCaolán McNamara1-1/+0
2014-08-17coverity#737702 Uncaught exceptionCaolán McNamara1-1/+1
2014-08-16don't call ScMarkData::GetMarkedRanges in ScColumn, related fdo#79422Markus Mohrhard2-1/+5
2014-08-16use scoped_ptr instead of shared_ptrMarkus Mohrhard1-3/+3
2014-08-14correct references after sort, fdo#79441Eike Rathke1-1/+3
2014-08-13warning C4373: 'ScTableSheetsObj::importSheet': virtual function overrides...Thomas Arnhold1-1/+1
2014-08-13update_pchThomas Arnhold3-2/+4
2014-08-11write OOXML externalReferences, externalLinks, fdo#45286Eike Rathke1-3/+4
2014-08-08bnc#885548: Write test for this.Kohei Yoshida1-1/+1
2014-08-06RID_SCDLG_CONFLICTS conversion to .uiSzymon Kłos1-1/+6
2014-08-01typo: more then -> more thanTakeshi Abe1-1/+1
2014-07-31fdo#78555: Retain formula results when moving a range of cells.Kohei Yoshida4-5/+15
2014-07-30fdo#80501: Ensure that we notify each listener only once.Kohei Yoshida2-5/+1
2014-07-29Remove some unused codeMarcos Paulo de Souza1-1/+0
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin2-6/+6
2014-07-28fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida4-11/+10
2014-07-27fdo#81617: Split formula groups at sort range boundaries.Kohei Yoshida1-0/+1
2014-07-27Dead declarationMaxim Monastirsky1-3/+0
2014-07-23simplify SfxItemPool::GetPresentationNoel Grandin1-1/+0
2014-07-18Add a variant of set that takes ownership of EditTextObject.Kohei Yoshida1-0/+1
2014-07-18bnc#885548: Initial work on importing revisions from xlsx.Kohei Yoshida1-1/+1
2014-07-17Unwind this logic and make it easier to read.Kohei Yoshida1-0/+2
2014-07-14Preserve the "end of list" flag for xls round-tripping.Kohei Yoshida1-10/+16
2014-07-14Move this header to the source file.Kohei Yoshida1-1/+0
2014-07-14Make these non inline.Kohei Yoshida1-37/+8
2014-07-14loplugin:saloverrideNoel Grandin1-3/+3
2014-07-13fdo#81309: Adjust references during sort.Kohei Yoshida11-23/+211