Home
last modified time | relevance | path

Searched defs:obj (Results 26 – 50 of 145) sorted by path

123456

/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java703 private boolean checkType(Object obj) in checkType()
719 private Object convert( Class cl, Object obj) throws com.sun.star.lang.IllegalArgumentException in convert()
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DPropertySet_Test.java1623 static boolean isVoidAny(Object obj) in isVoidAny()
H A DProxyProvider.java49 public static Object createProxy(Object obj, Class iface) in createProxy()
H A DWeakBase_Test.java212 …public Object createBridge(Object obj, byte[] values, short param, short param3) throws com.sun.st… in createBridge()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A DBridgedObject.java40 public static XBridge getBridge(Object obj) { in getBridge()
H A DProxyFactory.java56 public boolean isProxy(Object obj) { in isProxy()
65 public static XBridge getBridge(Object obj) { in getBridge()
H A Djava_remote_bridge.java106 Object obj = null; in run() local
242 final void addRefHolder(Object obj, Type type, String oid) { in addRefHolder()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/java/
H A Djava_environment.java149 public boolean equals(Object obj) { in equals()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/
H A DThreadId.java49 public boolean equals(Object obj) { in equals()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/uno/
H A DWeakReference.java50 public WeakReference(WeakReference obj) in WeakReference() method in WeakReference
71 public WeakReference(Object obj) in WeakReference()
/trunk/main/jurt/test/com/sun/star/lib/uno/bridges/java_remote/
H A DProxyFactory_Test.java80 Object obj, Object[] args, Class[] exceptions) in testExceptions()
89 private void testExceptionType(Method method, Object obj, Object[] args, in testExceptionType()
/trunk/main/jurt/test/com/sun/star/lib/uno/environments/java/
H A Djava_environment_Test.java42 Object obj = new Integer(3); in test() local
/trunk/main/jurt/test/com/sun/star/uno/
H A DWeakReference_Test.java63 public Adapter(Object obj) { in Adapter()
/trunk/main/l10ntools/java/jpropex/java/
H A DSdfData.java50 public SdfEntity get( SdfEntity obj ) in get()
57 public void add( SdfEntity obj ) in add()
59 ohm.add( obj.getId() , obj ); in add() local
/trunk/main/l10ntools/source/
H A Dxmlparse.cxx58 XMLChildNode::XMLChildNode( const XMLChildNode& obj) in XMLChildNode()
64 XMLChildNode& XMLChildNode::operator=(const XMLChildNode& obj){ in operator =()
88 XMLParentNode::XMLParentNode( const XMLParentNode& obj) in XMLParentNode()
570 XMLFile::XMLFile( const XMLFile& obj ) in XMLFile()
587 XMLFile& XMLFile::operator=(const XMLFile& obj){ in operator =()
750 XMLElement::XMLElement(const XMLElement& obj) in XMLElement()
773 XMLElement& XMLElement::operator=(const XMLElement& obj){ in operator =()
982 XMLData::XMLData(const XMLData& obj) in XMLData()
989 XMLData& XMLData::operator=(const XMLData& obj){ in operator =()
1022 XMLComment::XMLComment(const XMLComment& obj) in XMLComment()
[all …]
/trunk/main/migrationanalysis/src/wizard/
H A DWizard.bas453 Dim obj As Object variable
/trunk/main/odk/examples/DevelopersGuide/Components/dialogcomponent/
H A DDialogComponent.java94 Object obj; in createDialog() local
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DStyleDemo.java133 Object obj = xFamilies.getByName( "graphics" ); in main() local
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DTableCellTextBinding.java97 public void setValue(Object obj) throws com.sun.star.form.binding.IncompatibleTypesException in setValue()
/trunk/main/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/ScriptSelector/
H A DScriptSelector.java83 Object obj = ctxt.getComponentContext().getValueByName(MSP_FACTORY); in show() local
/trunk/main/odk/examples/DevelopersGuide/UCB/
H A DChildrenRetriever.java242 Object obj = props.get( i ); in printLine() local
268 Object obj = props.get( i ); in printLine() local
315 Object obj = props.get( i ); in main() local
H A DPropertiesComposer.java141 Object[] obj = in setProperties() local
270 Object obj = result[ index ]; in main() local
/trunk/main/odk/examples/java/EmbedDocument/EmbeddedObject/
H A DOwnEmbeddedObject.java1004 …Object obj = xFactory.createInstanceWithContext( "com.sun.star.configuration.ConfigurationProvider… in getSupportedVerbs() local
/trunk/main/odk/examples/java/Inspector/
H A DInspectorAddon.java113 … Object obj= xMCF.createInstanceWithContext("org.openoffice.InstanceInspector", m_xContext); in dispatch() local
H A DTestInspector.java49 Object obj= null; in main() local

Completed in 74 milliseconds

123456