Searched refs:m_nCurrentDocumentID (Results 1 – 1 of 1) sorted by relevance
884 mutable DocumentID m_nCurrentDocumentID; member in dbmm::MigrationEngine_Impl1000 ,m_nCurrentDocumentID( - 1 ) in MigrationEngine_Impl()1130 OSL_ENSURE( m_nCurrentDocumentID == -1, in impl_handleDocument_nothrow()1132 …m_nCurrentDocumentID = m_rLogger.startedDocument( _rDocument.eType, _rDocument.sHierarchicalName ); in impl_handleDocument_nothrow()1147 m_rLogger.finishedDocument( m_nCurrentDocumentID ); in impl_handleDocument_nothrow()1148 m_nCurrentDocumentID = -1; in impl_handleDocument_nothrow()1192 if ( m_rLogger.movedAnyLibrary( m_nCurrentDocumentID ) ) in impl_handleDocument_nothrow()1209 m_rLogger.finishedDocument( m_nCurrentDocumentID ); in impl_handleDocument_nothrow()1210 m_nCurrentDocumentID = -1; in impl_handleDocument_nothrow()1411 m_rLogger.movedLibrary( m_nCurrentDocumentID, _eScriptType, *element, sNewLibName ); in impl_migrateScriptStorage_nothrow()[all …]
Completed in 29 milliseconds