! * Returns the shared index for shared formula. */
| 149 | * Returns the shared index for shared formula. |
| 150 | */ |
| 151 | int CellFormula::sharedIndex() const |
| 152 | { |
| 153 | return d && d->type == SharedType ? d->si : (-1); |
| 154 | } |
| 155 | |
| 156 | /* aca (Always Calculate Array) // not-implmented attribute |
| 157 | * |
no outgoing calls
no test coverage detected