summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* enable test after fixing the validation errorMarkus Mohrhard2014-08-191-11/+0
* Let's not export sheet tab color when it's not set.Kohei Yoshida2014-08-181-2/+3
* Write test to ensure that we export sheet tab color settings correctly.Kohei Yoshida2014-08-181-0/+18
* Consistency around XColorItem in svx/sdshcitm.hxxStephan Bergmann2014-08-181-1/+1
* Consistency around SdrOnOffItem in svx/sdtcfitm.hxxStephan Bergmann2014-08-181-1/+1
* drop unnecessary shl.hxx includesCaolán McNamara2014-08-187-8/+0
* ErrorBox->MessageDialogCaolán McNamara2014-08-1819-41/+34
* Consistency around SdrMetricItem in svx/sdsxyitm.hxxStephan Bergmann2014-08-184-10/+10
* pivottablelayoutdialog: define default buttonThomas Arnhold2014-08-181-0/+1
* coverity#737702 Uncaught exceptionCaolán McNamara2014-08-172-2/+2
* remove executable bitsThomas Arnhold2014-08-173-0/+0
* fdo#80453 (part) Help button for insert random #Olivier Hallot2014-08-161-247/+354
* fix unit test after size_t changeThomas Arnhold2014-08-171-1/+1
* warning C4800: 'int' : forcing value to bool 'true' or 'false'Thomas Arnhold2014-08-171-2/+2
* Consistently use size_t and SAL_MAX_SIZEMatteo Casalin2014-08-1612-53/+45
* Consistently use size_t and SAL_MAX_SIZEMatteo Casalin2014-08-1614-45/+43
* don't call ScMarkData::GetMarkedRanges in ScColumn, related fdo#79422Markus Mohrhard2014-08-165-6/+20
* add test case for fdo#82503Markus Mohrhard2014-08-162-0/+36
* copy conditional formatting for single cells, fdo#82503Markus Mohrhard2014-08-161-0/+5
* use scoped_ptr instead of shared_ptrMarkus Mohrhard2014-08-161-3/+3
* add test for fdo#82128Markus Mohrhard2014-08-162-0/+33
* use correct namespace for table protection elements, fdo#82128Markus Mohrhard2014-08-163-4/+7
* unit test for sort with sheet references and external references, fdo#77018Eike Rathke2014-08-152-0/+82
* Revert "another memory leak based on release().release()"Caolán McNamara2014-08-151-6/+32
* unit test for sheet and in-range range references after sort, fdo#79441Eike Rathke2014-08-152-0/+142
* another memory leak based on release().release()Markus Mohrhard2014-08-151-32/+6
* fdo#79116 make paste special easier to useThomas Viehmann2014-08-143-15/+169
* correct references after sort, fdo#79441Eike Rathke2014-08-144-11/+95
* sc: stupid auto_ptr deprecationMichael Stahl2014-08-141-1/+2
* fdo#75757: remove inheritance to std::vectorTakeshi Abe2014-08-142-8/+15
* java: remove commented out codeNoel Grandin2014-08-144-23/+0
* WaE: C4189: 'aTests' : local variable is initialized but not referencedTor Lillqvist2014-08-141-0/+1
* warning C4245 signed/unsigned mismatchMichael Stahl2014-08-131-2/+2
* fdo#75757: remove inheritance to std::vectorTakeshi Abe2014-08-135-14/+26
* RID_SCDLG_DAPISERVICE conversion to .uiSzymon Kłos2014-08-138-209/+300
* fdo#82418 prefer UTF-8 over UTF-16David Tardon2014-08-131-2/+13
* warning C4373: 'ScTableSheetsObj::importSheet': virtual function overrides...Thomas Arnhold2014-08-131-1/+1
* warning C4245: 'initializing' : conversion from 'int' to 'sal_uInt32'...Thomas Arnhold2014-08-131-1/+1
* warning C4242: 'initializing' : conversion from 'size_t' to 'sal_uInt16'Thomas Arnhold2014-08-131-1/+1
* update_pchThomas Arnhold2014-08-133-2/+4
* java: remove unused fieldsNoel Grandin2014-08-131-2/+1
* java: reduce scope, make some methods privateNoel Grandin2014-08-131-2/+2
* java: reduce scope, make member classes privateNoel Grandin2014-08-131-2/+2
* java: reduce scope, make fields privateNoel Grandin2014-08-134-18/+18
* bnc#822170: Let's not even try to export invalid chart objects.Kohei Yoshida2014-08-123-9/+68
* Don't export builtinId of 54 or above.Kohei Yoshida2014-08-121-3/+2
* Write test for importing images from xls.Kohei Yoshida2014-08-122-0/+27
* really do not write empty externalReferences element, fdo#45286 follow-upEike Rathke2014-08-121-3/+19
* do not write empty externalReferences element, fdo#45286 follow-upEike Rathke2014-08-122-2/+5
* -Werror,-Wundefined-bool-conversionStephan Bergmann2014-08-121-1/+1