Lines Matching refs:pAttribs
651 SfxItemSet* pAttribs = NULL; in _getPropertyValue() local
653 pAttribs = pForwarder->GetParaAttribs( nPara ).Clone(); in _getPropertyValue()
655 pAttribs = pForwarder->GetAttribs( GetSelection() ).Clone(); in _getPropertyValue()
658 pAttribs->ClearInvalidItems(); in _getPropertyValue()
660 getPropertyValue( pMap, aAny, *pAttribs ); in _getPropertyValue()
662 delete pAttribs; in _getPropertyValue()
936 SfxItemSet* pAttribs = NULL; in _getPropertyValues() local
938 pAttribs = pForwarder->GetParaAttribs( nPara ).Clone(); in _getPropertyValues()
940 pAttribs = pForwarder->GetAttribs( GetSelection() ).Clone(); in _getPropertyValues()
942 pAttribs->ClearInvalidItems(); in _getPropertyValues()
952 getPropertyValue( pMap, *pValues, *pAttribs ); in _getPropertyValues()
956 delete pAttribs; in _getPropertyValues()