summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-08-20update input bar with new valueEike Rathke1-0/+2
2014-08-20refine current date/time hotkey handlingEike Rathke1-14/+73
2014-08-20disable the test until I understand the problemMarkus Mohrhard1-1/+1
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin1-2/+2
2014-08-20Wa: C4701: potentially uninitialized local variable 'fVal' usedTor Lillqvist1-1/+1
2014-08-19more flexible handling of current date/time hotkeysEike Rathke1-12/+55
2014-08-19a date is a date, without timeEike Rathke1-8/+24
2014-08-19java: no need to instantiate String objects directlyNoel Grandin1-1/+1
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin1-4/+4
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2-5/+5
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