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
333 aSendDialog.fillWikiList(); in sendArticle()
335 aSendDialog.show(); // triggers the sending in sendArticle()
345 if ( aSendDialog != null ) in sendArticle()
346 aSendDialog.DisposeDialog(); in sendArticle()
355 if ( aSendDialog != null ) in SendArticleImpl()
362 …rticle aArticle = new WikiArticle( m_xContext, aSendDialog.GetWikiTitle(), aWikiSetting, true, aSe… in SendArticleImpl()
368 aSendDialog.SetThrobberActive( false ); in SendArticleImpl()
374 aSendDialog.GetWikiTitle(), in SendArticleImpl()
376 aSendDialog.SetThrobberActive( true ); in SendArticleImpl()
[all …]

Completed in 13 milliseconds