Searched refs:OpenOfficeDocFileSystem (Results 1 – 6 of 6) sorted by relevance
33 import org.openoffice.netbeans.modules.office.filesystem.OpenOfficeDocFileSystem;64 OpenOfficeDocFileSystem oofs; in addDocumentToRepository()65 oofs = (OpenOfficeDocFileSystem)getMountedDocument(rootFile); in addDocumentToRepository()68 oofs = new OpenOfficeDocFileSystem(); in addDocumentToRepository()83 OpenOfficeDocFileSystem.computeSystemName(rootFile)); in getMountedDocument()
51 public class OpenOfficeDocFileSystem class95 public OpenOfficeDocFileSystem() in OpenOfficeDocFileSystem() method in OpenOfficeDocFileSystem127 public OpenOfficeDocFileSystem(FileSystemCapability cap) in OpenOfficeDocFileSystem() method in OpenOfficeDocFileSystem140 return OpenOfficeDocFileSystem.class.getName() + "[" + file + "]"; in computeSystemName()151 return NbBundle.getMessage(OpenOfficeDocFileSystem.class, in getDisplayName()154 return NbBundle.getMessage(OpenOfficeDocFileSystem.class, in getDisplayName()181 OpenOfficeDocFileSystem.class, "EXC_root_dir_does_not_exist", in setDocument()
82 "readOnly", OpenOfficeDocFileSystem.class); in getPropertyDescriptors()91 "Document", OpenOfficeDocFileSystem.class); in getPropertyDescriptors()
50 import org.openoffice.netbeans.modules.office.filesystem.OpenOfficeDocFileSystem;89 if (fs instanceof OpenOfficeDocFileSystem && fo.isRoot()) { in checkTarget()91 fo.getFileObject(OpenOfficeDocFileSystem.SCRIPTS_ROOT); in checkTarget()94 fo.createFolder(OpenOfficeDocFileSystem.SCRIPTS_ROOT); in checkTarget()
52 import org.openoffice.netbeans.modules.office.filesystem.OpenOfficeDocFileSystem;95 if (fs instanceof OpenOfficeDocFileSystem && fo.isRoot()) { in checkTarget()97 fo.getFileObject(OpenOfficeDocFileSystem.SCRIPTS_ROOT); in checkTarget()100 fo.createFolder(OpenOfficeDocFileSystem.SCRIPTS_ROOT); in checkTarget()
29 Templates/Mount/org-openoffice-netbeans-modules-office-resources-OpenOfficeDocFileSystem.settings=O…
Completed in 27 milliseconds