Searched refs:nCropL (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/sw/source/filter/ww8/ |
| H A D | wrtww8gr.cxx | 529 sal_Int16 nCropL = 0, nCropR = 0, nCropT = 0, nCropB = 0; in WritePICFHeader() local 537 nCropL = (sal_Int16)rCr.GetLeft(); in WritePICFHeader() 675 Set_UInt16( pArr, nCropL ); // set dxaCropLeft in WritePICFHeader() 771 sal_Int16 nCropL = 0, nCropR = 0, nCropT = 0, nCropB = 0; in WritePICBulletFHeader() local 851 Set_UInt16( pArr, nCropL ); // set dxaCropLeft in WritePICBulletFHeader()
|
| /trunk/main/sw/source/filter/rtf/ |
| H A D | rtffly.cxx | 1366 ( pPicType->nCropL + pPicType->nCropR ))) / 100L; in _SetPictureSize() 1444 if( pPicType->nCropL ) in _SetPictureSize() 1446 aCrop.SetLeft( pPicType->nCropL ); in _SetPictureSize() 1589 case RTF_OBJCROPL: aOleType.nCropL = (short)nTokenValue; break; in ReadOLEData()
|
| /trunk/main/editeng/source/rtf/ |
| H A D | rtfgrf.cxx | 448 case RTF_PICCROPL: rPicType.nCropL = (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()
|