Home
last modified time | relevance | path

Searched refs:pHandles (Results 1 – 12 of 12) sorted by relevance

/aoo42x/main/cppuhelper/source/
H A Dpropshlp.cxx833 sal_Int32 * pHandles, in setFastPropertyValues() argument
871 pHandles[n] = pHandles[i]; in setFastPropertyValues()
931 delete [] pHandles; in setPropertyValues()
934 delete [] pHandles; in setPropertyValues()
957 delete [] pHandles; in getPropertyValues()
994 if( pHandles[i] != -1 ) in firePropertiesChangeEvent()
1007 if( pHandles[i] != -1 ) in firePropertiesChangeEvent()
1022 delete [] pHandles; in firePropertiesChangeEvent()
1284 pHandles[i] = -1; in fillHandles()
1313 pHandles[i] = -1; in fillHandles()
[all …]
/aoo42x/main/comphelper/source/property/
H A Dpropagg.cxx526 sal_Int32* pHandles = new sal_Int32[nLen]; in propertiesChange() local
537 pHandles[nDest] = nHandle; in propertiesChange()
545 fire(pHandles, pNewValues, pOldValues, nDest, sal_False); in propertiesChange()
547 delete[] pHandles; in propertiesChange()
787 sal_Int32* pHandles = NULL; in setPropertyValues() local
825 pHandles = new sal_Int32[ nLen - nAggCount ]; in setPropertyValues()
845 if( pHandles[i] != -1 ) in setPropertyValues()
853 pHandles[i], pDelValues[i] ) ) in setPropertyValues()
856 pHandles[nHitCount] = pHandles[i]; in setPropertyValues()
891 delete [] pHandles; in setPropertyValues()
[all …]
/aoo42x/main/chart2/source/tools/
H A DOPropertySet.cxx213 sal_Int32 * pHandles = new sal_Int32[ aPropertyName.getLength() ]; in getPropertyStates() local
214 rPH.fillHandles( pHandles, aPropertyName ); in getPropertyStates()
216 ::std::vector< sal_Int32 > aHandles( pHandles, pHandles + aPropertyName.getLength()); in getPropertyStates()
217 delete[] pHandles; in getPropertyStates()
265 sal_Int32 * pHandles = new sal_Int32[ aPropertyNames.getLength() ]; in setPropertiesToDefault() local
266 rPH.fillHandles( pHandles, aPropertyNames ); in setPropertiesToDefault()
268 ::std::vector< sal_Int32 > aHandles( pHandles, pHandles + aPropertyNames.getLength()); in setPropertiesToDefault()
269 delete[] pHandles; in setPropertiesToDefault()
/aoo42x/main/toolkit/source/helper/
H A Dunopropertyarrayhelper.cxx134 sal_Int32 UnoPropertyArrayHelper::fillHandles( sal_Int32* pHandles, const ::com::sun::star::uno::Se… in fillHandles() argument
145 pHandles[n] = nPropId; in fillHandles()
150 pHandles[n] = -1; in fillHandles()
/aoo42x/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx1383 sal_Int32* pHandles = aHandles.getArray(); in setPropertyValues() local
1390 sal_Int32 nValidHandles = getInfoHelper().fillHandles( pHandles, rPropertyNames ); in setPropertyValues()
1399 …if ( ( pHandles[n] >= BASEPROPERTY_FONTDESCRIPTORPART_START ) && ( pHandles[n] <= BASEPROPERTY_FON… in setPropertyValues()
1407 lcl_ImplMergeFontProperty( *pFD, (sal_uInt16)pHandles[n], pValues[n] ); in setPropertyValues()
1408 pHandles[n] = -1; in setPropertyValues()
1415 ImplNormalizePropertySequence( nProps, pHandles, pValues, &nValidHandles ); in setPropertyValues()
1421 setFastPropertyValues( nProps, pHandles, pValues, nValidHandles ); in setPropertyValues()
/aoo42x/main/ucbhelper/source/client/
H A Dcontent.cxx696 const sal_Int32* pHandles = nPropertyHandles.getConstArray(); in getPropertyValuesInterface() local
703 rProp.Handle = pHandles[ n ]; in getPropertyValuesInterface()
791 const sal_Int32* pHandles = nPropertyHandles.getConstArray(); in setPropertyValues() local
799 rProp.Handle = pHandles[ n ]; in setPropertyValues()
889 const sal_Int32* pHandles = rPropertyHandles.getConstArray(); in createCursorAny() local
894 rProp.Handle = pHandles[ n ]; in createCursorAny()
/aoo42x/main/cppuhelper/inc/cppuhelper/
H A Dpropshlp.hxx110 …/*out*/ sal_Int32 * pHandles, const ::com::sun::star::uno::Sequence< ::rtl::OUString > & rPropName…
192 …/*out*/sal_Int32 * pHandles, const ::com::sun::star::uno::Sequence< ::rtl::OUString > & rPropNames…
535 sal_Int32 * pHandles,
/aoo42x/main/toolkit/inc/toolkit/helper/
H A Dunopropertyarrayhelper.hxx56 …sal_Int32 SAL_CALL fillHandles( sal_Int32* pHandles, const ::com::sun::star::uno::Sequence< ::rtl:…
/aoo42x/main/svx/inc/svx/
H A DEnhancedCustomShapeGeometry.hxx82 SvxMSDffHandle* pHandles; member
/aoo42x/main/svx/source/svdraw/
H A Dsvdoashp.cxx997 if ( !pAny && pDefCustomShape && pDefCustomShape->nHandles && pDefCustomShape->pHandles ) in MergeDefaultAttributes()
1002 const SvxMSDffHandle* pData = pDefCustomShape->pHandles; in MergeDefaultAttributes()
1478 if ( pAny && pDefCustomShape && pDefCustomShape->nHandles && pDefCustomShape->pHandles ) in IsDefaultGeometry()
1484 const SvxMSDffHandle* pData = pDefCustomShape->pHandles; in IsDefaultGeometry()
1629 …else if ( pDefCustomShape && ( ( pDefCustomShape->nHandles == 0 ) || ( pDefCustomShape->pHandles =… in IsDefaultGeometry()
/aoo42x/main/filter/source/msfilter/
H A Descherex.cxx2661 if ( pDefCustomShape && pDefCustomShape->nHandles && pDefCustomShape->pHandles ) in LookForPolarHandles()
2664 const SvxMSDffHandle* pData = pDefCustomShape->pHandles; in LookForPolarHandles()
H A Dmsdffimp.cxx2213 if ( pDefCustomShape && pDefCustomShape->nHandles && pDefCustomShape->pHandles ) in ApplyCustomShapeGeometryAttributes()
2216 const SvxMSDffHandle* pData = pDefCustomShape->pHandles; in ApplyCustomShapeGeometryAttributes()

Completed in 5086 milliseconds