Home
last modified time | relevance | path

Searched defs:xmsf (Results 1 – 25 of 47) sorted by relevance

12

/trunk/main/wizards/com/sun/star/wizards/web/export/
H A DCopyExporter.java48 public boolean export(CGDocument source, String target, XMultiServiceFactory xmsf, Task task) in export()
61 closeDocument(openDocument(source, xmsf), xmsf); in export() local
H A DAbstractExporter.java96 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 DExporter.java53 …public boolean export(CGDocument source, String targetDirectory, XMultiServiceFactory xmsf, Task t… in export()
H A DFilterExporter.java47 …public boolean export(CGDocument source, String target, XMultiServiceFactory xmsf, Task task) thro… in export()
H A DImpressHTMLExporter.java45 …public boolean export(CGDocument source, String targetDirectory, XMultiServiceFactory xmsf, Task t… in export()
/trunk/main/wizards/com/sun/star/wizards/web/
H A DWebWizard.java45 public WebWizard(XMultiServiceFactory xmsf) throws Exception in WebWizard()
57 XMultiServiceFactory xmsf = Desktop.connect(ConnectStr); in main() local
H A DAbstractErrorHandler.java40 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 DStylePreview.java71 public StylePreview(XMultiServiceFactory xmsf, String wwRoot_) throws Exception in StylePreview()
135 private String createTempDir(XMultiServiceFactory xmsf) throws Exception in createTempDir()
H A DProcessErrorHandler.java50 …public ProcessErrorHandler(XMultiServiceFactory xmsf, XWindowPeer peer, WebWizardDialogResources r… in ProcessErrorHandler()
H A DProcess.java98 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 DTOCPreview.java58 private XMultiServiceFactory xmsf; field in TOCPreview
H A DCallWizard.java282 XMultiServiceFactory xmsf = Desktop.connect(ConnectStr); in main() local
H A DFTPDialogResources.java59 public FTPDialogResources(XMultiServiceFactory xmsf) in FTPDialogResources()
H A DBackgroundsDialog.java55 XMultiServiceFactory xmsf, in BackgroundsDialog()
H A DIconsDialog.java62 public IconsDialog(XMultiServiceFactory xmsf, in IconsDialog()
/trunk/main/wizards/com/sun/star/wizards/web/data/
H A DCGSettings.java67 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 DCGLayout.java42 private void createTemplates(XMultiServiceFactory xmsf) throws Exception in createTemplates()
74 public Map getTemplates(XMultiServiceFactory xmsf) throws Exception in getTemplates()
H A DCGDocument.java118 public CGDocument(String url, XMultiServiceFactory xmsf, Task task) throws Exception in CGDocument()
134 public void validate(XMultiServiceFactory xmsf, Task task) in validate()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DDocumentPreview.java71 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()
/trunk/main/wizards/com/sun/star/wizards/letter/
H A DLocaleCodes.java36 public LocaleCodes(XMultiServiceFactory xmsf) in LocaleCodes()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DSystemDialog.java89 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 DConfiguration.java159 …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()
/trunk/main/wizards/com/sun/star/wizards/document/
H A DOfficeDocument.java381 public static PropertyValue[] getFileMediaDecriptor(XMultiServiceFactory xmsf, String url) in getFileMediaDecriptor()
404 public static PropertyValue[] getTypeMediaDescriptor(XMultiServiceFactory xmsf, String type) in getTypeMediaDescriptor()
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java369 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 DTopicsControl.java150 public TopicsControl(AgendaWizardDialog dialog, XMultiServiceFactory xmsf, CGAgenda agenda) in TopicsControl()

Completed in 136 milliseconds

12