Spreadsheet: fix range selection
This commit is contained in:
@@ -1975,3 +1975,8 @@ const boost::any PropertySheet::getPathValue(const App::ObjectIdentifier & path)
|
||||
return boost::any();
|
||||
return path.getValue();
|
||||
}
|
||||
|
||||
bool PropertySheet::hasSpan() const
|
||||
{
|
||||
return !mergedCells.empty();
|
||||
}
|
||||
|
||||
@@ -153,6 +153,8 @@ public:
|
||||
|
||||
void getSpans(App::CellAddress address, int &rows, int &cols) const;
|
||||
|
||||
bool hasSpan() const;
|
||||
|
||||
App::CellAddress getAnchor(App::CellAddress address) const;
|
||||
|
||||
bool isMergedCell(App::CellAddress address) const;
|
||||
|
||||
Reference in New Issue
Block a user