Lines Matching refs:GetPropSet

78             GetPropSet( "CommentText" ).setPropertyValue( "AutoVScroll", Boolean.TRUE );  in InitControls()
91GetPropSet( "Label1" ).setPropertyValue( "Label", Helper.GetLocalizedString( xContext, Helper.DLG_… in InitStrings()
92GetPropSet( "FixedLine2" ).setPropertyValue( "Label", Helper.GetLocalizedString( xContext, Helper.… in InitStrings()
93GetPropSet( "Label2" ).setPropertyValue( "Label", Helper.GetLocalizedString( xContext, Helper.DLG_… in InitStrings()
94GetPropSet( "Label3" ).setPropertyValue( "Label", Helper.GetLocalizedString( xContext, Helper.DLG_… in InitStrings()
95GetPropSet( "MinorCheck" ).setPropertyValue( "Label", Helper.GetLocalizedString( xContext, Helper.… in InitStrings()
96GetPropSet( "BrowserCheck" ).setPropertyValue( "Label", Helper.GetLocalizedString( xContext, Helpe… in InitStrings()
97GetPropSet( "AddButton" ).setPropertyValue( "Label", Helper.GetLocalizedString( xContext, Helper.D… in InitStrings()
98GetPropSet( "SendButton" ).setPropertyValue( "Label", Helper.GetLocalizedString( xContext, Helper.… in InitStrings()
110GetPropSet( "BrowserCheck" ).setPropertyValue( "State", new Short( Helper.GetShowInBrowserByDefaul… in InitShowBrowser()
150 XPropertySet xPS = GetPropSet("WikiList"); in fillWikiList()
164 XPropertySet xPS = GetPropSet("ArticleText"); in fillDocList()
167 short [] sel = (short[]) GetPropSet("WikiList").getPropertyValue("SelectedItems"); in fillDocList()
187 XPropertySet xPS = GetPropSet("ArticleText"); in SetWikiTitle()
199 XPropertySet xSendButton = GetPropSet( "SendButton" ); in switchSendButtonIfNecessary()
202 XPropertySet xWikiListProps = GetPropSet( "WikiList" ); in switchSendButtonIfNecessary()
203 XPropertySet xArticleProps = GetPropSet( "ArticleText" ); in switchSendButtonIfNecessary()
208 … short [] pSel = (short[]) GetPropSet("WikiList").getPropertyValue("SelectedItems"); in switchSendButtonIfNecessary()
236 GetPropSet( pControls[nInd] ).setPropertyValue( "Enabled", new Boolean( bEnable ) ); in EnableControls()
245 GetPropSet( "SendButton" ).setPropertyValue( "Enabled", new Boolean( bEnable ) ); in EnableControls()
261 XPropertySet aWikiListProps = GetPropSet( "WikiList" ); in callHandlerMethod()
262 XPropertySet aArticleTextProps = GetPropSet( "ArticleText" ); in callHandlerMethod()
263 XPropertySet aCommentTextProps = GetPropSet( "CommentText" ); in callHandlerMethod()
264 XPropertySet aMinorCheckProps = GetPropSet( "MinorCheck" ); in callHandlerMethod()
265 XPropertySet aBrowserCheckProps = GetPropSet( "BrowserCheck" ); in callHandlerMethod()