Searched refs:_propertyName (Results 1 – 7 of 7) sorted by relevance
/trunk/main/connectivity/source/drivers/macab/ |
H A D | MacabRecords.cxx | 493 propertyValue = ABRecordCopyValue(_record,_propertyName); in createHeaderForProperty() 497 propertyType = ABTypeOfProperty(addressBook, _recordType, _propertyName); in createHeaderForProperty() 498 localizedPropertyName = ABCopyLocalizedPropertyOrLabel(_propertyName); in createHeaderForProperty() 528 headerNames[0]->value = _propertyName; in createHeaderForProperty() 554 multiPropertyString = CFStringToOUString(_propertyName); in createHeaderForProperty() 601 multiPropertyString = CFStringToOUString(_propertyName); in createHeaderForProperty() 688 propertyNameString = CFStringToOUString(_propertyName); in createHeaderForProperty() 752 ::rtl::OUString propertyNameString = CFStringToOUString(_propertyName); in createHeaderForProperty() 910 insertPropertyIntoMacabRecord(ab_type, _abrecord, _header, _propertyName, _propertyValue); in insertPropertyIntoMacabRecord() 951 ::rtl::OUString columnName = ::rtl::OUString(_propertyName); in insertPropertyIntoMacabRecord() [all …]
|
H A D | MacabRecords.hxx | 78 …MacabHeader *createHeaderForProperty(const ABRecordRef _record, const CFStringRef _propertyName, c… 79 …PropertyType _propertyType, const CFTypeRef _propertyValue, const CFStringRef _propertyName) const; 82 …Record *_abrecord, const MacabHeader *_header, const ::rtl::OUString _propertyName, const CFTypeR… 83 …Record *_abrecord, const MacabHeader *_header, const ::rtl::OUString _propertyName, const CFTypeR…
|
/trunk/main/extensions/qa/integration/extensions/ |
H A D | ServicesHandler.java | 102 …public void actuatingPropertyChanged(String _propertyName, Object _newValue, Object _oldValue, com… in actuatingPropertyChanged() argument 117 …public Object convertToControlValue(String _propertyName, Object _propertyValue, com.sun.star.uno.… in convertToControlValue() argument 122 …public Object convertToPropertyValue(String _propertyName, Object _controlValue) throws com.sun.st… in convertToPropertyValue() argument 127 …public com.sun.star.inspection.LineDescriptor describePropertyLine(String _propertyName, com.sun.s… in describePropertyLine() argument 140 hyperlinkControl.addActionListener( new ClickHandler( m_context, _propertyName ) ); in describePropertyLine() 161 …public com.sun.star.beans.PropertyState getPropertyState(String _propertyName) throws com.sun.star… in getPropertyState() argument 166 …public Object getPropertyValue(String _propertyName) throws com.sun.star.beans.UnknownPropertyExce… in getPropertyValue() argument 168 return _propertyName; in getPropertyValue() 194 …public boolean isComposable(String _propertyName) throws com.sun.star.beans.UnknownPropertyExcepti… in isComposable() argument
|
H A D | MethodHandler.java | 68 …public void actuatingPropertyChanged(String _propertyName, Object _newValue, Object _oldValue, com… in actuatingPropertyChanged() argument 83 …public Object convertToControlValue(String _propertyName, Object _propertyValue, com.sun.star.uno.… in convertToControlValue() argument 88 …public Object convertToPropertyValue(String _propertyName, Object _controlValue) throws com.sun.st… in convertToPropertyValue() argument 93 …public com.sun.star.inspection.LineDescriptor describePropertyLine(String _propertyName, com.sun.s… in describePropertyLine() argument 127 …public com.sun.star.beans.PropertyState getPropertyState(String _propertyName) throws com.sun.star… in getPropertyState() argument 132 …public Object getPropertyValue(String _propertyName) throws com.sun.star.beans.UnknownPropertyExce… in getPropertyValue() argument 134 XIdlMethod method = impl_getMethod( _propertyName ); in getPropertyValue() 190 …public boolean isComposable(String _propertyName) throws com.sun.star.beans.UnknownPropertyExcepti… in isComposable() argument
|
/trunk/main/extensions/source/propctrlr/ |
H A D | formgeometryhandler.cxx | 725 EventTranslation( const ::rtl::OUString& _propertyName, const Any& _newPropertyValue ) in EventTranslation() 726 :sPropertyName( _propertyName ) in EventTranslation()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unodraw.cxx | 1956 const rtl::OUString& _propertyName, in addPropertyChangeListener() argument 1967 xShapeProps->addPropertyChangeListener( _propertyName, _listener ); in addPropertyChangeListener() 1971 const rtl::OUString& _propertyName, in removePropertyChangeListener() argument 1982 xShapeProps->removePropertyChangeListener( _propertyName, _listener ); in removePropertyChangeListener()
|
/trunk/main/svx/source/unodraw/ |
H A D | unoshape.cxx | 1514 void SAL_CALL SvxShape::addPropertyChangeListener( const OUString& _propertyName, const Reference< … in addPropertyChangeListener() argument 1517 mpImpl->maPropertyNotifier.addPropertyChangeListener( _propertyName, _listener ); in addPropertyChangeListener() 1522 void SAL_CALL SvxShape::removePropertyChangeListener( const OUString& _propertyName, const Referenc… in removePropertyChangeListener() argument 1525 mpImpl->maPropertyNotifier.removePropertyChangeListener( _propertyName, _listener ); in removePropertyChangeListener()
|
Completed in 60 milliseconds