Home
last modified time | relevance | path

Searched refs:iSize (Results 1 – 3 of 3) sorted by relevance

/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Diconcache.cxx66 int iSize = 0; in RebuildShellIconCache() local
71 iSize = atoi( szValue ); in RebuildShellIconCache()
73 if ( !iSize ) in RebuildShellIconCache()
75 iSize = GetSystemMetrics( SM_CXICON ); in RebuildShellIconCache()
76 itoa( iSize, szValue, 10 ); in RebuildShellIconCache()
81 itoa( iSize + 1, szTempValue, 10 ); in RebuildShellIconCache()
/trunk/main/sal/rtl/source/
H A Dlocale.c46 sal_Int8 iSize; member
101 (*table)->iSize = sizeIndex; in rtl_hashtable_init()
170 rtl_hashtable_init(&pNewTable, (sal_Int8)((*table)->iSize + 1)); in rtl_hashtable_grow()
/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx662 size_t iSize = aFace.size(); in hashCode() local
663 if (0 == iSize) return 0; in hashCode()
664 sal_Int32 hash = rtl_ustr_hashCode_WithLength(uName, iSize); in hashCode()

Completed in 20 milliseconds