Searched refs:nCropL (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sw/source/filter/ww8/ |
H A D | wrtww8gr.cxx | 530 sal_Int16 nCropL = 0, nCropR = 0, nCropT = 0, nCropB = 0; in WritePICFHeader() local 538 nCropL = (sal_Int16)rCr.GetLeft(); in WritePICFHeader() 676 Set_UInt16( pArr, nCropL ); // set dxaCropLeft in WritePICFHeader() 772 sal_Int16 nCropL = 0, nCropR = 0, nCropT = 0, nCropB = 0; in WritePICBulletFHeader() local 852 Set_UInt16( pArr, nCropL ); // set dxaCropLeft in WritePICBulletFHeader()
|
/aoo4110/main/sw/source/filter/rtf/ |
H A D | rtffly.cxx | 1372 ( pPicType->nCropL + pPicType->nCropR ))) / 100L; in _SetPictureSize() 1450 if( pPicType->nCropL ) in _SetPictureSize() 1452 aCrop.SetLeft( pPicType->nCropL ); in _SetPictureSize() 1595 case RTF_OBJCROPL: aOleType.nCropL = (short)nTokenValue; break; in ReadOLEData()
|
/aoo4110/main/editeng/source/rtf/ |
H A D | rtfgrf.cxx | 449 case RTF_PICCROPL: rPicType.nCropL = (short)nTokenValue; break; in ReadBmpData()
|
/aoo4110/main/editeng/inc/editeng/ |
H A D | svxrtf.hxx | 139 short nCropT, nCropB, nCropL, nCropR; member
|
/aoo4110/main/editeng/source/editeng/ |
H A D | eertfpar.cxx | 52 nCropT = nCropB = nCropL = nCropR = 0; in ResetValues()
|
Completed in 123 milliseconds