Lines Matching refs:XPropertySet
40 import com.sun.star.beans.XPropertySet;
303 XPropertySet pthSettings = null; in getOfficeSettingsValue()
305 pthSettings = (XPropertySet) AnyConverter.toObject( in getOfficeSettingsValue()
306 new Type(XPropertySet.class), settings); in getOfficeSettingsValue()
324 XPropertySet pthSettings = null; in setOfficeSettingsValue()
326 pthSettings = (XPropertySet) AnyConverter.toObject( in setOfficeSettingsValue()
327 new Type(XPropertySet.class), settings); in setOfficeSettingsValue()
593 public static boolean hasPropertyByName(XPropertySet props, String aName) { in hasPropertyByName()
701 …XPropertySet settingProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, settings); in getOfficeURL()
739 …public static String[] getFilteredPropertyNames(XPropertySet props, short includePropertyAttribute, in getFilteredPropertyNames()
904 XPropertySet xPS = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xMSF); in expandMacro()