Searched refs:pPicType (Results 1 – 1 of 1) sorted by relevance
1236 const SvxRTFPictureType* pPicType ) in InsPicture() argument1304 pPicType ); in InsPicture()1305 if( pPicType ) in InsPicture()1307 PictPropertyNameValuePairs::const_iterator aIt = pPicType->aPropertyPairs.begin(); in InsPicture()1308 PictPropertyNameValuePairs::const_iterator aEnd = pPicType->aPropertyPairs.end(); in InsPicture()1334 const SvxRTFPictureType* pPicType ) in _SetPictureSize() argument1337 if( pPicType ) in _SetPictureSize()1341 if( SvxRTFPictureType::WIN_METAFILE != pPicType->eStyle && in _SetPictureSize()1342 pPicType->nGoalWidth && pPicType->nGoalHeight ) in _SetPictureSize()1344 aSize.Width() = pPicType->nGoalWidth; in _SetPictureSize()[all …]