Home
last modified time | relevance | path

Searched refs:_pHandles (Results 1 – 8 of 8) sorted by relevance

/trunk/main/comphelper/source/property/
H A Dpropagg.cxx263 sal_Int32* _pHandles, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& _rPropNames ) in fillHandles() argument
311 _pHandles[i] = pCur->Handle; in fillHandles()
315 _pHandles[i] = -1; in fillHandles()
338 _pHandles[i] = pMid->Handle; in fillHandles()
344 _pHandles[i] = -1; in fillHandles()
349 _pHandles[i] = -1; in fillHandles()
/trunk/main/toolkit/source/controls/
H A Dformattedcontrol.cxx285 …lFormattedFieldModel::ImplNormalizePropertySequence( const sal_Int32 _nCount, sal_Int32* _pHandles, in ImplNormalizePropertySequence() argument
288 …ImplEnsureHandleOrder( _nCount, _pHandles, _pValues, BASEPROPERTY_EFFECTIVE_VALUE, BASEPROPERTY_TE… in ImplNormalizePropertySequence()
290 … UnoControlModel::ImplNormalizePropertySequence( _nCount, _pHandles, _pValues, _pValidHandles ); in ImplNormalizePropertySequence()
H A Dunocontrolmodel.cxx1446 void UnoControlModel::ImplEnsureHandleOrder( const sal_Int32 _nCount, sal_Int32* _pHandles, in ImplEnsureHandleOrder() argument
1449 for ( sal_Int32 i=0; i < _nCount; ++_pHandles, ++_pValues, ++i ) in ImplEnsureHandleOrder()
1451 if ( _nSecondHandle == *_pHandles ) in ImplEnsureHandleOrder()
1453 sal_Int32* pLaterHandles = _pHandles + 1; in ImplEnsureHandleOrder()
1460 sal_Int32 nHandle( *_pHandles ); in ImplEnsureHandleOrder()
1461 *_pHandles = *pLaterHandles; in ImplEnsureHandleOrder()
H A Dunocontrols.cxx1966 …oControlListBoxModel::ImplNormalizePropertySequence( const sal_Int32 _nCount, sal_Int32* _pHandles, in ImplNormalizePropertySequence() argument
1971 …ImplEnsureHandleOrder( _nCount, _pHandles, _pValues, BASEPROPERTY_STRINGITEMLIST, BASEPROPERTY_SEL… in ImplNormalizePropertySequence()
1973 UnoControlModel::ImplNormalizePropertySequence( _nCount, _pHandles, _pValues, _pValidHandles ); in ImplNormalizePropertySequence()
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrolmodel.hxx91 sal_Int32* _pHandles, /// the handles of the properties to set
99 sal_Int32* _pHandles, /// pointer to the handles
H A Dformattedcontrol.hxx96 sal_Int32* _pHandles, /// the handles of the properties to set
H A Dunocontrols.hxx750 sal_Int32* _pHandles, /// the handles of the properties to set
/trunk/main/comphelper/inc/comphelper/
H A Dpropagg.hxx143 …virtual sal_Int32 SAL_CALL fillHandles( /*out*/sal_Int32* _pHandles, const ::com::sun::star::uno::…

Completed in 96 milliseconds