Home
last modified time | relevance | path

Searched refs:xListProps (Results 1 – 1 of 1) sorted by relevance

/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiOptionsEventHandlerImpl.java74 return xListProps; in GetPropSet()
85 XPropertySet xListProps = GetPropSet( "WikiList" ); in RefreshView() local
86 if ( xListProps != null ) in RefreshView()
90 xListProps.setPropertyValue( "StringItemList", pWikiList ); in RefreshView()
102 XPropertySet xListProps = GetPropSet( "WikiList" ); in CheckButtonState() local
103 if ( xListProps != null ) in CheckButtonState()
133 XPropertySet xListProps = GetPropSet( "WikiList" ); in EditSetting() local
134 if ( xListProps != null ) in EditSetting()
162 XPropertySet xListProps = GetPropSet("WikiList"); in RemoveSetting() local
163 if ( xListProps != null ) in RemoveSetting()
[all …]

Completed in 15 milliseconds