Lines Matching refs:ppEntries

483 void SmModel::_setPropertyValues(const PropertyMapEntry** ppEntries, const Any* pValues)  in _setPropertyValues()  argument
495 for (; *ppEntries; ppEntries++, pValues++ ) in _setPropertyValues()
497 if ((*ppEntries)->mnAttributes & PropertyAttribute::READONLY) in _setPropertyValues()
500 switch ( (*ppEntries)->mnHandle ) in _setPropertyValues()
523 if(aFormat.GetFont((*ppEntries)->mnMemberId).GetName() != sFontName) in _setPropertyValues()
525 const SmFace rOld = aFormat.GetFont((*ppEntries)->mnMemberId); in _setPropertyValues()
530 aFormat.SetFont( (*ppEntries)->mnMemberId, aSet ); in _setPropertyValues()
545 Font aNewFont(aFormat.GetFont((*ppEntries)->mnMemberId)); in _setPropertyValues()
547 aFormat.SetFont((*ppEntries)->mnMemberId, aNewFont); in _setPropertyValues()
561 Font aNewFont(aFormat.GetFont((*ppEntries)->mnMemberId)); in _setPropertyValues()
563 aFormat.SetFont((*ppEntries)->mnMemberId, aNewFont); in _setPropertyValues()
594 aFormat.SetRelSize((*ppEntries)->mnMemberId, nVal); in _setPropertyValues()
654 aFormat.SetDistance((*ppEntries)->mnMemberId, nVal); in _setPropertyValues()
767 void SmModel::_getPropertyValues( const PropertyMapEntry **ppEntries, Any *pValue ) in _getPropertyValues() argument
777 for (; *ppEntries; ppEntries++, pValue++ ) in _getPropertyValues()
779 switch ( (*ppEntries)->mnHandle ) in _getPropertyValues()
792 const SmFace & rFace = aFormat.GetFont((*ppEntries)->mnMemberId); in _getPropertyValues()
804 const SmFace & rFace = aFormat.GetFont((*ppEntries)->mnMemberId); in _getPropertyValues()
806 (*pValue).setValue(&bVal, *(*ppEntries)->mpType); in _getPropertyValues()
817 const SmFace & rFace = aFormat.GetFont((*ppEntries)->mnMemberId); in _getPropertyValues()
819 (*pValue).setValue(&bVal, *(*ppEntries)->mpType); in _getPropertyValues()
836 *pValue <<= (sal_Int16) aFormat.GetRelSize((*ppEntries)->mnMemberId); in _getPropertyValues()
879 *pValue <<= (sal_Int16)aFormat.GetDistance((*ppEntries)->mnMemberId); in _getPropertyValues()
912 const bool bUsedSymbolsOnly = (*ppEntries)->mnHandle == HANDLE_USED_SYMBOLS; in _getPropertyValues()