Searched refs:oScriptingSettings (Results 1 – 2 of 2) sorted by relevance
249 …XPropertySet oScriptingSettings = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, oSc… in addSecureBasicMarcosURL() local251 oScriptingSettings.setPropertyValue("SecureURL", new String[]{secureURL}); in addSecureBasicMarcosURL()252 oScriptingSettings.setPropertyValue("OfficeBasic", new Integer(2)); in addSecureBasicMarcosURL()
227 XPropertySet oScriptingSettings = (XPropertySet) in Connect() local230 oScriptingSettings.setPropertyValue("Warning", Boolean.FALSE); in Connect()231 oScriptingSettings.setPropertyValue("OfficeBasic", new Integer(2)); in Connect()
Completed in 7 milliseconds