Home
last modified time | relevance | path

Searched refs:fsize (Results 1 – 4 of 4) sorted by relevance

/trunk/main/fpicker/source/win32/filepicker/
H A DPreviewCtrl.cxx512 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()
/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx1421 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()
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()
1850 int nMaxLen = (t->ptr + t->fsize) - (sal_uInt8*)t->tables[i]; in doOpenTTFont()
[all …]
/trunk/main/vcl/inc/
H A Dsft.hxx579 sal_Int32 fsize; member
/trunk/main/migrationanalysis/src/driver_docs/sources/excel/
H A DMigrationAnalyser.cls1805 Dim fsize As Integer
1882 fsize = myChart.chartTitle.Font.Size

Completed in 72 milliseconds