Searched refs:rPic (Results 1 – 5 of 5) sorted by relevance
| /AOO42X/main/sw/source/filter/ww8/ |
| H A D | ww8graf2.cxx | 257 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 D | ww8par.hxx | 1359 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 D | ww8par2.hxx | 333 WW8FlySet(SwWW8ImplReader& rReader, const SwPaM* pPaM, const WW8_PIC& rPic,
|
| H A D | ww8par6.cxx | 2261 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 D | xrender_peer.hxx | 131 ScopedPic( XRenderPeer& rPeer, Picture& rPic ); 342 inline ScopedPic::ScopedPic( XRenderPeer& rPeer, Picture& rPic ) in ScopedPic() argument 344 , maPicture( rPic ) in ScopedPic()
|