Searched refs:aArticle (Results 1 – 1 of 1) sorted by relevance
362 …WikiArticle aArticle = new WikiArticle( m_xContext, aSendDialog.GetWikiTitle(), aWikiSetting, true… in SendArticleImpl() local365 if ( !aArticle.NotExist() ) in SendArticleImpl()398 … if ( aArticle.setArticle( sWikiCode, aSendDialog.m_sWikiComment, aSendDialog.m_bWikiMinorEdit ) ) in SendArticleImpl()403 Helper.SetDocTitle( m_xModel, aArticle.GetTitle() ); in SendArticleImpl()405 aDocInfo.put( "Doc", aArticle.GetTitle() ); in SendArticleImpl()406 aDocInfo.put( "Url", aArticle.GetMainURL() ); in SendArticleImpl()407 aDocInfo.put( "CompleteUrl", aArticle.GetMainURL() + aArticle.GetTitle() ); in SendArticleImpl()
Completed in 12 milliseconds