Lines Matching refs:pAny
121 uno::Any* pAny; in fillItemSet() local
127 pAny = mpPropSet->GetUsrAnyForID( aIt->nWID ); in fillItemSet()
128 if( pAny ) in fillItemSet()
136 if ( ( pAny->getValueType() == ::getCppuType((const ::com::sun::star::awt::Gradient*)0) ) in fillItemSet()
139 setPropertyValue( aPropertyName, *pAny ); in fillItemSet()
141 else if ( ( pAny->getValueType() == ::getCppuType((const ::rtl::OUString*)0) ) && in fillItemSet()
144 setPropertyValue( aPropertyName, *pAny ); in fillItemSet()
150 if ( ( pAny->getValueType() == ::getCppuType((const ::com::sun::star::drawing::Hatch*)0) ) in fillItemSet()
153 setPropertyValue( aPropertyName, *pAny ); in fillItemSet()
155 else if ( ( pAny->getValueType() == ::getCppuType((const ::rtl::OUString*)0) ) && in fillItemSet()
158 setPropertyValue( aPropertyName, *pAny ); in fillItemSet()
164 …if ( ( ( pAny->getValueType() == ::getCppuType((const ::com::sun::star::uno::Reference< ::com::sun… in fillItemSet()
165 …( pAny->getValueType() == ::getCppuType((const ::com::sun::star::uno::Reference< ::com::sun::star:… in fillItemSet()
168 setPropertyValue( aPropertyName, *pAny ); in fillItemSet()
170 else if ( ( pAny->getValueType() == ::getCppuType((const ::rtl::OUString*)0) ) && in fillItemSet()
173 setPropertyValue( aPropertyName, *pAny ); in fillItemSet()
179 setPropertyValue( aPropertyName, *pAny ); in fillItemSet()