Searched refs:pPicType (Results 1 – 1 of 1) sorted by relevance
1242 const SvxRTFPictureType* pPicType ) in InsPicture() argument1310 pPicType ); in InsPicture()1311 if( pPicType ) in InsPicture()1313 PictPropertyNameValuePairs::const_iterator aIt = pPicType->aPropertyPairs.begin(); in InsPicture()1314 PictPropertyNameValuePairs::const_iterator aEnd = pPicType->aPropertyPairs.end(); in InsPicture()1340 const SvxRTFPictureType* pPicType ) in _SetPictureSize() argument1343 if( pPicType ) in _SetPictureSize()1347 if( SvxRTFPictureType::WIN_METAFILE != pPicType->eStyle && in _SetPictureSize()1348 pPicType->nGoalWidth && pPicType->nGoalHeight ) in _SetPictureSize()1350 aSize.Width() = pPicType->nGoalWidth; in _SetPictureSize()[all …]