Searched refs:xListProps (Results 1 – 1 of 1) sorted by relevance
73 …XPropertySet xListProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xControl.get… in GetPropSet() local74 return xListProps; in GetPropSet()85 XPropertySet xListProps = GetPropSet( "WikiList" ); in RefreshView() local86 if ( xListProps != null ) in RefreshView()90 xListProps.setPropertyValue( "StringItemList", pWikiList ); in RefreshView()102 XPropertySet xListProps = GetPropSet( "WikiList" ); in CheckButtonState() local103 if ( xListProps != null ) in CheckButtonState()107 short [] pSel = (short []) xListProps.getPropertyValue( "SelectedItems" ); in CheckButtonState()133 XPropertySet xListProps = GetPropSet( "WikiList" ); in EditSetting() local134 if ( xListProps != null ) in EditSetting()[all …]