| 3903 | } |
| 3904 | |
| 3905 | std::string Document::getStandardObjectLabel(const char* modelName, int digitCount) const |
| 3906 | { |
| 3907 | return d->objectLabelManager.makeUniqueName(modelName, digitCount); |
| 3908 | } |
| 3909 | |
| 3910 | std::vector<DocumentObject*> Document::getDependingObjects() const |
| 3911 | { |
nothing calls this directly
no test coverage detected