Searched refs:pMfp (Results 1 – 1 of 1) sorted by relevance
134 static bool SwWw6ReadMetaStream(GDIMetaFile& rWMF, OLE_MFP* pMfp, in SwWw6ReadMetaStream() argument141 sal_uLong nRead = pSt->Read( pMfp, sizeof(*pMfp ) ); in SwWw6ReadMetaStream()143 if (nRead != sizeof(*pMfp)) in SwWw6ReadMetaStream()147 pMfp->mm = SWAPSHORT( pMfp->mm ); in SwWw6ReadMetaStream()148 pMfp->xExt = SWAPSHORT( pMfp->xExt ); in SwWw6ReadMetaStream()149 pMfp->yExt = SWAPSHORT( pMfp->yExt ); in SwWw6ReadMetaStream()152 if( pMfp->mm == 94 || pMfp->mm == 99 ) in SwWw6ReadMetaStream()157 if( pMfp->mm != 8 ) in SwWw6ReadMetaStream()161 if( !pMfp->xExt || !pMfp->yExt ) in SwWw6ReadMetaStream()180 Size aNewSiz( pMfp->xExt, pMfp->yExt ); in SwWw6ReadMetaStream()
Completed in 16 milliseconds