Searched refs:_nDocID (Results 1 – 2 of 2) sorted by relevance
183 void MigrationLog::movedLibrary( const DocumentID _nDocID, const ScriptType _eScriptType, in movedLibrary() argument186 OSL_ENSURE( m_pData->aDocumentLogs.find( _nDocID ) != m_pData->aDocumentLogs.end(), in movedLibrary()189 DocumentEntry& rDocEntry = m_pData->aDocumentLogs[ _nDocID ]; in movedLibrary()194 void MigrationLog::finishedDocument( const DocumentID _nDocID ) in finishedDocument() argument196 OSL_ENSURE( m_pData->aDocumentLogs.find( _nDocID ) != m_pData->aDocumentLogs.end(), in finishedDocument()199 DocumentEntry& rDocEntry = m_pData->aDocumentLogs[ _nDocID ]; in finishedDocument()205 …const ::rtl::OUString& MigrationLog::getNewLibraryName( DocumentID _nDocID, ScriptType _eScriptTyp… in getNewLibraryName() argument210 DocumentLogs::const_iterator docPos = m_pData->aDocumentLogs.find( _nDocID ); in getNewLibraryName()426 bool MigrationLog::movedAnyLibrary( const DocumentID _nDocID ) in movedAnyLibrary() argument428 DocumentLogs::const_iterator docPos = m_pData->aDocumentLogs.find( _nDocID ); in movedAnyLibrary()
80 const DocumentID _nDocID,88 void finishedDocument( const DocumentID _nDocID );101 DocumentID _nDocID,
Completed in 33 milliseconds