/aoo42x/main/wizards/com/sun/star/wizards/web/export/ |
H A D | CopyExporter.java | 48 public boolean export(CGDocument source, String target, XMultiServiceFactory xmsf, Task task) in export() 61 closeDocument(openDocument(source, xmsf), xmsf); in export() local
|
H A D | AbstractExporter.java | 96 protected Object openDocument(CGDocument doc, XMultiServiceFactory xmsf) in openDocument() 125 protected void closeDocument(Object doc, XMultiServiceFactory xmsf) in closeDocument() 162 protected FileAccess getFileAccess(XMultiServiceFactory xmsf) in getFileAccess() 177 protected void calcFileSize(CGDocument doc, String url, XMultiServiceFactory xmsf) in calcFileSize()
|
H A D | Exporter.java | 53 …public boolean export(CGDocument source, String targetDirectory, XMultiServiceFactory xmsf, Task t… in export()
|
H A D | FilterExporter.java | 47 …public boolean export(CGDocument source, String target, XMultiServiceFactory xmsf, Task task) thro… in export()
|
H A D | ImpressHTMLExporter.java | 45 …public boolean export(CGDocument source, String targetDirectory, XMultiServiceFactory xmsf, Task t… in export()
|
/aoo42x/main/wizards/com/sun/star/wizards/web/ |
H A D | WebWizard.java | 45 public WebWizard(XMultiServiceFactory xmsf) throws Exception in WebWizard() 57 XMultiServiceFactory xmsf = Desktop.connect(ConnectStr); in main() local
|
H A D | AbstractErrorHandler.java | 40 XMultiServiceFactory xmsf; field in AbstractErrorHandler 43 protected AbstractErrorHandler(XMultiServiceFactory xmsf, XWindowPeer peer_) in AbstractErrorHandler() 104 …public static boolean showMessage(XMultiServiceFactory xmsf, XWindowPeer peer, String message, int… in showMessage() 112 public static boolean showMessage(XMultiServiceFactory xmsf, XWindowPeer peer, in showMessage()
|
H A D | StylePreview.java | 71 public StylePreview(XMultiServiceFactory xmsf, String wwRoot_) throws Exception in StylePreview() 135 private String createTempDir(XMultiServiceFactory xmsf) throws Exception in createTempDir()
|
H A D | ProcessErrorHandler.java | 50 …public ProcessErrorHandler(XMultiServiceFactory xmsf, XWindowPeer peer, WebWizardDialogResources r… in ProcessErrorHandler()
|
H A D | Process.java | 98 private XMultiServiceFactory xmsf; field in Process 113 XMultiServiceFactory xmsf, in Process() 235 static String getSOTempDir(XMultiServiceFactory xmsf) in getSOTempDir() 496 XMultiServiceFactory xmsf, in generate()
|
H A D | TOCPreview.java | 58 private XMultiServiceFactory xmsf; field in TOCPreview
|
H A D | CallWizard.java | 282 XMultiServiceFactory xmsf = Desktop.connect(ConnectStr); in main() local
|
H A D | FTPDialogResources.java | 59 public FTPDialogResources(XMultiServiceFactory xmsf) in FTPDialogResources()
|
H A D | BackgroundsDialog.java | 55 XMultiServiceFactory xmsf, in BackgroundsDialog()
|
H A D | IconsDialog.java | 62 public IconsDialog(XMultiServiceFactory xmsf, in IconsDialog()
|
/aoo42x/main/wizards/com/sun/star/wizards/web/data/ |
H A D | CGSettings.java | 67 private XMultiServiceFactory xmsf; field in CGSettings 130 public void configure(XMultiServiceFactory xmsf) throws Exception in configure() 136 private void calcExportersTargetTypeNames(XMultiServiceFactory xmsf) throws Exception in calcExportersTargetTypeNames() 165 FileAccess getFileAccess(XMultiServiceFactory xmsf) throws Exception in getFileAccess() 181 public Formatter(XMultiServiceFactory xmsf, Object document) throws Exception in Formatter()
|
H A D | CGLayout.java | 42 private void createTemplates(XMultiServiceFactory xmsf) throws Exception in createTemplates() 74 public Map getTemplates(XMultiServiceFactory xmsf) throws Exception in getTemplates()
|
H A D | CGDocument.java | 118 public CGDocument(String url, XMultiServiceFactory xmsf, Task task) throws Exception in CGDocument() 134 public void validate(XMultiServiceFactory xmsf, Task task) in validate()
|
/aoo42x/main/wizards/com/sun/star/wizards/ui/ |
H A D | DocumentPreview.java | 71 public DocumentPreview(XMultiServiceFactory xmsf, Object control) throws Exception in DocumentPreview() 103 …public void reload(XMultiServiceFactory xmsf) throws com.sun.star.lang.IllegalArgumentException, I… in reload() 145 …public void createPreviewFrame(XMultiServiceFactory xmsf, XControl xControl) throws com.sun.star.u… in createPreviewFrame()
|
/aoo42x/main/wizards/com/sun/star/wizards/letter/ |
H A D | LocaleCodes.java | 36 public LocaleCodes(XMultiServiceFactory xmsf) in LocaleCodes()
|
/aoo42x/main/wizards/com/sun/star/wizards/common/ |
H A D | SystemDialog.java | 89 public static SystemDialog createStoreDialog(XMultiServiceFactory xmsf) in createStoreDialog() 94 public static SystemDialog createOpenDialog(XMultiServiceFactory xmsf) in createOpenDialog() 99 public static SystemDialog createFolderDialog(XMultiServiceFactory xmsf) in createFolderDialog() 104 public static SystemDialog createOfficeFolderDialog(XMultiServiceFactory xmsf) in createOfficeFolderDialog()
|
H A D | Configuration.java | 159 …public static Object getConfigurationRoot(XMultiServiceFactory xmsf, String sPath, boolean updatea… in getConfigurationRoot() 311 …public static void updateConfiguration(XMultiServiceFactory xmsf, String path, String name, Config… in updateConfiguration() 320 …public static void removeNode(XMultiServiceFactory xmsf, String path, String name) throws com.sun.… in removeNode()
|
/aoo42x/main/wizards/com/sun/star/wizards/document/ |
H A D | OfficeDocument.java | 381 public static PropertyValue[] getFileMediaDecriptor(XMultiServiceFactory xmsf, String url) in getFileMediaDecriptor() 404 public static PropertyValue[] getTypeMediaDescriptor(XMultiServiceFactory xmsf, String type) in getTypeMediaDescriptor()
|
/aoo42x/main/wizards/com/sun/star/wizards/agenda/ |
H A D | AgendaTemplate.java | 369 XMultiServiceFactory xmsf = UnoRuntime.queryInterface(XMultiServiceFactory.class, document); in initItemsCache() local 493 XMultiServiceFactory xmsf = UnoRuntime.queryInterface(XMultiServiceFactory.class, document); in initializeTitles() local 916 public static XTextContent createPlaceHolder(XMultiServiceFactory xmsf, String ph, String hint) in createPlaceHolder() 1780 XMultiServiceFactory xmsf; field in PlaceholderTextElement 1833 XMultiServiceFactory xmsf; field in PlaceholderElement
|
H A D | TopicsControl.java | 150 public TopicsControl(AgendaWizardDialog dialog, XMultiServiceFactory xmsf, CGAgenda agenda) in TopicsControl()
|