summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin1-1/+1
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin3-3/+3
2014-08-19enable test after fixing the validation errorMarkus Mohrhard1-11/+0
2014-08-18Let's not export sheet tab color when it's not set.Kohei Yoshida1-2/+3
2014-08-18Write test to ensure that we export sheet tab color settings correctly.Kohei Yoshida1-0/+18
2014-08-18Consistency around XColorItem in svx/sdshcitm.hxxStephan Bergmann1-1/+1
2014-08-18Consistency around SdrOnOffItem in svx/sdtcfitm.hxxStephan Bergmann1-1/+1
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara7-8/+0
2014-08-18ErrorBox->MessageDialogCaolán McNamara19-41/+34
2014-08-18Consistency around SdrMetricItem in svx/sdsxyitm.hxxStephan Bergmann4-10/+10
2014-08-18pivottablelayoutdialog: define default buttonThomas Arnhold1-0/+1
2014-08-17coverity#737702 Uncaught exceptionCaolán McNamara2-2/+2
2014-08-17remove executable bitsThomas Arnhold3-0/+0
2014-08-16fdo#80453 (part) Help button for insert random #Olivier Hallot1-247/+354
2014-08-17fix unit test after size_t changeThomas Arnhold1-1/+1
2014-08-17warning C4800: 'int' : forcing value to bool 'true' or 'false'Thomas Arnhold1-2/+2
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin12-53/+45
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin14-45/+43
2014-08-16don't call ScMarkData::GetMarkedRanges in ScColumn, related fdo#79422Markus Mohrhard5-6/+20
2014-08-16add test case for fdo#82503Markus Mohrhard2-0/+36
2014-08-16copy conditional formatting for single cells, fdo#82503Markus Mohrhard1-0/+5
2014-08-16use scoped_ptr instead of shared_ptrMarkus Mohrhard1-3/+3
2014-08-16add test for fdo#82128Markus Mohrhard2-0/+33
2014-08-16use correct namespace for table protection elements, fdo#82128Markus Mohrhard3-4/+7
2014-08-15unit test for sort with sheet references and external references, fdo#77018Eike Rathke2-0/+82
2014-08-15Revert "another memory leak based on release().release()"Caolán McNamara1-6/+32
2014-08-15unit test for sheet and in-range range references after sort, fdo#79441Eike Rathke2-0/+142
2014-08-15another memory leak based on release().release()Markus Mohrhard1-32/+6
2014-08-14fdo#79116 make paste special easier to useThomas Viehmann3-15/+169
2014-08-14correct references after sort, fdo#79441Eike Rathke4-11/+95
2014-08-14sc: stupid auto_ptr deprecationMichael Stahl1-1/+2
2014-08-14fdo#75757: remove inheritance to std::vectorTakeshi Abe2-8/+15
2014-08-14java: remove commented out codeNoel Grandin4-23/+0
2014-08-14WaE: C4189: 'aTests' : local variable is initialized but not referencedTor Lillqvist1-0/+1
2014-08-13warning C4245 signed/unsigned mismatchMichael Stahl1-2/+2
2014-08-13fdo#75757: remove inheritance to std::vectorTakeshi Abe5-14/+26
2014-08-13RID_SCDLG_DAPISERVICE conversion to .uiSzymon Kłos8-209/+300
2014-08-13fdo#82418 prefer UTF-8 over UTF-16David Tardon1-2/+13
2014-08-13warning C4373: 'ScTableSheetsObj::importSheet': virtual function overrides...Thomas Arnhold1-1/+1
2014-08-13warning C4245: 'initializing' : conversion from 'int' to 'sal_uInt32'...Thomas Arnhold1-1/+1
2014-08-13warning C4242: 'initializing' : conversion from 'size_t' to 'sal_uInt16'Thomas Arnhold1-1/+1
2014-08-13update_pchThomas Arnhold3-2/+4
2014-08-13java: remove unused fieldsNoel Grandin1-2/+1
2014-08-13java: reduce scope, make some methods privateNoel Grandin1-2/+2
2014-08-13java: reduce scope, make member classes privateNoel Grandin1-2/+2
2014-08-13java: reduce scope, make fields privateNoel Grandin4-18/+18
2014-08-12bnc#822170: Let's not even try to export invalid chart objects.Kohei Yoshida3-9/+68
2014-08-12Don't export builtinId of 54 or above.Kohei Yoshida1-3/+2
2014-08-12Write test for importing images from xls.Kohei Yoshida2-0/+27
2014-08-12really do not write empty externalReferences element, fdo#45286 follow-upEike Rathke1-3/+19