summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2014-08-20disable the test until I understand the problemMarkus Mohrhard
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin
2014-08-20Wa: C4701: potentially uninitialized local variable 'fVal' usedTor Lillqvist
2014-08-19more flexible handling of current date/time hotkeysEike Rathke
2014-08-19a date is a date, without timeEike Rathke
2014-08-19java: no need to instantiate String objects directlyNoel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
2014-08-19enable test after fixing the validation errorMarkus Mohrhard
2014-08-18Let's not export sheet tab color when it's not set.Kohei Yoshida
2014-08-18Write test to ensure that we export sheet tab color settings correctly.Kohei Yoshida
2014-08-18Consistency around XColorItem in svx/sdshcitm.hxxStephan Bergmann
2014-08-18Consistency around SdrOnOffItem in svx/sdtcfitm.hxxStephan Bergmann
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara
2014-08-18ErrorBox->MessageDialogCaolán McNamara
2014-08-18Consistency around SdrMetricItem in svx/sdsxyitm.hxxStephan Bergmann
2014-08-18pivottablelayoutdialog: define default buttonThomas Arnhold
2014-08-17coverity#737702 Uncaught exceptionCaolán McNamara
2014-08-17remove executable bitsThomas Arnhold
2014-08-16fdo#80453 (part) Help button for insert random #Olivier Hallot
2014-08-17fix unit test after size_t changeThomas Arnhold
2014-08-17warning C4800: 'int' : forcing value to bool 'true' or 'false'Thomas Arnhold
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-08-16don't call ScMarkData::GetMarkedRanges in ScColumn, related fdo#79422Markus Mohrhard
2014-08-16add test case for fdo#82503Markus Mohrhard
2014-08-16copy conditional formatting for single cells, fdo#82503Markus Mohrhard
2014-08-16use scoped_ptr instead of shared_ptrMarkus Mohrhard
2014-08-16add test for fdo#82128Markus Mohrhard
2014-08-16use correct namespace for table protection elements, fdo#82128Markus Mohrhard
2014-08-15unit test for sort with sheet references and external references, fdo#77018Eike Rathke
2014-08-15Revert "another memory leak based on release().release()"Caolán McNamara
2014-08-15unit test for sheet and in-range range references after sort, fdo#79441Eike Rathke
2014-08-15another memory leak based on release().release()Markus Mohrhard
2014-08-14fdo#79116 make paste special easier to useThomas Viehmann
2014-08-14correct references after sort, fdo#79441Eike Rathke
2014-08-14sc: stupid auto_ptr deprecationMichael Stahl
2014-08-14fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-08-14java: remove commented out codeNoel Grandin
2014-08-14WaE: C4189: 'aTests' : local variable is initialized but not referencedTor Lillqvist
2014-08-13warning C4245 signed/unsigned mismatchMichael Stahl
2014-08-13fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-08-13RID_SCDLG_DAPISERVICE conversion to .uiSzymon Kłos
2014-08-13fdo#82418 prefer UTF-8 over UTF-16David Tardon
2014-08-13warning C4373: 'ScTableSheetsObj::importSheet': virtual function overrides...Thomas Arnhold
2014-08-13warning C4245: 'initializing' : conversion from 'int' to 'sal_uInt32'...Thomas Arnhold
2014-08-13warning C4242: 'initializing' : conversion from 'size_t' to 'sal_uInt16'Thomas Arnhold
2014-08-13update_pchThomas Arnhold