Home
last modified time | relevance | path

Searched refs:pPicType (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sw/source/filter/rtf/ !
H A Drtffly.cxx1236 const SvxRTFPictureType* pPicType ) in InsPicture() argument
1304 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() argument
1337 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 …]