summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-12hrc cleanup: Remove unused Strings in scThomas Arnhold3-345/+0
2012-07-12sorted_vector should not inherit public std::vectorMichael Stahl1-3/+7
2012-07-12Convert SV_DECL_PTRARR_SORT_DEL(SwContentArr) to o3tl::sorted_vectorNoel Grandin1-45/+47
2012-07-12Create a template container class for sorted vectorNoel Grandin4-0/+218
2012-07-12Convert SV_DECL_PTRARR_SORT_DEL_VISIBILITY(SvxAutocorrWordList) to std::setNoel Grandin5-89/+57
2012-07-12Convert SV_DECL_PTRARR_SORT_VISIBILITY(SvxMSDffShapeTxBxSort) to std::setNoel Grandin3-19/+24
2012-07-12fix previous STL conversion commit:Michael Stahl5-20/+21
2012-07-12Convert SV_DECL_PTRARR_SORT_DEL_VISIBILITY(MSDffImportRecords) to std::setNoel Grandin5-28/+24
2012-07-12Convert SV_DECL_PTRARR_SORT(ScValidationEntries_Impl) to std::setNoel Grandin4-49/+40
2012-07-12Convert SV_DECL_PTRARR_SORT(ScAddInAsyncs) to std::setNoel Grandin3-26/+25
2012-07-12Convert SV_DECL_PTRARR_SORT(ScAddInDocs) to std::setNoel Grandin4-29/+23
2012-07-12hrc cleanup: Remove commented out lines in hidother.src filesThomas Arnhold3-130/+0
2012-07-12hrc cleanup: Remove unused Strings in sfx2/source/doc/doc.hrcThomas Arnhold2-153/+0
2012-07-12fdo#51278 make reportbuilder work againDavid Tardon2-0/+32
2012-07-12drop useless announcementDavid Tardon1-10/+1
2012-07-12fix hsqldb java version detectionLionel Elie Mamane1-20/+67
2012-07-12couple more file extensionMichael Meeks1-0/+2
2012-07-12fix mips build: opcode not supported on this processorCaolán McNamara2-0/+44
2012-07-12SwTxtPaintInfo::_DrawBackBrush: color comment rangesMiklos Vajna1-2/+25
2012-07-12SwXTextField::attachToRange: use a fieldmark for annotation range insertMiklos Vajna1-2/+15
2012-07-12SwXText::insertTextContent: allow attaching an annotation field to a rangeMiklos Vajna1-1/+5
2012-07-12SwXTextField: add getter method for m_nServiceIdMiklos Vajna2-0/+6
2012-07-12SwPostItMgr: these can be staticMiklos Vajna1-3/+3
2012-07-12xmloff: add new constant for commentrange field typeMiklos Vajna1-0/+1
2012-07-12show comments in the navigator, fdo#51859Markus Mohrhard1-1/+1
2012-07-12fdo#51852: Temporary, band-aid fix.Kohei Yoshida1-2/+10
2012-07-11Remove method that is no longer neededDaniel Bankston1-1/+0
2012-07-11Fix cause of osl warningDaniel Bankston2-0/+17
2012-07-11ODS Import: Improve method names and commentsDaniel Bankston2-15/+22
2012-07-11Distinguish between DATE and DATETIME formats in ODS importDaniel Bankston2-1/+3
2012-07-11Add test for volatile functions for ODS importDaniel Bankston2-0/+24
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