/aoo4110/main/svx/source/unodraw/ |
H A D | shapepropertynotifier.cxx | 108 ::rtl::OUString PropertyValueProvider::getPropertyName() const in getPropertyName() function in svx::PropertyValueProvider 117 _out_rValue = xContextProps->getPropertyValue( getPropertyName() ); in getCurrentValue() 156 ::rtl::OUString sPropertyName( provPos->second->getPropertyName() ); in notifyPropertyChange() 168 aEvent.PropertyName = provPos->second->getPropertyName(); in notifyPropertyChange()
|
/aoo4110/main/oox/source/dump/ |
H A D | oledumper.cxx | 1120 OUString AxPropertyObjectBase::getPropertyName() const in getPropertyName() function in oox::dump::AxPropertyObjectBase 1130 return dumpHex< sal_uInt32 >( getPropertyName(), pcNameList ); in dumpFlagsProperty() 1140 return dumpOleColor( getPropertyName() ); in dumpColorProperty() 1150 return dumpUnicode( getPropertyName() ); in dumpUnicodeProperty() 1164 … maLargeProps.push_back( LargeProperty( LargeProperty::PROPTYPE_POS, getPropertyName(), 8 ) ); in dumpPosProperty() 1170 … maLargeProps.push_back( LargeProperty( LargeProperty::PROPTYPE_SIZE, getPropertyName(), 8 ) ); in dumpSizeProperty() 1176 …maLargeProps.push_back( LargeProperty( LargeProperty::PROPTYPE_GUID, getPropertyName(), 16, pValue… in dumpGuidProperty() 1184 sal_uInt32 nLen = dumpHex< sal_uInt32 >( getPropertyName(), "AX-STRINGLEN" ); in dumpStringProperty() 1194 sal_uInt32 nLen = dumpHex< sal_uInt32 >( getPropertyName(), "CONV-DEC" ); in dumpStringArrayProperty() 1204 sal_uInt16 nData = dumpHex< sal_uInt16 >( getPropertyName() ); in dumpStreamProperty() [all …]
|
/aoo4110/main/oox/source/helper/ |
H A D | propertyset.cxx | 60 const OUString& rPropName = PropertyMap::getPropertyName( nPropId ); in hasProperty() 74 return implGetPropertyValue( aValue, PropertyMap::getPropertyName( nPropId ) ) ? aValue : Any(); in getAnyProperty() 105 return implSetPropertyValue( PropertyMap::getPropertyName( nPropId ), rValue ); in setAnyProperty()
|
H A D | propertymap.cxx | 160 /*static*/ const OUString& PropertyMap::getPropertyName( sal_Int32 nPropId ) in getPropertyName() function in oox::PropertyMap
|
/aoo4110/main/ucb/source/ucp/file/ |
H A D | shell.hxx | 110 inline const rtl::OUString& SAL_CALL getPropertyName() const { return PropertyName; } in getPropertyName() function in fileaccess::shell::MyProperty 129 return !!( rKey1.getPropertyName() == rKey2.getPropertyName() ); in operator ()() 137 return rName.getPropertyName().hashCode(); in operator ()()
|
H A D | filprp.cxx | 56 m_seq[ m_count++ ] = beans::Property( it1->getPropertyName(), in XPropertySetInfo_impl()
|
H A D | shell.cxx | 1952 if( ContentNotDefau && it1->getPropertyName() == ContentType ) in insertDefaultProperties()
|
/aoo4110/main/svx/inc/svx/ |
H A D | shapepropertynotifier.hxx | 59 virtual ::rtl::OUString getPropertyName() const = 0; 87 virtual ::rtl::OUString getPropertyName() const;
|
/aoo4110/main/oox/inc/oox/dump/ |
H A D | oledumper.hxx | 351 ::rtl::OUString getPropertyName() const; 443 return dumpDec< Type >( getPropertyName(), rListWrp ); in dumpDecProperty() 454 return dumpHex< Type >( getPropertyName(), rListWrp ); in dumpHexProperty()
|
/aoo4110/main/comphelper/source/property/ |
H A D | propagg.cxx | 428 …gationHelper.m_xAggregateSet->setPropertyValue( m_rAggregationHelper.getPropertyName( _nHandle ), … in doForward() 643 ::rtl::OUString OPropertySetAggregationHelper::getPropertyName( sal_Int32 _nHandle ) const in getPropertyName() function in comphelper::OPropertySetAggregationHelper 689 rValue = m_xAggregateSet->getPropertyValue( getPropertyName( nHandle ) ); in getFastPropertyValue()
|
/aoo4110/main/extensions/source/propctrlr/ |
H A D | propertyinfo.hxx | 52 virtual String getPropertyName( sal_Int32 _nPropId ) = 0;
|
H A D | formmetadata.hxx | 62 virtual String getPropertyName( sal_Int32 _nPropId );
|
H A D | formmetadata.cxx | 384 String OPropertyInfoService::getPropertyName( sal_Int32 _nPropId ) in getPropertyName() function in pcr::OPropertyInfoService
|
/aoo4110/main/oox/inc/oox/helper/ |
H A D | propertymap.hxx | 60 static const ::rtl::OUString& getPropertyName( sal_Int32 nPropId );
|
/aoo4110/main/odk/examples/java/Inspector/ |
H A D | UnoPropertyNode.java | 85 public String getPropertyName(){ in getPropertyName() method in UnoPropertyNode
|
/aoo4110/main/forms/source/inc/ |
H A D | property.hxx | 93 static ::rtl::OUString getPropertyName(sal_Int32 _nHandle);
|
/aoo4110/main/comphelper/inc/comphelper/ |
H A D | propagg.hxx | 266 ::rtl::OUString getPropertyName( sal_Int32 _nHandle ) const;
|
/aoo4110/main/oox/source/drawingml/ |
H A D | shape.cxx | 464 const OUString& rPropName = PropertyMap::getPropertyName( PROP_TextAutoGrowHeight ); in createAndInsert()
|
/aoo4110/main/sd/source/ui/animations/ |
H A D | CustomAnimationPane.cxx | 654 OUString getPropertyName( sal_Int32 nPropertyType ) in getPropertyName() function 790 mpFTProperty->SetText( getPropertyName( mnPropertyType ) ); in updateControls()
|
H A D | CustomAnimationDialog.cxx | 116 extern OUString getPropertyName( sal_Int32 nPropertyType ); 1296 OUString aPropertyName( getPropertyName( nType ) ); in CustomAnimationEffectTabPage()
|