/aoo41x/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
|
/aoo41x/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 …]
|
/aoo41x/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
|
/aoo41x/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() 210 protected Property getProperty(String propertyName) in getProperty()
|
/aoo41x/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()
|
/aoo41x/main/qadevOOo/tests/java/ifc/text/ |
H A D | _NumberingLevel.java | 126 String propertyName=PropertyArray[i].Name; in testPropertieArray() local
|
/aoo41x/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()
|
/aoo41x/main/xmloff/source/forms/ |
H A D | property_description.hxx | 77 const ::rtl::OUString propertyName; member
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/main/wizards/com/sun/star/wizards/ui/event/ |
H A D | DataAware.java | 278 public PropertyValue(String propertyName, Object propertyOwner) { in PropertyValue()
|
/aoo41x/main/accessibility/bridge/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
|
/aoo41x/main/connectivity/source/drivers/macab/ |
H A D | MacabRecords.cxx | 874 CFStringRef propertyName, localizedPropertyName; in createMacabRecord() local
|