Searched refs:nCropB (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sw/source/filter/ww8/ |
H A D | wrtww8gr.cxx | 530 sal_Int16 nCropL = 0, nCropR = 0, nCropT = 0, nCropB = 0; in WritePICFHeader() local 541 nCropB = (sal_Int16)rCr.GetBottom(); in WritePICFHeader() 679 Set_UInt16( pArr, nCropB ); // set dyaCropBottom in WritePICFHeader() 772 sal_Int16 nCropL = 0, nCropR = 0, nCropT = 0, nCropB = 0; in WritePICBulletFHeader() local 855 Set_UInt16( pArr, nCropB ); // set dyaCropBottom in WritePICBulletFHeader()
|
/trunk/main/sw/source/filter/rtf/ |
H A D | rtffly.cxx | 1371 ( pPicType->nCropT + pPicType->nCropB ))) / 100L; in _SetPictureSize() 1440 if( pPicType->nCropB ) in _SetPictureSize() 1442 aCrop.SetBottom( pPicType->nCropB ); in _SetPictureSize() 1589 case RTF_OBJCROPB: aOleType.nCropB = (short)nTokenValue; break; in ReadOLEData()
|
/trunk/main/editeng/source/rtf/ |
H A D | rtfgrf.cxx | 448 case RTF_PICCROPB: rPicType.nCropB = (short)nTokenValue; break; in ReadBmpData()
|
/trunk/main/editeng/inc/editeng/ |
H A D | svxrtf.hxx | 139 short nCropT, nCropB, nCropL, nCropR; member
|
/trunk/main/editeng/source/editeng/ |
H A D | eertfpar.cxx | 52 nCropT = nCropB = nCropL = nCropR = 0; in ResetValues()
|
Completed in 47 milliseconds