Lines Matching refs:Object

51     public static int getInt(String name, Object parent) throws Exception  in getInt()
53 Object o = getNode(name, parent); in getInt()
61 public static short getShort(String name, Object parent) throws Exception in getShort()
63 Object o = getNode(name, parent); in getShort()
71 public static float getFloat(String name, Object parent) throws Exception in getFloat()
73 Object o = getNode(name, parent); in getFloat()
81 public static double getDouble(String name, Object parent) throws Exception in getDouble()
83 Object o = getNode(name, parent); in getDouble()
91 public static String getString(String name, Object parent) throws Exception in getString()
93 Object o = getNode(name, parent); in getString()
101 public static boolean getBoolean(String name, Object parent) throws Exception in getBoolean()
103 Object o = getNode(name, parent); 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()
128 set((Object) value, name, parent); 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()
159 …public static Object getConfigurationRoot(XMultiServiceFactory xmsf, String sPath, boolean updatea… in getConfigurationRoot()
162 Object oConfigProvider; in getConfigurationRoot()
168 Object args[] = new Object[updateable ? 2 : 1]; in getConfigurationRoot()
189 public static String[] getChildrenNames(Object configView) in getChildrenNames()
199Object oProdNameAccess = getConfigurationRoot(xMSF, "org.openoffice.Setup/Product", false); in getProductName()
215 Object oMasterKey = getConfigurationRoot(xMSF, "org.openoffice.Setup/L10N/", false); in getOfficeLocaleString()
244 Object oMasterKey = getConfigurationRoot(xMSF, "org.openoffice.Setup/L10N/", false); in getOfficeLinguistic()
267 …public static Object addConfigNode(Object configView, String name) throws com.sun.star.lang.Wrappe… in addConfigNode()
287 Object newNode = xElementFactory.createInstance(); in addConfigNode()
295 …public static void removeNode(Object configView, String name) throws NoSuchElementException, Wrapp… in removeNode()
305 public static void commit(Object configView) throws WrappedTargetException in commit()
311 …on(XMultiServiceFactory xmsf, String path, String name, ConfigNode node, Object param) throws com.… in updateConfiguration()
313 Object view = Configuration.getConfigurationRoot(xmsf, path, true); in updateConfiguration()
322 Object view = Configuration.getConfigurationRoot(xmsf, path, true); in removeNode()
343Object oContent = Helper.getUnoPropertyValue(xNameAccessNode.getByName(snames[i]), _schildname); in getNodeChildNames()
367 Object oNode = _xNameAccess.getByName(snames[_index]); in getChildNodebyIndex()