|
| TOOLKIT_EXPORT OdResult | repairPreExtendedSymbolName (OdString &newName, const OdString &oldName, const OdDbDatabase *pDb, bool allowVerticalBar=false, const OdChar symSubst=L '_', bool insertPrefix=true) |
| |
| TOOLKIT_EXPORT OdResult | repairSymbolName (OdString &newName, const OdString &oldName, const OdDbDatabase *pDb, bool allowVerticalBar=false, const OdChar symSubst=L '_', bool insertPrefix=true) |
| |
| TOOLKIT_EXPORT OdResult | validatePreExtendedSymbolName (const OdString &name, const OdDbDatabase *pDb, bool allowVerticalBar=false) |
| |
| TOOLKIT_EXPORT OdResult | validateSymbolName (const OdString &name, const OdDbDatabase *pDb, bool allowVerticalBar=false) |
| |
| TOOLKIT_EXPORT bool | getMaxSymbolNameLength (OdUInt32 &maxLength, OdUInt32 &maxSize, bool isNewName, bool compatibilityMode) |
| |
| OdString | getSymbolName (const OdDbObjectId &objId) |
| |
| OdDbObjectId | getTextStyleId (const OdString &name, const OdDbDatabase *pDb) |
| |
| OdDbObjectId | getPlotstyleId (const OdString &name, const OdDbDatabase *pDb) |
| |
| OdDbObjectId | getMLStyleId (const OdString &name, const OdDbDatabase *pDb) |
| |
| OdDbObjectId | getTableStyleId (const OdString &name, const OdDbDatabase *pDb) |
| |
| OdDbObjectId | getMLeaderStyleId (const OdString &name, const OdDbDatabase *pDb) |
| |
| OdDbObjectId | getVisualStyleId (const OdString &name, const OdDbDatabase *pDb) |
| |
| const OdString & | linetypeByLayerName () |
| |
| bool | isLinetypeByLayerName (const OdString &name) |
| |
| const OdString & | linetypeByBlockName () |
| |
| bool | isLinetypeByBlockName (const OdString &name) |
| |
| const OdString & | linetypeContinuousName () |
| |
| bool | isLinetypeContinuousName (const OdString &name) |
| |
| const OdString & | layerZeroName () |
| |
| bool | isLayerZeroName (const OdString &name) |
| |
| const OdString & | layerDefpointsName () |
| |
| bool | isLayerDefpointsName (const OdString &name) |
| |
| const OdString & | textStyleStandardName () |
| |
| const OdString & | MLineStyleStandardName () |
| |
| bool | isMLineStandardName (const OdString &name) |
| |
| const OdString & | dimStyleStandardName (OdDb::MeasurementValue measurement) |
| |
| const OdString & | viewportActiveName () |
| |
| bool | isViewportActiveName (const OdString &name) |
| |
| bool | isTextStyleStandardName (const OdString &name) |
| |
| TOOLKIT_EXPORT const OdDbObjectId & | textStyleStandardId (OdDbDatabase *pDb) |
| |
| TOOLKIT_EXPORT const OdDbObjectId & | dimStyleStandardId (OdDbDatabase *pDb) |
| |
| TOOLKIT_EXPORT const OdDbObjectId | MLineStyleStandardId (OdDbDatabase *pDb) |
| |
| const OdString & | blockModelSpaceName (OdDb::DwgVersion version=OdDb::kDHL_CURRENT) |
| |
| bool | isBlockModelSpaceName (const OdString &pN, OdDb::DwgVersion version=OdDb::kDHL_CURRENT) |
| |
| const OdString & | blockPaperSpaceName (OdDb::DwgVersion version=OdDb::kDHL_CURRENT) |
| |
| bool | isBlockPaperSpaceName (const OdString &pN, OdDb::DwgVersion version=OdDb::kDHL_CURRENT) |
| |
| const OdString & | plotStyleNormalName () |
| |
| const OdString & | TableStyleStandardName () |
| |
| bool | isTableStandardName (const OdString &name) |
| |
| const OdString & | MLeaderStyleStandardName () |
| |
| bool | isMLeaderStandardName (const OdString &name) |
| |
| const OdString & | DetailViewStyleStandardName (OdDbDatabase *pDb) |
| |
| bool | isDetailViewStyleStandardName (OdDbDatabase *pDb, const OdString &name) |
| |
| const OdString & | SectionViewStyleStandardName (OdDbDatabase *pDb) |
| |
| bool | isSectionViewStyleStandardName (OdDbDatabase *pDb, const OdString &name) |
| |