Searched defs:_aProperty (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/odk/examples/java/Inspector/ |
H A D | XTreeControlProvider.java | 69 public XUnoPropertyNode addUnoPropertyNodeWithName(Property _aProperty); in addUnoPropertyNodeWithName() 71 public XUnoPropertyNode addUnoPropertyNodeWithHandle(Property _aProperty); in addUnoPropertyNodeWithHandle() 73 public XUnoPropertyNode addUnoPropertyNodeWithType(Property _aProperty); in addUnoPropertyNodeWithType() 75 public XUnoPropertyNode addUnoPropertyNodeWithAttributesDescription(Property _aProperty); in addUnoPropertyNodeWithAttributesDescription() 77 public XUnoPropertyNode addUnoPropertyNode(Object _oUnoObject, Property _aProperty); in addUnoPropertyNode() 81 …public XUnoPropertyNode addUnoPropertyNode(Object _oUnoObject, Property _aProperty, Object _oUnoRe… in addUnoPropertyNode()
|
H A D | UnoPropertyNode.java | 52 public UnoPropertyNode(Property _aProperty, Object _oUnoObject, Object _oUnoReturnObject) { in UnoPropertyNode() 60 public UnoPropertyNode(Property _aProperty){ in UnoPropertyNode() 189 protected static String getPropertyTypeDescription(Property _aProperty, Object _oUnoObject){ in getPropertyTypeDescription() 194 …protected static String getStandardPropertyDescription(Property _aProperty, Object _objectElement){ in getStandardPropertyDescription()
|
H A D | SwingUnoPropertyNode.java | 31 public SwingUnoPropertyNode(Property _aProperty, Object _oUnoObject, Object _oUnoReturnObject) { in SwingUnoPropertyNode() 39 public SwingUnoPropertyNode(Property _aProperty){ in SwingUnoPropertyNode()
|
H A D | SwingTreeControlProvider.java | 366 public XUnoPropertyNode addUnoPropertyNodeWithName(Property _aProperty){ in addUnoPropertyNodeWithName() 373 public XUnoPropertyNode addUnoPropertyNodeWithHandle(Property _aProperty){ in addUnoPropertyNodeWithHandle() 380 public XUnoPropertyNode addUnoPropertyNodeWithType(Property _aProperty){ in addUnoPropertyNodeWithType() 387 public XUnoPropertyNode addUnoPropertyNodeWithAttributesDescription(Property _aProperty){ in addUnoPropertyNodeWithAttributesDescription() 396 public XUnoPropertyNode addUnoPropertyNode(Object _oUnoObject, Property _aProperty){ in addUnoPropertyNode() 404 …public XUnoPropertyNode addUnoPropertyNode(Object _oUnoObject, Property _aProperty, Object _oUnoRe… in addUnoPropertyNode()
|
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | ADatabaseMetaData.cxx | 57 sal_Int32 ODatabaseMetaData::getInt32Property(const ::rtl::OUString& _aProperty) throw(::com::sun:… in getInt32Property() 70 sal_Bool ODatabaseMetaData::getBoolProperty(const ::rtl::OUString& _aProperty) throw(::com::sun::s… in getBoolProperty() 79 ::rtl::OUString ODatabaseMetaData::getStringProperty(const ::rtl::OUString& _aProperty) throw(::co… in getStringProperty()
|
Completed in 33 milliseconds