Lines Matching refs:GetPropSet
71 XPropertySet xUrlField = GetPropSet( "UrlField" ); in WikiEditSettingDialog()
75 GetPropSet( "UsernameField" ).setPropertyValue( "Text", ht.get( "Username" ) ); in WikiEditSettingDialog()
108 … && ( (Short)( GetPropSet( "SaveBox" ).getPropertyValue("State") ) ).shortValue() != (short)0 ) in show()
136 GetPropSet( "UsernameField" ).setPropertyValue( "Enabled", new Boolean( bEnable ) ); in EnableControls()
137 GetPropSet( "PasswordField" ).setPropertyValue( "Enabled", new Boolean( bEnable ) ); in EnableControls()
138 GetPropSet( "OkButton" ).setPropertyValue( "Enabled", new Boolean( bEnable ) ); in EnableControls()
139 GetPropSet( "HelpButton" ).setPropertyValue( "Enabled", new Boolean( bEnable ) ); in EnableControls()
143 … GetPropSet( "UrlField" ).setPropertyValue( "Enabled", new Boolean( m_bAllowURLChange ) ); in EnableControls()
144 …GetPropSet( "SaveBox" ).setPropertyValue( "Enabled", new Boolean( Helper.PasswordStoringIsAllowed(… in EnableControls()
152 GetPropSet( "UrlField" ).setPropertyValue( "Enabled", Boolean.FALSE ); in EnableControls()
153 GetPropSet( "SaveBox" ).setPropertyValue( "Enabled", Boolean.FALSE ); in EnableControls()
167 …GetPropSet( "UrlLabel" ).setPropertyValue( "Label", Helper.GetLocalizedString( xContext, Helper.DL… in InitStrings()
168 …GetPropSet( "UsernameLabel" ).setPropertyValue( "Label", Helper.GetLocalizedString( xContext, Help… in InitStrings()
169 …GetPropSet( "PasswordLabel" ).setPropertyValue( "Label", Helper.GetLocalizedString( xContext, Help… in InitStrings()
170 …GetPropSet( "AccountLine" ).setPropertyValue( "Label", Helper.GetLocalizedString( xContext, Helper… in InitStrings()
171 …GetPropSet( "WikiLine" ).setPropertyValue( "Label", Helper.GetLocalizedString( xContext, Helper.DL… in InitStrings()
172 …GetPropSet( "SaveBox" ).setPropertyValue( "Label", Helper.GetLocalizedString( xContext, Helper.DLG… in InitStrings()
173 …GetPropSet( "OkButton" ).setPropertyValue( "Label", Helper.GetLocalizedString( xContext, Helper.DL… in InitStrings()
183 XPropertySet xSaveCheck = GetPropSet( "SaveBox" ); in InitSaveCheckbox()
201 sURL = ( String ) GetPropSet( "UrlField" ).getPropertyValue( "Text" ); in DoLogin()
202 String sUserName = ( String ) GetPropSet( "UsernameField" ).getPropertyValue( "Text" ); in DoLogin()
203 String sPassword = ( String ) GetPropSet( "PasswordField" ).getPropertyValue( "Text" ); in DoLogin()