/aoo42x/main/qadevOOo/tests/java/ifc/beans/ |
H A D | _XPropertySet.java | 169 String propertyName = PTT.bound.get(i); in _addPropertyChangeListener() local 230 String propertyName = PTT.constrained.get(i); in _addVetoableChangeListener() local 294 String propertyName = PTT.normal.get(i); in _setPropertyValue() local 335 private boolean getSinglePropertyValue( String propertyName ) in getSinglePropertyValue() 372 String propertyName = properties[0].Name; in _getPropertyValue() local 384 String propertyName = PTT.normal.get(i); in _getPropertyValue() local 422 String propertyName = PTT.bound.get(i); in _removePropertyChangeListener() local 434 String propertyName = PTT.bound.get(i); in _removePropertyChangeListener() local 498 String propertyName = PTT.constrained.get(i); in _removeVetoableChangeListener() local 510 String propertyName = PTT.constrained.get(i); in _removeVetoableChangeListener() local
|
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/ |
H A D | PropertySet.java | 53 …public void registerProperty(String propertyName, int handle, Type type, short attributes, Propert… in registerProperty() 57 …public void registerProperty(String propertyName, Type type, short attributes, PropertyGetter gett… in registerProperty() 61 …public synchronized void addPropertyChangeListener(String propertyName, XPropertyChangeListener li… in addPropertyChangeListener() 69 …public synchronized void addVetoableChangeListener(String propertyName, XVetoableChangeListener li… in addVetoableChangeListener() 88 …public synchronized Object getPropertyValue(String propertyName) throws UnknownPropertyException, … in getPropertyValue() 104 …public synchronized void removePropertyChangeListener(String propertyName, XPropertyChangeListener… in removePropertyChangeListener() 112 …public synchronized void removeVetoableChangeListener(String propertyName, XVetoableChangeListener… in removeVetoableChangeListener() 127 public synchronized void setPropertyValue(String propertyName, Object value) in setPropertyValue()
|
H A D | PropertySetAdapter.java | 107 public Property getPropertyByName(String propertyName) throws UnknownPropertyException { in getPropertyByName() 113 public boolean hasPropertyByName(String propertyName) { in hasPropertyByName() 137 public void registerProperty(String propertyName, int handle, Type type, short attributes, in registerProperty() 145 public void registerProperty(String propertyName, Type type, short attributes, in registerProperty() 155 …String propertyName, XPropertyChangeListener listener) throws UnknownPropertyException, WrappedTar… in addPropertyChangeListener() 164 …String propertyName, XVetoableChangeListener listener) throws UnknownPropertyException, WrappedTar… in addVetoableChangeListener() 181 private PropertyData getPropertyData(String propertyName) throws UnknownPropertyException { in getPropertyData() 216 …public Object getPropertyValue(String propertyName) throws UnknownPropertyException, WrappedTarget… in getPropertyValue() 244 …String propertyName, XPropertyChangeListener listener) throws UnknownPropertyException, WrappedTar… in removePropertyChangeListener() 252 …String propertyName, XVetoableChangeListener listener) throws UnknownPropertyException, WrappedTar… in removeVetoableChangeListener() [all …]
|
/aoo42x/main/cppuhelper/qa/propertysetmixin/ |
H A D | JavaSupplier.java | 111 public void setPropertyValue(String propertyName, Object value) in setPropertyValue() 118 public Object getPropertyValue(String propertyName) in getPropertyValue() 125 String propertyName, XPropertyChangeListener listener) in addPropertyChangeListener() 132 String propertyName, XPropertyChangeListener listener) in removePropertyChangeListener() 139 String propertyName, XVetoableChangeListener listener) in addVetoableChangeListener() 146 String propertyName, XVetoableChangeListener listener) in removeVetoableChangeListener() 246 public Object getPropertyValue(String propertyName) in getPropertyValue() 253 String propertyName, XPropertyChangeListener listener) in addPropertyChangeListener() 260 String propertyName, XPropertyChangeListener listener) in removePropertyChangeListener() 267 String propertyName, XVetoableChangeListener listener) in addVetoableChangeListener() [all …]
|
/aoo42x/main/wizards/com/sun/star/wizards/common/ |
H A D | ConfigGroup.java | 58 String propertyName = field.getName().substring(prefix.length()); in writeField() local 69 Configuration.set(convertValue(field), propertyName, configView); in writeField() local 73 Configuration.set(field.get(this), propertyName, configView); in writeField() local 133 String propertyName = field.getName().substring(prefix.length()); in readField() local
|
/aoo42x/main/javaunohelper/com/sun/star/lib/uno/helper/ |
H A D | PropertySetMixin.java | 211 String propertyName, Object oldValue, Object newValue, in prepareSet() 286 public void prepareSet(String propertyName, BoundListeners bound) { in prepareSet() 345 public void setPropertyValue(String propertyName, Object value) in setPropertyValue() 355 public Object getPropertyValue(String propertyName) in getPropertyValue() 369 String propertyName, XPropertyChangeListener listener) in addPropertyChangeListener() 396 String propertyName, XPropertyChangeListener listener) in removePropertyChangeListener() 419 String propertyName, XVetoableChangeListener listener) in addVetoableChangeListener() 446 String propertyName, XVetoableChangeListener listener) in removeVetoableChangeListener() 1017 private PropertyData get(Object object, String propertyName) in get() 1027 private void checkUnknown(String propertyName) in checkUnknown()
|
H A D | PropertySet.java | 166 protected void registerProperty(String propertyName, String memberName, short attributes) in registerProperty() 195 protected void registerProperty(String propertyName, short attributes) in registerProperty() 208 protected Property getProperty(String propertyName) in getProperty()
|
/aoo42x/main/forms/qa/integration/forms/ |
H A D | FormControlTest.java | 658 …private boolean checkNullValue( String fieldName, String propertyName ) throws com.sun.star.uno.Ex… in checkNullValue() 674 …private boolean checkIntValue( int requiredValue, String fieldName, String propertyName ) throws c… in checkIntValue() 702 …private boolean checkShortValue( short requiredValue, String fieldName, String propertyName ) thro… in checkShortValue() 726 …private boolean checkDoubleValue( double requiredValue, String fieldName, String propertyName ) th… in checkDoubleValue() 742 …private boolean checkStringValue( String requiredValue, String fieldName, String propertyName ) th… in checkStringValue()
|
/aoo42x/main/cppuhelper/source/ |
H A D | propertysetmixin.cxx | 1021 void PropertySetMixinImpl::checkUnknown(rtl::OUString const & propertyName) { in checkUnknown() 1029 rtl::OUString const & propertyName, css::uno::Any const & oldValue, in prepareSet() 1174 rtl::OUString const & propertyName, css::uno::Any const & value) in setPropertyValue() 1192 rtl::OUString const & propertyName) in getPropertyValue() 1208 rtl::OUString const & propertyName, in addPropertyChangeListener() 1239 rtl::OUString const & propertyName, in removePropertyChangeListener() 1265 rtl::OUString const & propertyName, in addVetoableChangeListener() 1296 rtl::OUString const & propertyName, in removeVetoableChangeListener()
|
/aoo42x/main/qadevOOo/tests/java/ifc/text/ |
H A D | _NumberingLevel.java | 126 String propertyName=PropertyArray[i].Name; in testPropertieArray() local
|
/aoo42x/main/xmloff/source/forms/ |
H A D | property_description.hxx | 77 const ::rtl::OUString propertyName; member
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | StyleUtilities.java | 523 final String propertyName) in queryStyle() 533 final ArrayList propertyName, in queryStyleByProperties() 580 final String propertyName, in queryStyle()
|
/aoo42x/test/testuno/source/testlib/uno/ |
H A D | SWUtil.java | 210 …public static Object getDefaultPageStyleProperty(XComponent xComponent, String propertyName) throw… in getDefaultPageStyleProperty() 229 …public static void setDefaultPageStyleProperty(XComponent xComponent, String propertyName, Object … in setDefaultPageStyleProperty()
|
/aoo42x/test/testuno/source/fvt/uno/sd/file/ |
H A D | CheckFileProperties.java | 451 …private void addCustomPro(String propertyName, Object value) throws PropertyExistException, Illega… in addCustomPro() 457 …private Object getCustomPro(String propertyName) throws UnknownPropertyException, WrappedTargetExc… in getCustomPro()
|
/aoo42x/main/wizards/com/sun/star/wizards/ui/event/ |
H A D | DataAware.java | 278 public PropertyValue(String propertyName, Object propertyOwner) { in PropertyValue()
|
/aoo42x/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/ |
H A D | Component.java | 150 String propertyName; field in Component.PropertyChangeBroadcaster
|
H A D | Container.java | 153 String propertyName; field in Container.PropertyChangeBroadcaster
|
/aoo42x/main/connectivity/source/drivers/macab/ |
H A D | MacabRecords.cxx | 874 CFStringRef propertyName, localizedPropertyName; in createMacabRecord() local
|