Lines Matching refs:aDocumentLogs
115 DocumentLogs aDocumentLogs; member
163 for ( DocumentLogs::const_iterator doc = m_pData->aDocumentLogs.begin(); in startedDocument()
164 doc != m_pData->aDocumentLogs.end() && !bAlreadyKnown; in startedDocument()
173 DocumentID nID = (DocumentID)( m_pData->aDocumentLogs.size() + 1 ); in startedDocument()
174 while ( m_pData->aDocumentLogs.find( nID ) != m_pData->aDocumentLogs.end() ) in startedDocument()
177 m_pData->aDocumentLogs[ nID ] = DocumentEntry( _eType, _rName ); in startedDocument()
186 OSL_ENSURE( m_pData->aDocumentLogs.find( _nDocID ) != m_pData->aDocumentLogs.end(), in movedLibrary()
189 DocumentEntry& rDocEntry = m_pData->aDocumentLogs[ _nDocID ]; in movedLibrary()
196 OSL_ENSURE( m_pData->aDocumentLogs.find( _nDocID ) != m_pData->aDocumentLogs.end(), in finishedDocument()
199 DocumentEntry& rDocEntry = m_pData->aDocumentLogs[ _nDocID ]; in finishedDocument()
210 DocumentLogs::const_iterator docPos = m_pData->aDocumentLogs.find( _nDocID ); in getNewLibraryName()
211 if ( docPos == m_pData->aDocumentLogs.end() ) in getNewLibraryName()
428 DocumentLogs::const_iterator docPos = m_pData->aDocumentLogs.find( _nDocID ); in movedAnyLibrary()
429 if ( docPos == m_pData->aDocumentLogs.end() ) in movedAnyLibrary()
463 for ( DocumentLogs::const_iterator doc = m_pData->aDocumentLogs.begin(); in getCompleteLog()
464 doc != m_pData->aDocumentLogs.end(); in getCompleteLog()