Lines Matching defs:name

51     public static int getInt(String name, Object parent) throws Exception  in getInt()
61 public static short getShort(String name, Object parent) throws Exception in getShort()
71 public static float getFloat(String name, Object parent) throws Exception in getFloat()
81 public static double getDouble(String name, Object parent) throws Exception in getDouble()
91 public static String getString(String name, Object parent) throws Exception in getString()
101 public static boolean getBoolean(String name, Object parent) throws Exception in getBoolean()
111 public static Object getNode(String name, Object parent) throws Exception in getNode()
116 public static void set(int value, String name, Object parent) throws Exception in set()
121 public static void set(short value, String name, Object parent) throws Exception in set()
126 public static void set(String value, String name, Object parent) throws Exception in set()
131 public static void set(boolean value, String name, Object parent) throws Exception in set()
143 …public static void set(Object value, String name, Object parent) throws com.sun.star.lang.IllegalA… in set()
154 public static Object getConfigurationNode(String name, Object parent) throws Exception in getConfigurationNode()
267 …public static Object addConfigNode(Object configView, String name) throws com.sun.star.lang.Wrappe… in addConfigNode()
295 …public static void removeNode(Object configView, String name) throws NoSuchElementException, Wrapp… in removeNode()
311 …public static void updateConfiguration(XMultiServiceFactory xmsf, String path, String name, Config… in updateConfiguration()
320 …public static void removeNode(XMultiServiceFactory xmsf, String path, String name) throws com.sun.… in removeNode()