Home
last modified time | relevance | path

Searched refs:Object (Results 1 – 25 of 1674) sorted by relevance

12345678910>>...67

/trunk/main/toolkit/qa/complex/toolkit/awtgrid/
H A DTMutableGridDataModel.java76 new Object[] { m_rowHeadings[2], m_rowHeadings[3], m_rowHeadings[4] }, in testAddRows()
77 new Object[][] { m_rowValues[2], m_rowValues[3], m_rowValues[4] } ); in testAddRows()
95 …m_dataModel, "addRows", new Object[] { new Object[0], new Object[1][2] }, IllegalArgumentException… in testAddRows()
107 final Object heading = "inbetweenRow"; in testInsertRow()
108 final Object[] inbetweenRow = new Object[] { "foo", "bar", 3, 4, 5 }; in testInsertRow()
122 final Object[] actualRowData = m_dataModel.getRowData( row ); in testInsertRow()
123 final Object[] expectedRowData = in testInsertRow()
132 final Object actualHeading = m_dataModel.getRowHeading(row); in testInsertRow()
133 final Object expectedHeading = in testInsertRow()
146 new Class[] { Integer.class, Object.class, Object[].class }, in testInsertRow()
[all …]
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog2.java59 }, new Object[] in UnoDialog2()
65 …n insertButton(String sName, String actionPerformed, Object eventTarget, String[] sPropNames, Obje… in insertButton()
78 …public XButton insertButton(String sName, String actionPerformed, String[] sPropNames, Object[] oP… in insertButton()
83 …e, com.sun.star.awt.XActionListener actionPerformed, Object eventTarget, String[] sPropNames, Obje… in insertImageButton()
95 …sName, com.sun.star.awt.XActionListener actionPerformed, String[] sPropNames, Object[] oPropValues) in insertImageButton()
100 …Box insertCheckBox(String sName, String itemChanged, Object eventTarget, String[] sPropNames, Obje… in insertCheckBox()
113 …public XCheckBox insertCheckBox(String sName, String itemChanged, String[] sPropNames, Object[] oP… in insertCheckBox()
118 …onPerformed, String itemChanged, String textChanged, Object eventTarget, String[] sPropNames, Obje… in insertComboBox()
140 …actionPerformed, String itemChanged, String textChanged, String[] sPropNames, Object[] oPropValues) in insertComboBox()
145 …g sName, String actionPerformed, String itemChanged, Object eventTarget, String[] sPropNames, Obje… in insertListBox()
[all …]
H A DPeerConfig.java59 Object[] propvalues;
61 public PeerTask(XControl _xControl, String[] propNames_, Object[] propValues_) in PeerTask()
72 Object oModel;
74 Object propvalue;
76 public ControlTask(Object _oModel, String _propName, Object _propValue) in ControlTask()
87 Object oModel;
88 Object oResource;
89 Object oHCResource;
91 public ImageUrlTask(Object _oModel, Object _oResource, Object _oHCResource) in ImageUrlTask()
164 public void setAccessibleName(Object oAPIControl, String _saccessname) in setAccessibleName()
[all …]
/trunk/main/wizards/com/sun/star/wizards/web/
H A DWebWizardDialog.java220 new Object[] in WebWizardDialog()
251 new Object[] in buildStep1()
260 new Object[] in buildStep1()
267 new Object[] in buildStep1()
276 new Object[] in buildStep1()
285 new Object[] in buildStep1()
294 new Object[] in buildStep1()
306 new Object[] in buildStep2()
312 new Object[] in buildStep2()
321 new Object[] in buildStep2()
[all …]
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DInterfaceContainer.java100 Object elementData[];
126 this.elementData = new Object[initialCapacity]; in InterfaceContainer()
139 Object oldData[] = elementData; in trimToSize()
140 elementData = new Object[size]; in trimToSize()
157 Object oldData[] = elementData; in ensureCapacity()
161 elementData = new Object[newCapacity]; in ensureCapacity()
172 synchronized public boolean add(Object o) in add()
194 synchronized public void add(int index, Object element) in add()
232 Object o= e.next(); in addAll()
262 Object[] arColl= new Object[sizeCol]; in addAll()
[all …]
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaWizardDialog.java134 …new Object[] { Boolean.TRUE,210,Boolean.TRUE,200,52,INTEGERS[1],new Short((short)1),resources.resA… in AgendaWizardDialog()
148 …new Object[] { fontDescriptor4,INTEGER_16,resources.reslblTitle1_value,Boolean.TRUE,91,INTEGERS[8]… in buildStep1()
152 …new Object[] { INTEGERS[8],resources.reslblPageDesign_value,97,32,INTEGERS[1],new Short((short)101… in buildStep1()
156 …new Object[] { Boolean.TRUE,INTEGER_12,LISTPAGEDESIGN_HID,166,30,INTEGERS[1],new Short((short)102)… in buildStep1()
160 …new Object[] { INTEGERS[9],CHKMINUTES_HID,resources.reschkMinutes_value,97,50,new Short((short)0),… in buildStep1()
164 …new Object[] { NO_BORDER, INTEGERS[10],IMGHELP1_HID, AgendaWizardDialogConst.INFO_IMAGE_URL, 92,14… in buildStep1()
168 …new Object[] { 39,resources.reslblHelp1_value,Boolean.TRUE,104,145,INTEGERS[1],new Short((short)10… in buildStep1()
176 …new Object[] { fontDescriptor4,INTEGER_16,resources.reslblTitle2_value,Boolean.TRUE,91,INTEGERS[8]… in buildStep2()
180 … new Object[] { INTEGERS[8],resources.reslblDate_value,97,32,INTEGERS[2],new Short((short)201),66} in buildStep2()
184 … new Object[] { Boolean.TRUE,INTEGER_12,TXTDATE_HID,166,30,INTEGERS[2],new Short((short)202),70} in buildStep2()
[all …]
/trunk/main/wizards/com/sun/star/wizards/letter/
H A DLetterWizardDialog.java143 new Object[] in LetterWizardDialog()
165 new Object[] in buildStep1()
174 new Object[] in buildStep1()
183 new Object[] in buildStep1()
192 new Object[] in buildStep1()
201 new Object[] in buildStep1()
210 new Object[] in buildStep1()
219 new Object[] in buildStep1()
228 new Object[] in buildStep1()
237 new Object[] in buildStep1()
[all …]
/trunk/main/odk/examples/java/Inspector/
H A DHideableTreeModel.java37 private Object root = null;
46 public Object getRoot() { in getRoot()
51 protected void setRoot(Object r) { in setRoot()
56 public Object[] getPathToRoot(Object node) { in getPathToRoot()
61 private Object[] getPathToRoot(Object node, int i) { in getPathToRoot()
62 Object anode[]; in getPathToRoot()
67 anode = new Object[i]; in getPathToRoot()
71 anode = new Object[i]; in getPathToRoot()
96 public void reload(Object node) { in reload()
104 public void valueForPathChanged(TreePath path, Object newValue) { in valueForPathChanged()
[all …]
H A DInspectorPane.java68 private void setMaximumOfProgressBar(Object _oUnoObject){ in setMaximumOfProgressBar()
80 …public void inspect(java.lang.Object _oUserDefinedObject, String _sTitle) throws com.sun.star.uno.… in inspect()
82 Object oContainer = m_xTreeControlProvider.inspect(_oUserDefinedObject, _sTitle); in inspect()
105 private Type[] getTypes(Object _oUnoObject){ in getTypes()
117 private Object invoke(XUnoMethodNode _oUnoMethodNode){ in invoke()
120 Object oUnoReturnObject = _oUnoMethodNode.invoke(); in invoke()
229 …FacetteNode addUnoFacetteNode(XUnoNode _oParentNode, String _sNodeDescription, Object _oUnoObject){ in addUnoFacetteNode()
234 private XUnoMethodNode addMethodNode(Object _objectElement, XIdlMethod _xIdlMethod){ in addMethodNode()
240 …public void addMethodsToTreeNode(XUnoNode _oGrandParentNode, Object _oUnoParentObject, XIdlMethod[… in addMethodsToTreeNode()
255 private void addFacetteNodesToTreeNode(XUnoNode _oParentNode, Object _oUnoObject){ in addFacetteNodesToTreeNode()
[all …]
/trunk/main/wizards/com/sun/star/wizards/common/
H A DConfiguration.java51 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()
[all …]
H A DConfigSet.java43 public Object root;
61 public void add(String name, Object child) in add()
86 public void add(int i, Object o) in add()
99 protected Object createChild() throws InstantiationException, IllegalAccessException in createChild()
104 public void writeConfiguration(Object configView, Object param) in writeConfiguration()
106 Object[] names = childrenMap.keySet().toArray(); in writeConfiguration()
128 Object childView = Configuration.addConfigNode(configView, (String) names[i]); in writeConfiguration()
144 public void readConfiguration(Object configurationView, Object param) in readConfiguration()
184 Object child = Configuration.getNode(names[i], configurationView); in readConfiguration()
195 public void remove(Object obj) in remove()
[all …]
H A DNumericalHelper.java75 public static int getType(Object obj) in getType()
95 public static byte toByte(Object aValue) in toByte()
153 public static char toChar(Object aValue) in toChar()
218 public static short toShort(Object aValue) in toShort()
268 …public static boolean isValidAndNumerical(Object aValue) throws com.sun.star.lang.IllegalArgumentE… in isValidAndNumerical()
280 …public static boolean isValidAndBoolean(Object aValue) throws com.sun.star.lang.IllegalArgumentExc… in isValidAndBoolean()
293 public static boolean isValid(Object aValue) in isValid()
310 public static boolean isNumerical(Object aValue) in isNumerical()
341 public static boolean isRealNumber(Object _aValue) in isRealNumber()
351 public static boolean isInteger(Object aValue) throws com.sun.star.lang.IllegalArgumentException in isInteger()
[all …]
H A DHelper.java60 …public static void setUnoPropertyValue(Object oUnoObject, String PropertyName, Object PropertyValu… in setUnoPropertyValue()
81 public static Object getUnoObjectbyName(Object oUnoObject, String ElementName) in getUnoObjectbyName()
102 public static Object getPropertyValue(PropertyValue[] CurPropertyValue, String PropertyName) in getPropertyValue()
118 …public static Object getUnoPropertyValue(Object oUnoObject, String PropertyName, java.lang.Class x… in getUnoPropertyValue()
125 Object oObject = xPSet.getPropertyValue(PropertyName); in getUnoPropertyValue()
144 public static Object getPropertyValuefromAny(Object[] CurPropertyValue, String PropertyName) in getPropertyValuefromAny()
165 …public static Object getPropertyValuefromAny(Object[] CurPropertyValue, String PropertyName, java.… in getPropertyValuefromAny()
194 public static Object getUnoPropertyValue(Object oUnoObject, String PropertyName) in getUnoPropertyValue()
212 public static Object getUnoArrayPropertyValue(Object oUnoObject, String PropertyName) in getUnoArrayPropertyValue()
219 Object oObject = xPSet.getPropertyValue(PropertyName); in getUnoArrayPropertyValue()
[all …]
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DUnoDataAware.java45 protected Object unoControl;
46 protected Object unoModel;
48 protected Object[] disableObjects = new Object[0];
51 protected UnoDataAware(Object dataObject, Value value, Object unoObject_, String unoPropName_) in UnoDataAware()
64 protected void enableControls(Object value) in enableControls()
77 protected void setToUI(Object value) in setToUI()
83 private String stringof(Object value) in stringof()
111 protected Boolean getBoolean(Object value) in getBoolean()
139 public void disableControls(Object[] controls) in disableControls()
144 protected Object getFromUI() in getFromUI()
[all …]
H A DDataAware.java51 protected Object dataObject;
65 protected DataAware(Object dataObject_, Value value_) { in DataAware()
76 public Object getDataObject() { in getDataObject()
86 public void setDataObject(Object obj, boolean updateUI) { in setDataObject()
105 protected void setToData(Object newValue) { in setToData()
115 protected Object getFromData() { in getFromData()
123 protected abstract void setToUI(Object newValue); in setToUI()
129 protected abstract Object getFromUI(); in getFromUI()
136 Object data = getFromData(); in updateUI()
137 Object ui = getFromUI(); in updateUI()
[all …]
/trunk/main/wizards/com/sun/star/wizards/fax/
H A DFaxWizardDialog.java112 new Object[] in FaxWizardDialog()
134 new Object[] in buildStep1()
143 new Object[] in buildStep1()
152 new Object[] in buildStep1()
161 new Object[] in buildStep1()
170 new Object[] in buildStep1()
179 new Object[] in buildStep1()
188 new Object[] in buildStep1()
197 new Object[] in buildStep1()
215 new Object[] in buildStep2()
[all …]
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/
H A DFactoryHelper.java85 protected static Object _mutex= new Object();
181 public Object createInstanceWithContext( in createInstanceWithContext()
185 Object args[]; in createInstanceWithContext()
189 args = new Object [] { xContext, _xRegistryKey, new Object[ 0 ] }; in createInstanceWithContext()
192 args = new Object [] { xContext, _xRegistryKey }; in createInstanceWithContext()
195 args = new Object [] { xContext, new Object[ 0 ] }; in createInstanceWithContext()
198 args = new Object [] { xContext }; in createInstanceWithContext()
201 args = new Object [] { getSMgr( xContext ), _xRegistryKey, new Object[ 0 ] }; in createInstanceWithContext()
204 args = new Object [] { getSMgr( xContext ), _xRegistryKey }; in createInstanceWithContext()
207 args = new Object [] { getSMgr( xContext ), new Object[ 0 ] }; in createInstanceWithContext()
[all …]
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/uno/
H A DAnyConverter.java37 static public Type getType( Object object ) in getType()
62 static public boolean isVoid(Object object){ in isVoid()
70 static public boolean isChar(Object object){ in isChar()
78 static public boolean isBoolean(Object object){ in isBoolean()
86 static public boolean isByte(Object object){ in isByte()
94 static public boolean isShort(Object object){ in isShort()
102 static public boolean isInt(Object object){ in isInt()
110 static public boolean isLong(Object object){ in isLong()
118 static public boolean isFloat(Object object){ in isFloat()
126 static public boolean isDouble(Object object){ in isDouble()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_UnoControlFormattedFieldModel.java69 protected Object getNewValue(String propName, Object oldValue) {
92 protected Object getNewValue(String p, Object old) { in _BorderColor()
104 protected Object getNewValue(String p, Object v) { in _TextColor()
117 protected Object getNewValue(String p, Object v) { in _TextLineColor()
130 protected Object getNewValue(String p, Object v) { in _BackgroundColor()
159 protected Object getNewValue(String p, Object v) { in _EffectiveMax()
172 protected Object getNewValue(String p, Object v) { in _FormatsSupplier()
173 Object newValue = null; in _FormatsSupplier()
189 protected Object getNewValue(String p, Object v) { in _EffectiveMin()
202 protected Object getNewValue(String p, Object v) { in _FormatKey()
[all …]
/trunk/main/toolkit/qa/complex/toolkit/
H A DGridControl.java78 private static void impl_dispose( final Object... i_components ) in impl_dispose()
173 final Object newDataModel = createInstance( "com.sun.star.awt.grid.DefaultGridDataModel" ); in testDisposal()
174 … final Object newColumnModel = createInstance( "com.sun.star.awt.grid.DefaultGridColumnModel" ); in testDisposal()
220 dataModel.addRow( 0, new Object[] { 1 } ); in testMutableGridDataModel()
222 dataModel.addRow( 1, new Object[] { 1, 2 } ); in testMutableGridDataModel()
336 final Object[][] data = new Object[][] { in testDataModel()
337 new Object[] { 15, 17, 0 }, in testDataModel()
338 new Object[] { 9, 8, 14 }, in testDataModel()
339 new Object[] { 17, 2, 16 }, in testDataModel()
340 new Object[] { 0, 7, 14 }, in testDataModel()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/style/
H A D_CharacterProperties.java113 protected Object getNewValue(String propName, Object old) { in _CharHeight()
128 protected Object getNewValue(String propName, Object oldValue) {
163 protected Object getNewValue(String propName, Object oldValue) {
185 protected Object getNewValue(String propName, Object oldValue) {
199 Object oPara = tEnv.getObjRelation("PARA"); in _CharStyleName()
200 Object oPort = tEnv.getObjRelation("PORTION"); in _CharStyleName()
216 Object oPara = tEnv.getObjRelation("PARA"); in _CharStyleNames()
217 Object oPort = tEnv.getObjRelation("PORTION"); in _CharStyleNames()
234 Object oPara = tEnv.getObjRelation("PARA"); in _RubyCharStyleName()
235 Object oPort = tEnv.getObjRelation("PORTION"); in _RubyCharStyleName()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Config/
H A DConfigExamples.java225 public Object createConfigurationView( String sPath ) in createConfigurationView()
238 Object[] aArguments = new Object[1]; in createConfigurationView()
242 Object xViewRoot = xProvider.createInstanceWithArguments(sReadOnlyView, aArguments); in createConfigurationView()
249 Object createUpdatableView( String sPath ) in createUpdatableView()
262 Object[] aArguments = new Object[1]; in createUpdatableView()
266 Object xViewRoot = xProvider.createInstanceWithArguments(cUpdatableView, aArguments); in createUpdatableView()
278 Object aData = readGridConfiguration( ); in readDataExample()
325 Object aOldData = readGridConfiguration( ); in resetGroupExample()
327 Object aNewData = readGridConfiguration( ); in resetGroupExample()
380 Object xViewRoot = createConfigurationView(cGridOptionsPath); in readGridConfiguration()
[all …]
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DUnoRuntime.java109 public static String generateOid(Object object) { in generateOid()
145 public static Object queryInterface(Type type, Object object) { in queryInterface()
187 public static <T> T queryInterface(Class<T> zInterface, Object object) { in queryInterface()
216 public static boolean areSame(Object any1, Object any2) { in areSame()
223 Object v1 = a1.getObject(); in areSame()
224 Object v2 = a2.getObject(); in areSame()
317 public static final Object completeValue(Type type, Object value) { in completeValue()
421 public static IEnvironment getEnvironment(String name, Object context) in getEnvironment()
432 new Class[] { Object.class }); in getEnvironment()
433 env = (IEnvironment) ctor.newInstance(new Object[] { context }); in getEnvironment()
[all …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/diff/
H A DObjectArrayIterator.java42 private Object [] objArray;
59 public ObjectArrayIterator(Object [] objArray) { in ObjectArrayIterator()
61 this.objArray = new Object[objArray.length]; in ObjectArrayIterator()
65 this.objArray = new Object[0]; in ObjectArrayIterator()
70 public Object next() { in next()
81 public Object previous() { in previous()
91 public Object start() { in start()
97 public Object end() { in end()
105 public Object currentElement() { in currentElement()
119 public void replace(Object object) { in replace()
[all …]
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample.java129 …new Object[] { new Integer(380), Boolean.TRUE, "MyTestDialog", new Integer(102),new Integer(41), n… in main()
130Object oFTHeaderModel = oUnoDialogSample.m_xMSFDialogModel.createInstance("com.sun.star.awt.UnoCon… in main()
134 …new Object[] { new Integer(8), "This code-sample demonstrates how to create various controls in a … in main()
183 Object oConfigProvider; in getRegistryKeyContent()
190Object oNode = xMSFConfig.createInstanceWithArguments("com.sun.star.configuration.ConfigurationAcc… in getRegistryKeyContent()
213Object oMacroExpander = this.m_xContext.getValueByName("/singletons/com.sun.star.util.theMacroExpa… in getImageUrl()
234Object oDialogModel = _xMCF.createInstanceWithContext("com.sun.star.awt.UnoControlDialogModel", m… in createDialog()
243Object oUnoDialog = _xMCF.createInstanceWithContext("com.sun.star.awt.UnoControlDialog", m_xContex… in createDialog()
290 …public void initialize(String[] PropertyNames, Object[] PropertyValues) throws com.sun.star.script… in initialize()
313Object tk = m_xMCF.createInstanceWithContext("com.sun.star.awt.Toolkit", m_xContext); in createWindowPeer()
[all …]

12345678910>>...67