Searched refs:aSendDialog (Results 1 – 1 of 1) sorted by relevance
303 WikiPropDialog aSendDialog = null; in sendArticle() local332 …aSendDialog = 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() argument355 if ( aSendDialog != null ) in SendArticleImpl()362 …rticle aArticle = new WikiArticle( m_xContext, aSendDialog.GetWikiTitle(), aWikiSetting, true, aSe… in SendArticleImpl()[all …]