Home
last modified time | relevance | path

Searched refs:getPropertyName (Results 1 – 20 of 20) sorted by relevance

/trunk/main/svx/source/unodraw/
H A Dshapepropertynotifier.cxx108 ::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()
/trunk/main/oox/source/dump/
H A Doledumper.cxx1120 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 …]
/trunk/main/oox/source/helper/
H A Dpropertyset.cxx60 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 Dpropertymap.cxx160 /*static*/ const OUString& PropertyMap::getPropertyName( sal_Int32 nPropId ) in getPropertyName() function in oox::PropertyMap
/trunk/main/ucb/source/ucp/file/
H A Dshell.hxx110 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 Dfilprp.cxx56 m_seq[ m_count++ ] = beans::Property( it1->getPropertyName(), in XPropertySetInfo_impl()
H A Dshell.cxx1952 if( ContentNotDefau && it1->getPropertyName() == ContentType ) in insertDefaultProperties()
/trunk/main/svx/inc/svx/
H A Dshapepropertynotifier.hxx59 virtual ::rtl::OUString getPropertyName() const = 0;
87 virtual ::rtl::OUString getPropertyName() const;
/trunk/main/oox/inc/oox/dump/
H A Doledumper.hxx351 ::rtl::OUString getPropertyName() const;
443 return dumpDec< Type >( getPropertyName(), rListWrp ); in dumpDecProperty()
454 return dumpHex< Type >( getPropertyName(), rListWrp ); in dumpHexProperty()
/trunk/main/comphelper/source/property/
H A Dpropagg.cxx428 …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()
/trunk/main/extensions/source/propctrlr/
H A Dpropertyinfo.hxx52 virtual String getPropertyName( sal_Int32 _nPropId ) = 0;
H A Dformmetadata.hxx62 virtual String getPropertyName( sal_Int32 _nPropId );
H A Dformmetadata.cxx384 String OPropertyInfoService::getPropertyName( sal_Int32 _nPropId ) in getPropertyName() function in pcr::OPropertyInfoService
/trunk/main/oox/inc/oox/helper/
H A Dpropertymap.hxx60 static const ::rtl::OUString& getPropertyName( sal_Int32 nPropId );
/trunk/main/odk/examples/java/Inspector/
H A DUnoPropertyNode.java85 public String getPropertyName(){ in getPropertyName() method in UnoPropertyNode
/trunk/main/forms/source/inc/
H A Dproperty.hxx93 static ::rtl::OUString getPropertyName(sal_Int32 _nHandle);
/trunk/main/comphelper/inc/comphelper/
H A Dpropagg.hxx266 ::rtl::OUString getPropertyName( sal_Int32 _nHandle ) const;
/trunk/main/oox/source/drawingml/
H A Dshape.cxx464 const OUString& rPropName = PropertyMap::getPropertyName( PROP_TextAutoGrowHeight ); in createAndInsert()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx116 extern OUString getPropertyName( sal_Int32 nPropertyType );
1296 OUString aPropertyName( getPropertyName( nType ) ); in CustomAnimationEffectTabPage()
H A DCustomAnimationPane.cxx654 OUString getPropertyName( sal_Int32 nPropertyType ) in getPropertyName() function
790 mpFTProperty->SetText( getPropertyName( mnPropertyType ) ); in updateControls()

Completed in 134 milliseconds