Searched refs:_pHandles (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/comphelper/source/property/ |
H A D | propagg.cxx | 263 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()
|
/aoo41x/main/toolkit/source/controls/ |
H A D | formattedcontrol.cxx | 285 …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 D | unocontrolmodel.cxx | 1446 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 D | unocontrols.cxx | 1966 …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()
|
/aoo41x/main/toolkit/inc/toolkit/controls/ |
H A D | unocontrolmodel.hxx | 91 sal_Int32* _pHandles, /// the handles of the properties to set 99 sal_Int32* _pHandles, /// pointer to the handles
|
H A D | formattedcontrol.hxx | 96 sal_Int32* _pHandles, /// the handles of the properties to set
|
H A D | unocontrols.hxx | 750 sal_Int32* _pHandles, /// the handles of the properties to set
|
/aoo41x/main/comphelper/inc/comphelper/ |
H A D | propagg.hxx | 143 …virtual sal_Int32 SAL_CALL fillHandles( /*out*/sal_Int32* _pHandles, const ::com::sun::star::uno::…
|
Completed in 56 milliseconds