Home
last modified time | relevance | path

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

/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/utils/
H A DZipMounter.java64 OpenOfficeDocFileSystem oofs; in addDocumentToRepository() local
65 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 21 milliseconds