Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/ww8/
H A Dww8graf2.cxx257 const WW8_PIC& rPic, SvStream* pSt, sal_uLong nFilePos, bool* pbInDoc) in ReadGrafFile() argument
261 sal_uLong nPosFc = nFilePos + rPic.cbHeader; in ReadGrafFile()
263 switch (rPic.MFP.mm) in ReadGrafFile()
316 long nData = rPic.lcb - ( pSt->Tell() - nPosFc ); in ReadGrafFile()
331 WW8PicDesc( const WW8_PIC& rPic );
334 WW8PicDesc::WW8PicDesc( const WW8_PIC& rPic ) in WW8PicDesc() argument
337 long nOriWidth = rPic.dxaGoal; //Size in 1/100 mm before crop in WW8PicDesc()
338 long nOriHeight = rPic.dyaGoal; in WW8PicDesc()
340 nCL = rPic.dxaCropLeft; in WW8PicDesc()
341 nCR = rPic.dxaCropRight; in WW8PicDesc()
[all …]
H A Dww8par.hxx1359 const WW8_PIC& rPic, SvStream* pSt, sal_uLong nFilePos, bool* pDelIt);
1368 SwFrmFmt* MakeGrafInCntnt(const WW8_PIC& rPic, const WW8PicDesc& rPD,
1373 SwFrmFmt* ImportGraf1(WW8_PIC& rPic, SvStream* pSt, sal_uLong nFilePos);
H A Dww8par2.hxx333 WW8FlySet(SwWW8ImplReader& rReader, const SwPaM* pPaM, const WW8_PIC& rPic,
H A Dww8par6.cxx2261 const WW8_PIC& rPic, long nWidth, long nHeight ) in WW8FlySet() argument
2278 if (rReader.SetFlyBordersShadow( *this, rPic.rgbrc, &aSizeArray[0])) in WW8FlySet()
/AOO42X/main/vcl/unx/generic/gdi/
H A Dxrender_peer.hxx131 ScopedPic( XRenderPeer& rPeer, Picture& rPic );
342 inline ScopedPic::ScopedPic( XRenderPeer& rPeer, Picture& rPic ) in ScopedPic() argument
344 , maPicture( rPic ) in ScopedPic()