Home
last modified time | relevance | path

Searched refs:fillPropertyMembersByHandle (Results 1 – 16 of 16) sorted by relevance

/trunk/main/cppuhelper/source/
H A Dpropshlp.cxx301 rPH.fillPropertyMembersByHandle( NULL, &nAttributes, nHandle ); in addPropertyChangeListener()
383 rPH.fillPropertyMembersByHandle( NULL, &nAttributes, nHandle ); in addVetoableChangeListener()
444 if ( !rInfo.fillPropertyMembersByHandle( NULL, &nAttributes, i_handle ) ) in setDependentFastPropertyValue()
501 if( !rInfo.fillPropertyMembersByHandle( NULL, &nAttributes, nHandle ) ) { in setFastPropertyValue()
566 if( !rInfo.fillPropertyMembersByHandle( NULL, NULL, nHandle ) ) in getFastPropertyValue()
646 rInfo.fillPropertyMembersByHandle( &aPropName, &nAttributes, pnHandles[i] ); in fire()
862 rPH.fillPropertyMembersByHandle( NULL, &nAttributes, pHandles[i] ); in setFastPropertyValues()
1152 sal_Bool OPropertyArrayHelper::fillPropertyMembersByHandle in fillPropertyMembersByHandle() function in cppu::OPropertyArrayHelper
/trunk/main/forms/source/component/
H A Dpropertybaghelper.cxx131 if ( ( nHandle != -1 ) && rPropInfo.fillPropertyMembersByHandle( NULL, NULL, nHandle ) ) in impl_findFreeHandle()
142 if ( !rPropInfo.fillPropertyMembersByHandle( NULL, NULL, nNum + NEW_HANDLE_BASE ) ) in impl_findFreeHandle()
156 while ( rPropInfo.fillPropertyMembersByHandle( NULL, NULL, nHandle ) ) in impl_findFreeHandle()
/trunk/main/dbaccess/source/core/api/
H A Dstatement.cxx274 getInfoHelper().fillPropertyMembersByHandle( &sPropName, NULL, nHandle ); in convertFastPropertyValue()
314 getInfoHelper().fillPropertyMembersByHandle( &sPropName, NULL, nHandle ); in setFastPropertyValue_NoBroadcast()
341 …const_cast< OStatementBase* >( this )->getInfoHelper().fillPropertyMembersByHandle( &sPropName, NU… in getFastPropertyValue()
H A Ddefinitioncolumn.cxx337 …const_cast< OQueryColumn* >( this )->getInfoHelper().fillPropertyMembersByHandle( &sPropName, &nAt… in getFastPropertyValue()
384 …const_cast< OColumnWrapper* >( this )->getInfoHelper().fillPropertyMembersByHandle( &sPropName, &n… in impl_getPropertyNameFromHandle()
H A Dquery.cxx354 if (getInfoHelper().fillPropertyMembersByHandle(&sAggPropName,&nAttr,_nHandle) && in setFastPropertyValue_NoBroadcast()
H A Dresultset.cxx339 fillPropertyMembersByHandle(&aPropName, &nAttributes, nHandle); in getFastPropertyValue()
/trunk/main/cppuhelper/test/
H A Dtestpropshlp.cxx265 …sal_Bool b = a1.fillPropertyMembersByHandle( &aPropName, &nAttributes, getPropertyTable1()[i].Hand… in test_PropertyArrayHelper()
270 …OSL_ENSURE( !a1.fillPropertyMembersByHandle( NULL, NULL, 66666 ), "fillPropertyMembersByHandle: ha… in test_PropertyArrayHelper()
277 …sal_Bool b = a1.fillPropertyMembersByHandle( &aPropName, &nAttributes, getPropertyTable4()[i].Hand… in test_PropertyArrayHelper()
282 …OSL_ENSURE( !a4.fillPropertyMembersByHandle( NULL, NULL, 66666 ), "fillPropertyMembersByHandle: ha… in test_PropertyArrayHelper()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dpropshlp.hxx79 virtual sal_Bool SAL_CALL fillPropertyMembersByHandle(
161 virtual sal_Bool SAL_CALL fillPropertyMembersByHandle(
/trunk/main/toolkit/inc/toolkit/helper/
H A Dunopropertyarrayhelper.hxx51 …sal_Bool SAL_CALL fillPropertyMembersByHandle( ::rtl::OUString * pPropName, sal_Int16 * pAttribute…
/trunk/main/toolkit/source/helper/
H A Dunopropertyarrayhelper.cxx58 sal_Bool UnoPropertyArrayHelper::fillPropertyMembersByHandle( ::rtl::OUString * pPropName, sal_Int1… in fillPropertyMembersByHandle() function in UnoPropertyArrayHelper
/trunk/main/forms/source/xforms/
H A Dpropertysetbase.cxx114 … OSL_VERIFY( rPropertyMetaData.fillPropertyMembersByHandle( &sPropName, NULL, nHandle ) ); in notifyAndCachePropertyValue()
/trunk/main/comphelper/source/property/
H A Dpropagg.cxx205 sal_Bool OPropertyArrayAggregationHelper::fillPropertyMembersByHandle( in fillPropertyMembersByHandle() function in comphelper::OPropertyArrayAggregationHelper
848 rPH2.fillPropertyMembersByHandle( NULL, &nAttributes, pHandles[i] ); in setPropertyValues()
H A Dopropertybag.cxx563 OSL_VERIFY( rPropInfo.fillPropertyMembersByHandle( NULL, &nAttributes, _nHandle ) ); in getPropertyStateByHandle()
/trunk/main/chart2/source/tools/
H A DOPropertySet.cxx340 rPH.fillPropertyMembersByHandle( &aName, 0, nHandle ); in setFastPropertyValue_NoBroadcast()
/trunk/main/comphelper/inc/comphelper/
H A Dpropagg.hxx129 …virtual sal_Bool SAL_CALL fillPropertyMembersByHandle( ::rtl::OUString* _pPropName, sal_Int16* _pA…
/trunk/main/toolkit/source/controls/
H A Dgeometrycontrolmodel.cxx640 …rayAggregationHelper* >( getArrayHelper( m_nPropertyMapId ) )->fillPropertyMembersByHandle( &sProp… in setFastPropertyValue_NoBroadcast()

Completed in 98 milliseconds