Searched refs:oofs (Results 1 – 1 of 1) sorted by relevance
64 OpenOfficeDocFileSystem oofs; in addDocumentToRepository() local65 oofs = (OpenOfficeDocFileSystem)getMountedDocument(rootFile); in addDocumentToRepository()66 if(oofs != null) in addDocumentToRepository()67 repo.removeFileSystem(oofs); in addDocumentToRepository()68 oofs = new OpenOfficeDocFileSystem(); in addDocumentToRepository()69 oofs.setDocument(rootFile); in addDocumentToRepository()70 repo.addFileSystem(oofs); in addDocumentToRepository()71 return oofs; in addDocumentToRepository()80 FileSystem oofs = null; in getMountedDocument()82 oofs = Repository.getDefault().findFileSystem( in getMountedDocument()[all …]
Completed in 5 milliseconds