Lines Matching refs:pProp
108 const css::beans::PropertyValue *pProp = aSeq.getConstArray(); in PutValue() local
109 const css::beans::PropertyValue *pEnd = pProp + aSeq.getLength(); in PutValue()
110 for ( ; pProp != pEnd; pProp++ ) in PutValue()
112 if ( pProp->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( SVXGALLERYITEM_TYPE ) ) ) in PutValue()
114 bAllConverted &= bIsSetType = ( pProp->Value >>= nType ); in PutValue()
117 else if ( pProp->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( SVXGALLERYITEM_LINK ) ) ) in PutValue()
119 bAllConverted &= ( pProp->Value >>= bIsLink ); in PutValue()
122 else if ( pProp->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( SVXGALLERYITEM_URL ) ) ) in PutValue()
124 bAllConverted &= ( pProp->Value >>= aURL ); in PutValue()
127 else if ( pProp->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( SVXGALLERYITEM_FILTER ) ) ) in PutValue()
129 bAllConverted &= ( pProp->Value >>= aFilterName ); in PutValue()
132 else if ( pProp->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( SVXGALLERYITEM_DRAWING ) ) ) in PutValue()
134 bAllConverted &= ( pProp->Value >>= xDrawing ); in PutValue()
137 else if ( pProp->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( SVXGALLERYITEM_GRAPHIC ) ) ) in PutValue()
139 bAllConverted &= ( pProp->Value >>= xGraphic ); in PutValue()