Home
last modified time | relevance | path

Searched refs:DocumentID (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/dbaccess/source/ext/macromigration/
H A Dmigrationlog.hxx41 typedef sal_Int16 DocumentID; typedef
74 DocumentID startedDocument( const SubDocumentType _eType, const ::rtl::OUString& _rName );
80 const DocumentID _nDocID,
88 void finishedDocument( const DocumentID _nDocID );
101 DocumentID _nDocID,
108 bool movedAnyLibrary( const DocumentID );
H A Dmigrationlog.cxx102 typedef ::std::map< DocumentID, DocumentEntry > DocumentLogs;
159DocumentID MigrationLog::startedDocument( const SubDocumentType _eType, const ::rtl::OUString& _rN… in startedDocument()
173 DocumentID nID = (DocumentID)( m_pData->aDocumentLogs.size() + 1 ); in startedDocument()
183 void MigrationLog::movedLibrary( const DocumentID _nDocID, const ScriptType _eScriptType, in movedLibrary()
194 void MigrationLog::finishedDocument( const DocumentID _nDocID ) in finishedDocument()
205 …const ::rtl::OUString& MigrationLog::getNewLibraryName( DocumentID _nDocID, ScriptType _eScriptTyp… in getNewLibraryName()
426 bool MigrationLog::movedAnyLibrary( const DocumentID _nDocID ) in movedAnyLibrary()
H A Dmigrationengine.cxx884 mutable DocumentID m_nCurrentDocumentID;
/aoo41x/main/offapi/com/sun/star/ucb/
H A DODMAContentProvider.idl69 <p>where &lt;name&gt; is the DocumentID given by the DMS.</p>

Completed in 43 milliseconds