remove unused code ScFlatBoolRowSegments::getValue(int)
Change-Id: Ifd3fdbd5fc336064cbcd9d085e8fc5062e95aa77
This commit is contained in:
@@ -68,7 +68,6 @@ public:
|
|||||||
|
|
||||||
bool setTrue(SCROW nRow1, SCROW nRow2);
|
bool setTrue(SCROW nRow1, SCROW nRow2);
|
||||||
bool setFalse(SCROW nRow1, SCROW nRow2);
|
bool setFalse(SCROW nRow1, SCROW nRow2);
|
||||||
bool getValue(SCROW nRow);
|
|
||||||
bool getRangeData(SCROW nRow, RangeData& rData);
|
bool getRangeData(SCROW nRow, RangeData& rData);
|
||||||
bool getRangeDataLeaf(SCROW nRow, RangeData& rData);
|
bool getRangeDataLeaf(SCROW nRow, RangeData& rData);
|
||||||
void removeSegment(SCROW nRow1, SCROW nRow2);
|
void removeSegment(SCROW nRow1, SCROW nRow2);
|
||||||
|
@@ -361,11 +361,6 @@ bool ScFlatBoolRowSegments::setFalse(SCROW nRow1, SCROW nRow2)
|
|||||||
return mpImpl->setFalse(static_cast<SCCOLROW>(nRow1), static_cast<SCCOLROW>(nRow2));
|
return mpImpl->setFalse(static_cast<SCCOLROW>(nRow1), static_cast<SCCOLROW>(nRow2));
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ScFlatBoolRowSegments::getValue(SCROW nRow)
|
|
||||||
{
|
|
||||||
return mpImpl->getValue(static_cast<SCCOLROW>(nRow));
|
|
||||||
}
|
|
||||||
|
|
||||||
bool ScFlatBoolRowSegments::getRangeData(SCROW nRow, RangeData& rData)
|
bool ScFlatBoolRowSegments::getRangeData(SCROW nRow, RangeData& rData)
|
||||||
{
|
{
|
||||||
ScFlatBoolSegmentsImpl::RangeData aData;
|
ScFlatBoolSegmentsImpl::RangeData aData;
|
||||||
|
@@ -77,7 +77,6 @@ ScDPFilteredCache::SingleFilter::getMatchValue() const
|
|||||||
ScDocument::CreateFormatTable() const
|
ScDocument::CreateFormatTable() const
|
||||||
ScDocument::GetCellCount(short, short) const
|
ScDocument::GetCellCount(short, short) const
|
||||||
ScExtIButton::GetSelected() const
|
ScExtIButton::GetSelected() const
|
||||||
ScFlatBoolRowSegments::getValue(int)
|
|
||||||
ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent()
|
ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent()
|
||||||
ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any const&)
|
ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any const&)
|
||||||
SdrItemBrowser::ForceParent()
|
SdrItemBrowser::ForceParent()
|
||||||
|
Reference in New Issue
Block a user