Home
last modified time | relevance | path

Searched refs:aHandles (Results 1 – 10 of 10) sorted by last modified time

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx2032 uno::Sequence< beans::PropertyValues > aHandles( nNumElem ); in ApplyCustomShapeGeometryAttributes() local
2200 aHandles[ i ] = aHandlePropSeq; in ApplyCustomShapeGeometryAttributes()
2206 aProp.Value <<= aHandles; in ApplyCustomShapeGeometryAttributes()
/trunk/main/xmloff/source/draw/
H A Dshapeexport4.cxx453 uno::Sequence< beans::PropertyValues > aHandles; in ImpExportEnhancedGeometry() local
998 bHandles = ( rGeoProp.Value >>= aHandles ); in ImpExportEnhancedGeometry()
1051 ImpExportHandles( rExport, aHandles ); in ImpExportEnhancedGeometry()
/trunk/main/ucbhelper/source/client/
H A Dcontent.cxx575 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()
/trunk/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx1382 Sequence< sal_Int32 > aHandles( nProps ); in setPropertyValues() local
1383 sal_Int32* pHandles = aHandles.getArray(); in setPropertyValues()
/trunk/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx286 Sequence< PropertyValues > aHandles( maAdjustHandleList.size() ); in pushToPropSet() local
337 aHandles[ i ] = aHandle.makePropertyValueSequence(); in pushToPropSet()
339 aPropertyMap[ PROP_Handles ] <<= aHandles; in pushToPropSet()
/trunk/main/offapi/com/sun/star/chart2/
H A DXFastPropertyState.idl92 [in] sequence< long > aHandles )
/trunk/main/comphelper/source/property/
H A Dopropertybag.cxx493 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()
/trunk/main/chart2/source/tools/
H A DOPropertySet.cxx216 ::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 DImplOPropertySet.cxx118 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 DImplOPropertySet.hxx50 GetPropertyStatesByHandle( const ::std::vector< sal_Int32 > & aHandles ) const;
53 void SetPropertiesToDefault( const ::std::vector< sal_Int32 > & aHandles );

Completed in 71 milliseconds