Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/rtf/
H A Drtffly.cxx1242 const SvxRTFPictureType* pPicType ) in InsPicture() argument
1310 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() argument
1343 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 …]