| /AOO42X/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 …]
|
| /AOO42X/main/vcl/source/fontsubset/ |
| H A D | ttcr.cxx | 459 sal_uInt32 nbytes; member 464 sal_uInt32 nbytes; /* number of bytes in loca table */ member 479 static sal_uInt8 *ttmalloc(sal_uInt32 nbytes) in ttmalloc() argument 483 n = (nbytes + 3) & (sal_uInt32) ~3; in ttmalloc() 503 if (pdata->nbytes) free(pdata->ptr); in TrueTypeTableDispose_generic() 626 *len = ((tdata_generic *) _this->data)->nbytes; in GetRawData_generic() 659 if (p->nbytes == 0) return TTCR_ZEROGLYPHS; in GetRawData_loca() 662 *len = p->nbytes; in GetRawData_loca() 679 sal_uInt32 n, nbytes = 0; in GetRawData_glyf() local 693 nbytes += ((GlyphData *) listCurrent(l))->nbytes; in GetRawData_glyf() [all …]
|
| H A D | ttcr.hxx | 132 sal_uInt32 nbytes,
|
| H A D | sft.cxx | 2788 d->nbytes = (sal_uInt16)((length + 1) & ~1); in GetTTRawGlyphData()
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/main/setup_native/source/win32/customactions/reg4msdoc/ |
| H A D | msihelper.cxx | 36 DWORD nbytes = sz * sizeof(TCHAR); in GetMsiProp() local 37 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetMsiProp() 38 ZeroMemory(buff, nbytes); in GetMsiProp()
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/main/setup_native/source/win32/customactions/reg64/ |
| H A D | reg64.cxx | 161 DWORD nbytes = sz * sizeof( wchar_t ); in GetMsiProp() local 162 wchar_t* buff = reinterpret_cast<wchar_t*>( malloc( nbytes ) ); in GetMsiProp() 163 ZeroMemory( buff, nbytes ); in GetMsiProp()
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/main/vcl/inc/ |
| H A D | sft.hxx | 181 sal_uInt16 nbytes; /**< number of bytes in glyph data */ member
|
| /AOO42X/main/x11_extensions/inc/ |
| H A D | renderproto.h | 558 CARD16 nbytes B16; /* number of bytes in name */
|