Searched refs:fsize (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/fpicker/source/win32/filepicker/ |
| H A D | PreviewCtrl.cxx | 512 sal_uInt32 fsize; in loadFile() local 526 fsize = GetFileSize( hFile, &fszExtra ); in loadFile() 529 if ( -1 == fsize || 0 == fsize || fszExtra ) in loadFile() 532 hGlobal = GlobalAlloc( GMEM_MOVEABLE, fsize ); in loadFile() 541 hFile, pData, fsize, &nBytesRead, NULL ); in loadFile() 552 pIStream, fsize, sal_False, in loadFile()
|
| /AOO41X/main/vcl/source/fontsubset/ |
| H A D | sft.cxx | 1421 if( (table - ttf->ptr) + offset > (sal_uInt32)ttf->fsize ) in FindCmap() 1511 if( ptr > ttf->ptr+ttf->fsize ) in GetKern() 1531 if( ptr > ttf->ptr+ttf->fsize ) in GetKern() 1644 (*ttf)->fsize = -1; in allocTrueTypeFont() 1685 (*ttf)->fsize = st.st_size; in OpenTTFontFile() 1691 if ((*ttf)->fsize == 0) { in OpenTTFontFile() 1696 …if (((*ttf)->ptr = (sal_uInt8 *) mmap(0, (*ttf)->fsize, PROT_READ, MAP_SHARED, fd, 0)) == MAP_FAIL… in OpenTTFontFile() 1721 (*ttf)->fsize = nLen; in OpenTTFontBuffer() 1813 if( pHead > t->ptr + (t->fsize - 54) ) in doOpenTTFont() 1814 pHead = t->ptr + (t->fsize - 54); in doOpenTTFont() [all …]
|
| /AOO41X/main/vcl/inc/ |
| H A D | sft.hxx | 579 sal_Int32 fsize; member
|
| /AOO41X/main/migrationanalysis/src/driver_docs/sources/excel/ |
| H A D | MigrationAnalyser.cls | 1805 Dim fsize As Integer 1882 fsize = myChart.chartTitle.Font.Size
|