Lines Matching refs:GetPropSet
68 protected XPropertySet GetPropSet( String sControl ) in GetPropSet() method in WikiOptionsEventHandlerImpl
85 XPropertySet xListProps = GetPropSet( "WikiList" ); in RefreshView()
102 XPropertySet xListProps = GetPropSet( "WikiList" ); in CheckButtonState()
108 XPropertySet xEditProps = GetPropSet( "EditButton" ); in CheckButtonState()
109 XPropertySet xRemoveProps = GetPropSet( "RemoveButton" ); in CheckButtonState()
133 XPropertySet xListProps = GetPropSet( "WikiList" ); in EditSetting()
162 XPropertySet xListProps = GetPropSet("WikiList"); in RemoveSetting()
168 … String[] pItems = (String []) GetPropSet("WikiList").getPropertyValue("StringItemList"); in RemoveSetting()
187 …GetPropSet( "FixedLine1" ).setPropertyValue( "Label", Helper.GetLocalizedString( m_xContext, Helpe… in InitStrings()
188 …GetPropSet( "AddButton" ).setPropertyValue( "Label", Helper.GetLocalizedString( m_xContext, Helper… in InitStrings()
189 …GetPropSet( "EditButton" ).setPropertyValue( "Label", Helper.GetLocalizedString( m_xContext, Helpe… in InitStrings()
190 …GetPropSet( "RemoveButton" ).setPropertyValue( "Label", Helper.GetLocalizedString( m_xContext, Hel… in InitStrings()