Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/ww8/
H A Dww8graf2.cxx261 const WW8_PIC& rPic, SvStream* pSt, sal_uLong nFilePos, bool* pbInDoc) in ReadGrafFile() argument
265 sal_uLong nPosFc = nFilePos + rPic.cbHeader; in ReadGrafFile()
267 switch (rPic.MFP.mm) in ReadGrafFile()
320 long nData = rPic.lcb - ( pSt->Tell() - nPosFc ); in ReadGrafFile()
335 WW8PicDesc( const WW8_PIC& rPic );
338 WW8PicDesc::WW8PicDesc( const WW8_PIC& rPic ) in WW8PicDesc() argument
341 long nOriWidth = rPic.dxaGoal; //Size in 1/100 mm before crop in WW8PicDesc()
342 long nOriHeight = rPic.dyaGoal; in WW8PicDesc()
344 nCL = rPic.dxaCropLeft; in WW8PicDesc()
345 nCR = rPic.dxaCropRight; in WW8PicDesc()
[all …]
H A Dww8par.hxx1360 const WW8_PIC& rPic, SvStream* pSt, sal_uLong nFilePos, bool* pDelIt);
1369 SwFrmFmt* MakeGrafInCntnt(const WW8_PIC& rPic, const WW8PicDesc& rPD,
1374 SwFrmFmt* ImportGraf1(WW8_PIC& rPic, SvStream* pSt, sal_uLong nFilePos);
H A Dww8par2.hxx334 WW8FlySet(SwWW8ImplReader& rReader, const SwPaM* pPaM, const WW8_PIC& rPic,
H A Dww8par6.cxx2262 const WW8_PIC& rPic, long nWidth, long nHeight ) in WW8FlySet() argument
2279 if (rReader.SetFlyBordersShadow( *this, rPic.rgbrc, &aSizeArray[0])) in WW8FlySet()
/AOO41X/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()