summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Collapse)Author
2014-02-27remove unused code in ScCellIteratorNoel Grandin
Specifically: ScCellIterator::getValue() ScCellIterator::hasNumeric() const Change-Id: If15c627789576772bb220ece0b9dd143b1374a1b
2014-02-27remove unused cdeo from ScCellValueNoel Grandin
Specifically: ScCellValue::ScCellValue(EditTextObject const&) ScCellValue::ScCellValue(ScFormulaCell const&) ScCellValue::hasNumeric() const ScCellValue::hasString() const ScCellValue::set(ScFormulaCell const&) Change-Id: Ief8c07d6e2c7df6c6037fb3e59c00c37e3e0a49a
2014-02-27remove unused code ScColorScaleEntry::UpdateMoveTab(short, short, short)Noel Grandin
Change-Id: I32437bb06dc5fd1522361d9591f470d00bb96d77
2014-02-27remove unused code in ScColumnNoel Grandin
Specifically: ScColumn::DeleteCellNote(int) ScColumn::MoveListeners(SvtBroadcaster&, int) ScColumn::SetRawString(sc::ColumnBlockPosition&, int, rtl::OUString const&, bool) Change-Id: I34ec659bce7ae18cc3e9d0e27fcd138bc64201b0
2014-02-27remove unused data ScComplexRefData::IsDeleted()Noel Grandin
Change-Id: I06d44a709f18b457c3d3381e2c6f4636fbffd4f0
2014-02-27remove unused code ScDBQueryDataIterator::DataAccessInternal::setPosNoel Grandin
Change-Id: If59f5b99a792ff5eafc0e027a84ca07b89a86c81
2014-02-27remove unused code ScDPFilteredCache::SingleFilter::getMatchValue()Noel Grandin
Change-Id: If47b1c5e3c04be18315cd9698c18d6e6bf5b7084
2014-02-27remove unused code ScDocument::GetCellCount(short, short) constNoel Grandin
Change-Id: I63f6bf43dade896858a78414beaafb9792831946
2014-02-27remove unused code ScFlatBoolRowSegments::getValue(int)Noel Grandin
Change-Id: Ifd3fdbd5fc336064cbcd9d085e8fc5062e95aa77
2014-02-27remove unused code ScGlobal::GetStandardFormatNoel Grandin
full signature: ScGlobal::GetStandardFormat(double, SvNumberFormatter&, unsigned long, short) Change-Id: Ifa2946cdb1d27f3a7bca1541c8f569456cb45b88
2014-02-27remove unused code ScRangeStringConverter::GetRangeListFromStringNoel Grandin
full signature: ScRangeStringConverter::GetRangeListFromString( css::uno::Sequence<css::table::CellRangeAddress>&, rtl::OUString const&, ScDocument const*, formula::FormulaGrammar::AddressConvention, unsigned short, unsigned short) Change-Id: I61784cb55fb82caaeed22ddae94017c3ea630990
2014-02-27remove unused code ScRefCellValue::commit(ScColumn&, int) constNoel Grandin
Change-Id: I2f91a7b6b471d655f19f1f0ed94c4e1d0273ed80
2014-02-27remove unused code ScTable::GetNote(short, int)Noel Grandin
Change-Id: Iad250b204423b897d903053b3ea4c63c01837e79
2014-02-27remove unused code ScTable::SetRawString(short, int, rtl::OUString const&)Noel Grandin
Change-Id: I098143e76c141e4cf6b9d9aec4cb727680ea7457
2014-02-27remove unused code ScRefreshTimer::StartRefreshTimer()Noel Grandin
Change-Id: If96e0de72338aabfb2c4db04fba8f524d48a1d5c
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-26remove unused code ScDocument::IsEmptyData(short, short)Noel Grandin
and the consequently unused code ScTable::IsEmptyData(short, short) Change-Id: I622de7c1118d61c0e434f80d1b7c41ace24c5592
2014-02-26remove unused code ScDocument::CountNotes()Noel Grandin
Change-Id: Ic0f638f1e052b2d9117207f234d879638cbfc19a
2014-02-26remove unused code ScDocument::GetFormulaTokensNoel Grandin
and consequently unused code ScTable::GetFormulaTokens ScColumn::GetFormulaTokens Change-Id: Iad1fd45e67489bb8b0f9ed96a36b647e40e6f774
2014-02-26remove unused code ScDocument::RebuildFormulaGroups()Noel Grandin
and the consequently unused code ScTable::RebuildFormulaGroups() Change-Id: Ic7dfb7420c7cc4ca52c4ed4fe580fbb499ab53b6
2014-02-26remove unused code ScFormulaCell::HasColRowName()Noel Grandin
Change-Id: I907492e1385f76d27cc8559d599f518d3b91f75d
2014-02-25fdo#75386: Totally fix reference update during range move.Kohei Yoshida
It was just not working at all due to multiple reasons. The reference update needed to be reworked for formula groups such that the token array is adjusted only for the top cell but all formula cells still needed to be processed afterwards. The bound check also needed to be done against the old range prior to the move, not the new range after the move. During undo, the paint had to be deferred until after the two calls to DoUndo() else the formula cells would get re-calculated before the values were placed back to their old positions, causing them to mis- calculate wrong values. Change-Id: Iba66f80a413e0539cac5ab619226cd6f7a04f317
2014-02-25fdo#72041: Intern strings as we populate the external cache.Kohei Yoshida
This commit covers ods import and UNO API layer. Change-Id: I3ad1b7cfefe49575694e2351bcba6e5733b009d2
2014-02-25remove unused code ScEditUtil::GetSpaceDelimitedString(EditTextObject const&)Noel Grandin
Change-Id: Ie18a4c8a75b5cd3b42ecfa3278806a2c8876c8ee
2014-02-25remove unused code ScFormulaCell::GetErrorOrStringNoel Grandin
and then the now unused code in ScFormulaResult::GetErrorOrString Change-Id: I95de8b5c24c0127cff61399eb6f38359040aace3
2014-02-25coverity#737726 Uncaught exceptionCaolán McNamara
Change-Id: Ia6a53ea7d073e22620b7e85eafc27f35f6291709
2014-02-25coverity#737725 Uncaught exceptionCaolán McNamara
Change-Id: If66782ee4cac491a3115b6274258be533dbf2f4b
2014-02-25coverity#737724 Uncaught exceptionCaolán McNamara
Change-Id: Ie1b51865e9c3e0e30b33152ec4b400c703007a57
2014-02-25coverity#737723 Uncaught exceptionCaolán McNamara
Change-Id: I0026fc7811469eae3f62b531ad1626a6af1f743c
2014-02-25coverity#737722 Uncaught exceptionCaolán McNamara
Change-Id: I8fc0f9851c46e810f00cd88898e1dc6aa5005c75
2014-02-25coverity#737721 Uncaught exceptionCaolán McNamara
Change-Id: Ibc5e4532a451829a6e6113c42d9013017205ba70
2014-02-25coverity#737700 Uncaught exceptionCaolán McNamara
Change-Id: I9a2954c038946f1ad47979ff65ac12983ddffab9
2014-02-25coverity#737679 Uncaught exceptionCaolán McNamara
Change-Id: I2df4c0ddedde044600a384084bb98e588796d4aa
2014-02-25coverity#737649 Uncaught exceptionCaolán McNamara
Change-Id: I6ab46cc817f2858ae1a92757d8c26d6145f934b8
2014-02-25coverity#737643 Uncaught exceptionCaolán McNamara
Change-Id: Ie200b47adae43844fcb6be349bec51b949e65675
2014-02-25coverity#737641 Uncaught exceptionCaolán McNamara
Change-Id: I7f60b029269052aa255689959c773a4c638f0763
2014-02-25coverity#737640 Uncaught exceptionCaolán McNamara
Change-Id: I0f393aff439f6cf051439cbb8b9df2323049b919
2014-02-25coverity#737638 Uncaught exceptionCaolán McNamara
Change-Id: I7d665000d8f20fb1d734f6cd00af64d583b875d3
2014-02-25coverity#737632 Uncaught exceptionCaolán McNamara
Change-Id: I3faaddd4e9ecba80ab6dae8a20822374431b7c34
2014-02-25coverity#737628 Uncaught exceptionCaolán McNamara
Change-Id: If5c1247731b494a821cff84b3adc103cc9695595
2014-02-25coverity#737625 Uncaught exceptionCaolán McNamara
Change-Id: Ic90165af0fb52d40b46ec0ccdb2df9db15a130b5
2014-02-25coverity#737623 Uncaught exceptionCaolán McNamara
Change-Id: I43a3e098b3adedbcada4f26c507de0272a4775ec
2014-02-25coverity#737620 Uncaught exceptionCaolán McNamara
Change-Id: Idd75e9c344473f8d7f86f3d073568b55c4638adc
2014-02-25coverity#737619 Uncaught exceptionCaolán McNamara
Change-Id: I0e8d44d94fc34eb8d0b1b14fcdc997fafe0dca64
2014-02-25coverity#737618 Uncaught exceptionCaolán McNamara
Change-Id: Ib8b5f89136dbd51c4cbcdca98584daa0f673982e
2014-02-25coverity#737617 Uncaught exceptionCaolán McNamara
Change-Id: If0fbfa80afbdc273ffc774d2ad9c66d30052ed56
2014-02-25coverity#737615 Uncaught exceptionCaolán McNamara
Change-Id: I9005fcdec6e258d274657b44786e3a2729418005
2014-02-25coverity#737607 Uncaught exceptionCaolán McNamara
Change-Id: Id3334108f0216f19219a7681e2e816f4d07420ea
2014-02-25coverity#737586 Uncaught exceptionCaolán McNamara
Change-Id: I6d1c286ba780aaafcba5b78a3a1ca40a4f66cadc
2014-02-25coverity#737561 Uncaught exceptionCaolán McNamara
Change-Id: If1cc681decff3703bfad7649e9a253ca586232e6