/aoo4110/main/setup_native/source/win32/customactions/quickstarter/ |
H A D | quickstarter.cxx | 42 DWORD nbytes = sz * sizeof(TCHAR); in GetOfficeInstallationPath() local 43 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetOfficeInstallationPath() 44 ZeroMemory(buff, nbytes); in GetOfficeInstallationPath() 60 DWORD nbytes = sz * sizeof(TCHAR); in GetOfficeProductName() local 61 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetOfficeProductName() 62 ZeroMemory(buff, nbytes); in GetOfficeProductName() 78 DWORD nbytes = sz * sizeof(TCHAR); in GetQuickstarterLinkName() local 79 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetQuickstarterLinkName() 80 ZeroMemory(buff, nbytes); in GetQuickstarterLinkName() 87 DWORD nbytes = sz * sizeof(TCHAR); in GetQuickstarterLinkName() local [all …]
|
/aoo4110/main/vcl/source/fontsubset/ |
H A D | ttcr.cxx | 458 sal_uInt32 nbytes; member 661 *len = p->nbytes; in GetRawData_loca() 678 sal_uInt32 n, nbytes = 0; in GetRawData_glyf() local 692 nbytes += ((GlyphData *) listCurrent(l))->nbytes; in GetRawData_glyf() 706 *len = nbytes; in GetRawData_glyf() 968 pdata->nbytes = nbytes; in TrueTypeTableNew() 970 if (nbytes) { in TrueTypeTableNew() 1408 glyfLen += gd->nbytes; in ProcessTables() 1418 if (gd->nbytes != 0) { in ProcessTables() 1491 if (gd->nbytes != 0) { in ProcessTables() [all …]
|
H A D | ttcr.hxx | 136 sal_uInt32 nbytes,
|
H A D | sft.cxx | 2788 d->nbytes = (sal_uInt16)((length + 1) & ~1); in GetTTRawGlyphData()
|
/aoo4110/main/desktop/source/pagein/ |
H A D | pagein.c | 60 size_t nfiles = 0, nbytes = 0; in main() local 116 nbytes += k; in main() 133 nbytes += k; in main() 143 fprintf (stderr, "Total: %d files (%d bytes)\n", (int) nfiles, (int) nbytes); in main()
|
/aoo4110/main/setup_native/source/win32/customactions/regpatchactivex/ |
H A D | regpatchactivex.cxx | 60 DWORD nbytes = sz * sizeof( wchar_t ); in GetMsiProp() local 61 wchar_t* buff = reinterpret_cast<wchar_t*>( malloc( nbytes ) ); in GetMsiProp() 62 ZeroMemory( buff, nbytes ); in GetMsiProp()
|
/aoo4110/main/setup_native/source/win32/customactions/tools/ |
H A D | checkversion.cxx | 49 DWORD nbytes = sz * sizeof( wchar_t ); in GetMsiProp() local 50 wchar_t* buff = reinterpret_cast<wchar_t*>( malloc( nbytes ) ); in GetMsiProp() 51 ZeroMemory( buff, nbytes ); in GetMsiProp()
|
/aoo4110/main/setup_native/source/win32/customactions/reg4msdoc/ |
H A D | msihelper.cxx | 34 DWORD nbytes = sz * sizeof(TCHAR); in GetMsiProp() local 35 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetMsiProp() 36 ZeroMemory(buff, nbytes); in GetMsiProp()
|
/aoo4110/main/setup_native/source/win32/customactions/relnotes/ |
H A D | relnotes.cxx | 72 DWORD nbytes = sz * sizeof(TCHAR); in GetMsiProp() local 73 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetMsiProp() 74 ZeroMemory(buff, nbytes); in GetMsiProp()
|
/aoo4110/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | shellextensions.cxx | 104 DWORD nbytes = sz * sizeof( char ); in GetMsiProp() local 105 char* buff = reinterpret_cast<char*>( malloc( nbytes ) ); in GetMsiProp() 106 ZeroMemory( buff, nbytes ); in GetMsiProp()
|
/aoo4110/main/svtools/source/filter/jpeg/ |
H A D | jpeg.cxx | 227 size_t nbytes; in fill_input_buffer() local 229 nbytes = StreamRead(src->infile, src->buffer, BUF_SIZE); in fill_input_buffer() 231 if (nbytes <= 0) { in fill_input_buffer() 238 nbytes = 2; in fill_input_buffer() 242 src->pub.bytes_in_buffer = nbytes; in fill_input_buffer()
|
/aoo4110/main/setup_native/source/win32/customactions/reg64/ |
H A D | reg64.cxx | 168 DWORD nbytes = sz * sizeof( wchar_t ); in GetMsiProp() local 169 wchar_t* buff = reinterpret_cast<wchar_t*>( malloc( nbytes ) ); in GetMsiProp() 170 ZeroMemory( buff, nbytes ); in GetMsiProp()
|
/aoo4110/main/setup_native/source/win32/customactions/reg4allmsdoc/ |
H A D | reg4allmsi.cxx | 273 DWORD nbytes = sz * sizeof(TCHAR); in GetMsiProp() local 274 LPSTR buff = reinterpret_cast<LPSTR>(_alloca(nbytes)); in GetMsiProp() 275 ZeroMemory(buff, nbytes); in GetMsiProp()
|
/aoo4110/main/setup_native/source/win32/customactions/regactivex/ |
H A D | regactivex.cxx | 153 DWORD nbytes = sz * sizeof( wchar_t ); in GetMsiProp() local 154 wchar_t* buff = reinterpret_cast<wchar_t*>( malloc( nbytes ) ); in GetMsiProp() 155 ZeroMemory( buff, nbytes ); in GetMsiProp()
|
/aoo4110/main/vcl/inc/ |
H A D | sft.hxx | 181 sal_uInt16 nbytes; /**< number of bytes in glyph data */ member
|
/aoo4110/main/x11_extensions/inc/ |
H A D | renderproto.h | 558 CARD16 nbytes B16; /* number of bytes in name */
|