Home
last modified time | relevance | path

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

/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiEditorImpl.java303 WikiPropDialog aSendDialog = null; in sendArticle() local
332aSendDialog = new WikiPropDialog( m_xContext, "vnd.sun.star.script:WikiEditor.SendToMediaWiki?loca… in sendArticle()
333 aSendDialog.fillWikiList(); in sendArticle()
334 aSendDialog.SetWikiTitle( Helper.GetDocTitle( m_xModel ) ); in sendArticle()
335 aSendDialog.show(); // triggers the sending in sendArticle()
345 if ( aSendDialog != null ) in sendArticle()
346 aSendDialog.DisposeDialog(); in sendArticle()
351 public boolean SendArticleImpl( WikiPropDialog aSendDialog, Hashtable aWikiSetting ) in SendArticleImpl() argument
355 if ( aSendDialog != null ) in SendArticleImpl()
362 …rticle aArticle = new WikiArticle( m_xContext, aSendDialog.GetWikiTitle(), aWikiSetting, true, aSe… in SendArticleImpl()
[all …]