summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-07-11Always Recalc volatile formula cells in importDaniel Bankston3-4/+8
2012-07-11Reduce some redundant codeDaniel Bankston2-21/+18
2012-07-11Always recalc certain functions on importDaniel Bankston1-4/+8
2012-07-11Remove calls to ScFormulaCell::SetFormatType() that are no longer necessaryDaniel Bankston1-3/+0
2012-07-11Expand cached matrix formula result test case to include other potential probsDaniel Bankston2-2/+5
2012-07-11Fix problem with cached matrix formula results that contain errorsDaniel Bankston1-14/+17
2012-07-11Add test for cached matrix formula resultsDaniel Bankston3-1/+24
2012-07-11Use cached formula results for matricesDaniel Bankston4-115/+68
2012-07-11Use indexOf instead of matchDaniel Bankston2-3/+14
2012-07-11Use text:p value if cached formula result is Err:### or #N/ADaniel Bankston1-0/+10
2012-07-11Set proper number format for formula cellDaniel Bankston2-1/+2
2012-07-11Add test for import of cached formula results (without hard-recalc)Daniel Bankston1-0/+27
2012-07-11Add test for hard recalcDaniel Bankston3-0/+21
2012-07-11Use bool instead of sal_uInt16 for HardCalcStateDaniel Bankston6-15/+13
2012-07-11Use cached formula results instead of recalculatingDaniel Bankston7-21/+18
2012-07-11Use imported formula results if ODS doc was generated by LibreOfficeDaniel Bankston6-9/+29
2012-07-11Improve performance of data validity unit testDaniel Bankston1-36/+25
2012-07-11Stop calculating row heights and instead use imported row heights onlyDaniel Bankston3-45/+1
2012-07-11Add unit test for ODS row height importDaniel Bankston1-2/+4
2012-07-11Change sc subseq unit tests to use more appropriate cppunit assert macrosDaniel Bankston1-51/+36
2012-07-11Replaced deprecated tools/String with OUString in sc/../chgvisetSören Möller3-16/+14
2012-07-11Use rtl_zeroMemory in place of rtl_fillMemory(..., 0)Christophe JAILLET1-4/+4
2012-07-11Decrease header files dependenciesMatteo Casalin1-1/+0
2012-07-10changes to "Replaced deprecated tools/String with OUString in ScAddInCol"Eike Rathke3-21/+21
2012-07-10Replaced deprecated tools/String with OUString in ScAddInColSören Möller5-101/+101
2012-07-10Remove unused SOT_FORMATSTR_ID_STARCALC_30Thomas Arnhold2-2/+0
2012-07-10Remove unused include statementsThomas Arnhold10-98/+2
2012-07-10removed deserted Lotus 1-2-3 export filterTakeshi Abe7-506/+0
2012-07-09Fix typoJulien Nabet1-1/+1
2012-07-09resolved rhbz#838248 init filter criteria stringEike Rathke1-1/+25
2012-07-09UNO API test for ScEditFieldObj wrt its properties.Kohei Yoshida1-1/+39
2012-07-09Unit test for string input with custom string handling policy.Kohei Yoshida1-0/+9
2012-07-09some UniString->rtl::OUStringCaolán McNamara38-106/+107
2012-07-09performance problem with this commitMarkus Mohrhard1-1/+1
2012-07-09Revert "Revert "export all style information to xls/xlsx, fdo#46738""Markus Mohrhard9-9/+23
2012-07-09Revert "export all style information to xls/xlsx, fdo#46738"Markus Mohrhard9-23/+9
2012-07-09Replaced deprecated String with OUString in sc/../chgtrackSören Möller2-2/+1
2012-07-08fix layout issue on Data Bar dialogAndras Timar1-2/+1
2012-07-08fix a few layout problems in Conditional Formatting dialogAndras Timar2-13/+16
2012-07-08removed unused includesTakeshi Abe1-4/+0
2012-07-08we still need to pass the wrong number of read bytesMarkus Mohrhard1-1/+1
2012-07-08export all notes into odf, fdo#49924Markus Mohrhard5-18/+100
2012-07-07fdo#51830 order of OK and Cancel buttonsAndras Timar1-2/+2
2012-07-07fdo#43109: Don't check for simple number when text format is requested.Kohei Yoshida1-1/+1
2012-07-06Test where the member count of a dimension changes after refresh.Kohei Yoshida1-0/+26
2012-07-06New unit test for pivot table's handling of empty rows.Kohei Yoshida1-0/+89
2012-07-06Properly rehash row visibility when the layout dialog is dismissed.Kohei Yoshida9-11/+17
2012-07-06Sync the 'ignore empty rows' and 'repeat if empty' flags as appropriate.Kohei Yoshida1-0/+1
2012-07-06Merge branch 'feature/template-dialog'Rafael Dominguez1-2/+2
2012-07-06adjust the calculation of the cursor pos if ALT is used, fdo#48869Markus Mohrhard1-2/+7