Searched refs:nCropT (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 540 nCropT = (sal_Int16)rCr.GetTop(); in WritePICFHeader() 677 Set_UInt16( pArr, nCropT ); // set dyaCropTop in WritePICFHeader() 772 sal_Int16 nCropL = 0, nCropR = 0, nCropT = 0, nCropB = 0; in WritePICBulletFHeader() local 853 Set_UInt16( pArr, nCropT ); // set dyaCropTop in WritePICBulletFHeader()
|
/aoo4110/main/sw/source/filter/rtf/ |
H A D | rtffly.cxx | 1376 ( pPicType->nCropT + pPicType->nCropB ))) / 100L; in _SetPictureSize() 1440 if( pPicType->nCropT ) in _SetPictureSize() 1442 aCrop.SetTop( pPicType->nCropT ); in _SetPictureSize() 1593 case RTF_OBJCROPT: aOleType.nCropT = (short)nTokenValue; break; in ReadOLEData()
|
/aoo4110/main/editeng/source/rtf/ |
H A D | rtfgrf.cxx | 447 case RTF_PICCROPT: rPicType.nCropT = (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 44 milliseconds