Lines Matching refs:m_nCurrentDocumentID
884 mutable DocumentID m_nCurrentDocumentID; member in dbmm::MigrationEngine_Impl
1000 ,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()
1588 … m_rLogger.movedLibrary( m_nCurrentDocumentID, _eScriptType, *pSourceLibName, sNewLibName ); in impl_migrateContainerLibraries_nothrow()
1688 m_nCurrentDocumentID, eScriptType, sLibrary ); in impl_adjustScriptLibrary_nothrow()