Searched refs:aHandles (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/chart2/source/tools/ |
H A D | ImplOPropertySet.cxx | 118 const ::std::vector< sal_Int32 > & aHandles ) const in GetPropertyStatesByHandle() 120 Sequence< beans::PropertyState > aResult( aHandles.size()); in GetPropertyStatesByHandle() 122 ::std::transform( aHandles.begin(), aHandles.end(), in GetPropertyStatesByHandle() 140 const ::std::vector< sal_Int32 > & aHandles ) in SetPropertiesToDefault() 142 ::std::for_each( aHandles.begin(), aHandles.end(), in SetPropertiesToDefault()
|
H A D | OPropertySet.cxx | 216 ::std::vector< sal_Int32 > aHandles( pHandles, pHandles + aPropertyName.getLength()); in getPropertyStates() 219 return m_pImplProperties->GetPropertyStatesByHandle( aHandles ); in getPropertyStates() 268 ::std::vector< sal_Int32 > aHandles( pHandles, pHandles + aPropertyNames.getLength()); in setPropertiesToDefault() 271 m_pImplProperties->SetPropertiesToDefault( aHandles ); in setPropertiesToDefault()
|
H A D | ImplOPropertySet.hxx | 50 GetPropertyStatesByHandle( const ::std::vector< sal_Int32 > & aHandles ) const; 53 void SetPropertiesToDefault( const ::std::vector< sal_Int32 > & aHandles );
|
/aoo42x/main/oox/source/drawingml/ |
H A D | customshapeproperties.cxx | 286 Sequence< PropertyValues > aHandles( maAdjustHandleList.size() ); in pushToPropSet() local 337 aHandles[ i ] = aHandle.makePropertyValueSequence(); in pushToPropSet() 339 aPropertyMap[ PROP_Handles ] <<= aHandles; in pushToPropSet()
|
/aoo42x/main/comphelper/source/property/ |
H A D | opropertybag.cxx | 493 Sequence< sal_Int32 > aHandles( nCount ); in impl_setPropertyValues_throw() local 494 sal_Int32* pHandle = aHandles.getArray(); in impl_setPropertyValues_throw() 530 setFastPropertyValues( nCount, aHandles.getArray(), aValues.getConstArray(), nCount ); in impl_setPropertyValues_throw()
|
/aoo42x/main/ucbhelper/source/client/ |
H A D | content.cxx | 575 Sequence< sal_Int32 > aHandles( 1 ); in getPropertyValue() local 576 aHandles.getArray()[ 0 ] = nPropertyHandle; in getPropertyValue() 578 Sequence< Any > aRet = getPropertyValues( aHandles ); in getPropertyValue() 602 Sequence< sal_Int32 > aHandles( 1 ); in setPropertyValue() local 603 aHandles.getArray()[ 0 ] = nPropertyHandle; in setPropertyValue() 608 Sequence< Any > aErrors = setPropertyValues( aHandles, aValues ); in setPropertyValue()
|
/aoo42x/main/xmloff/source/draw/ |
H A D | shapeexport4.cxx | 453 uno::Sequence< beans::PropertyValues > aHandles; in ImpExportEnhancedGeometry() local 998 bHandles = ( rGeoProp.Value >>= aHandles ); in ImpExportEnhancedGeometry() 1051 ImpExportHandles( rExport, aHandles ); in ImpExportEnhancedGeometry()
|
/aoo42x/main/offapi/com/sun/star/chart2/ |
H A D | XFastPropertyState.idl | 92 [in] sequence< long > aHandles )
|
/aoo42x/main/toolkit/source/controls/ |
H A D | unocontrolmodel.cxx | 1382 Sequence< sal_Int32 > aHandles( nProps ); in setPropertyValues() local 1383 sal_Int32* pHandles = aHandles.getArray(); in setPropertyValues()
|
/aoo42x/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 2032 uno::Sequence< beans::PropertyValues > aHandles( nNumElem ); in ApplyCustomShapeGeometryAttributes() local 2200 aHandles[ i ] = aHandlePropSeq; in ApplyCustomShapeGeometryAttributes() 2206 aProp.Value <<= aHandles; in ApplyCustomShapeGeometryAttributes()
|
Completed in 84 milliseconds