Home
last modified time | relevance | path

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

/aoo4110/main/odk/examples/DevelopersGuide/OfficeDev/PathSettings/
H A DPathSettingsTest.java77 XPropertySet xPathSettingsService = null; in main() local
88 xPathSettingsService = (XPropertySet)UnoRuntime.queryInterface( in main()
92 workWithPathSettings( xPathSettingsService ); in main()
106 public static void workWithPathSettings( XPropertySet xPathSettingsService ) in workWithPathSettings() argument
108 if ( xPathSettingsService != null ) { in workWithPathSettings()
113 Object aValue = xPathSettingsService.getPropertyValue( in workWithPathSettings()
137 xPathSettingsService.setPropertyValue( "Work", "$(temp)" ); in workWithPathSettings()
138 String aValue = (String)xPathSettingsService.getPropertyValue( "Work" ); in workWithPathSettings()

Completed in 6 milliseconds