Lines Matching refs:ppEntries
215 void SvxUnoDrawPool::_setPropertyValues( const comphelper::PropertyMapEntry** ppEntries, const uno:… in _setPropertyValues() argument
226 while( *ppEntries ) in _setPropertyValues()
227 putAny( pPool, *ppEntries++, *pValues++ ); in _setPropertyValues()
230 void SvxUnoDrawPool::_getPropertyValues( const comphelper::PropertyMapEntry** ppEntries, uno::Any* … in _getPropertyValues() argument
241 while( *ppEntries ) in _getPropertyValues()
242 getAny( pPool, *ppEntries++, *pValue++ ); in _getPropertyValues()
245 void SvxUnoDrawPool::_getPropertyStates( const comphelper::PropertyMapEntry** ppEntries, beans::Pro… in _getPropertyStates() argument
254 while( *ppEntries ) in _getPropertyStates()
259 const sal_uInt16 nWhich = pPool->GetWhich( ((sal_uInt16)(*ppEntries)->mnHandle) ); in _getPropertyStates()
296 ppEntries++; in _getPropertyStates()
302 while( *ppEntries++ ) in _getPropertyStates()