/aoo41x/main/xmerge/source/activesync/ |
H A D | XMergeFilter.cpp | 217 ZeroMemory( &si, sizeof(si) ); in NextConvertFile() 218 ZeroMemory( &pi, sizeof(pi) ); in NextConvertFile() 447 ZeroMemory(szJarPath, MAX_PATH); in GetXMergeClassPath() 448 ZeroMemory(szTmpPath, MAX_PATH); in GetXMergeClassPath() 468 ZeroMemory(szTmpPath, MAX_PATH); in GetXMergeClassPath() 483 ZeroMemory(szTmpPath, MAX_PATH); in GetXMergeClassPath() 498 ZeroMemory(szTmpPath, MAX_PATH); in GetXMergeClassPath()
|
/aoo41x/main/setup_native/source/win32/stwrapper/ |
H A D | stwrapper.cxx | 88 ZeroMemory( &aOsVersion, sizeof( OSVERSIONINFO )); in IsSupportedPlatform() 117 ZeroMemory( &aOsVersion, sizeof( OSVERSIONINFO )); in GetOperatingSystemString() 362 ZeroMemory( &aStartupInfo, sizeof( aStartupInfo )); in _tWinMain() 364 ZeroMemory( &aProcessInfo, sizeof( aProcessInfo )); in _tWinMain() 455 ZeroMemory( &aStartupInfo, sizeof( aStartupInfo )); in _tWinMain() 457 ZeroMemory( &aProcessInfo, sizeof( aProcessInfo )); in _tWinMain()
|
/aoo41x/main/sal/qa/rtl/alloc/ |
H A D | rtl_alloc.cxx | 116 class ZeroMemory : public CppUnit::TestFixture class 123 ZeroMemory() in ZeroMemory() function in rtl_alloc::ZeroMemory 159 CPPUNIT_TEST_SUITE(ZeroMemory); 166 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(rtl_alloc::ZeroMemory, "rtl_alloc");
|
/aoo41x/main/setup_native/source/win32/customactions/quickstarter/ |
H A D | quickstarter.cxx | 44 ZeroMemory(buff, nbytes); in GetOfficeInstallationPath() 62 ZeroMemory(buff, nbytes); in GetOfficeProductName() 80 ZeroMemory(buff, nbytes); in GetQuickstarterLinkName() 89 ZeroMemory(buff, nbytes); in GetQuickstarterLinkName()
|
/aoo41x/main/shell/source/win32/sysmail/ |
H A D | senddoc.cxx | 96 ZeroMemory(&mrd, sizeof(mrd)); in addRecipient() 138 ZeroMemory(&mfd, sizeof(mfd)); in initAttachementList() 148 ZeroMemory(pMapiOriginator, sizeof(MapiRecipDesc)); in initMapiOriginator() 162 ZeroMemory(pMapiMessage, sizeof(MapiMessage)); in initMapiMessage()
|
/aoo41x/main/sal/osl/w32/ |
H A D | file_dirvol.cxx | 515 ZeroMemory( pDirImpl, sizeof(Directory_Impl) ); in osl_openLocalRoot() 580 ZeroMemory( pDirImpl, sizeof(Directory_Impl) ); in osl_openFileDirectory() 630 ZeroMemory( &aNetResource, sizeof(aNetResource) ); in osl_openNetworkServer() 646 ZeroMemory( pDirImpl, sizeof(Directory_Impl) ); in osl_openNetworkServer() 875 ZeroMemory( pItemImpl, sizeof(DirectoryItem_Impl) ); in osl_getNextNetResource() 912 ZeroMemory( pItemImpl, sizeof(DirectoryItem_Impl) ); in osl_getNextDrive() 1104 ZeroMemory( pItemImpl, sizeof(DirectoryItem_Impl) ); in osl_getDirectoryItem() 1135 ZeroMemory( pItemImpl, sizeof(DirectoryItem_Impl) ); in osl_getDirectoryItem() 1167 ZeroMemory( pItemImpl, sizeof(DirectoryItem_Impl) ); in osl_getDirectoryItem()
|
H A D | signal.cxx | 183 ZeroMemory( &StartupInfo, sizeof(StartupInfo) ); in ReportCrash() 231 ZeroMemory( &ovi, sizeof(ovi) ); in IsWin95A()
|
/aoo41x/main/setup_native/source/win32/customactions/relnotes/ |
H A D | relnotes.cxx | 74 ZeroMemory(buff, nbytes); in GetMsiProp() 109 ZeroMemory( &aExecInf, sizeof( aExecInf ) ); in ShowReleaseNotes() 168 ZeroMemory( &aExecInf, sizeof( aExecInf ) ); in ShowSurveyAfter()
|
/aoo41x/main/shell/source/win32/shlxthandler/propsheets/ |
H A D | propsheets.cxx | 166 ZeroMemory( m_szFileName, sizeof( m_szFileName ) ); in Initialize() 194 ZeroMemory( &sInfoOS, sizeof(OSVERSIONINFO) ); in AddPages() 202 ZeroMemory(&psp, sizeof(PROPSHEETPAGEA)); in AddPages()
|
/aoo41x/main/shell/source/win32/shlxthandler/thumbviewer/ |
H A D | thumbviewer.cxx | 78 ZeroMemory(&osvi, sizeof(osvi)); in IsWindowsXP() 242 ZeroMemory(pstatstg, sizeof(STATSTG)); in Stat() 248 ZeroMemory(name, sz); in Stat() 402 ZeroMemory(&dib, sizeof(dib)); in Extract()
|
/aoo41x/main/shell/source/win32/shlxthandler/infotips/ |
H A D | infotips.cxx | 54 ZeroMemory(m_szFileName, sizeof(m_szFileName)); in CInfoTip() 306 ZeroMemory(pMem, len); in GetInfoTip() 361 ZeroMemory(m_szFileName, sizeof(m_szFileName)); in Load()
|
/aoo41x/main/winaccessibility/inc/ |
H A D | act.hxx | 33 ZeroMemory(&osvi, sizeof(OSVERSIONINFO)); in IsXPOrLater() 52 ZeroMemory(&actctx, sizeof(actctx)); in ActivateActContext()
|
/aoo41x/main/desktop/win32/source/setup/ |
H A D | setup_main.cxx | 55 ZeroMemory( &sInfoOS, sizeof(OSVERSIONINFO) ); in SetupApp() 82 ZeroMemory( &sInfoOS, sizeof(OSVERSIONINFO) ); in WinMain()
|
H A D | setup.cpp | 840 ZeroMemory( (void*)&aPI, sizeof( PROCESS_INFORMATION ) ); in LaunchInstaller() 841 ZeroMemory( (void*)&aSUI, sizeof( STARTUPINFO ) ); in LaunchInstaller() 1279 ZeroMemory(sSuiteList, dwSize); in IsTerminalServerInstalled() 1353 ZeroMemory( (void*) &aMsg, sizeof(MSG) ); in WaitForProcess() 1914 ZeroMemory( (void*)&aPI, sizeof( PROCESS_INFORMATION ) ); in InstallRuntimes() 1915 ZeroMemory( (void*)&aSUI, sizeof( STARTUPINFO ) ); in InstallRuntimes()
|
/aoo41x/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | postuninstall.cxx | 58 ZeroMemory( buffer, nBytes ); in GetMsiProperty() 73 ZeroMemory( &si, sizeof(si) ); in ExecuteCommand()
|
H A D | registerextensions.cxx | 176 ZeroMemory( buffer, nBytes ); in GetMsiProperty() 196 ZeroMemory( &si, sizeof(si) ); in ExecuteCommand()
|
/aoo41x/main/setup_native/source/win32/customactions/languagepacks/ |
H A D | lngpckinsthelper.cxx | 180 ZeroMemory(&si, sizeof(si)); in RegisterLanguagePack() 184 ZeroMemory(&pi, sizeof(pi)); in RegisterLanguagePack()
|
/aoo41x/main/sal/workben/clipboardwben/testpaste/ |
H A D | cbptest.cxx | 106 ZeroMemory( pTextBuff, sizeGlobBuff + 1 ); in ThreadProc() 345 ZeroMemory( pTextBuff, sizeGlobBuff + 1 ); in PasteClipboardData2()
|
/aoo41x/main/setup_native/source/win32/customactions/reg64/ |
H A D | reg64.cxx | 170 ZeroMemory( buff, nbytes ); in GetMsiProp() 337 ZeroMemory( newValue, nNewValueBytes ); in DoRegEntries()
|
/aoo41x/main/fpicker/source/win32/filepicker/ |
H A D | FileOpenDlg.cxx | 100 ZeroMemory(&m_ofn, sizeof(m_ofn)); in CFileOpenDialog() 107 ZeroMemory(&m_ofn, _OPENFILENAME_SIZE_VERSION_400); in CFileOpenDialog()
|
/aoo41x/main/external/mingwheaders/ |
H A D | mingw_atl_headers.patch | 366 ZeroMemory(&pM->m_csTypeInfoHolder, sizeof(pM->m_csTypeInfoHolder)); 380 ZeroMemory(&pM->m_csWindowCreate, sizeof(pM->m_csWindowCreate)); 381 ZeroMemory(&pM->m_csTypeInfoHolder, sizeof(pM->m_csTypeInfoHolder)); 395 ZeroMemory(&pM->m_csObjMap, sizeof(pM->m_csObjMap)); 396 ZeroMemory(&pM->m_csWindowCreate, sizeof(pM->m_csWindowCreate)); 397 ZeroMemory(&pM->m_csTypeInfoHolder, sizeof(pM->m_csTypeInfoHolder));
|
/aoo41x/main/fpicker/source/win32/folderpicker/ |
H A D | MtaFop.cxx | 120 ZeroMemory( &m_bi, sizeof( m_bi ) ); in CMtaFolderPicker() 781 ZeroMemory( &wcex, sizeof( WNDCLASSEXA ) ); in RegisterStaRequestWindowClass()
|
/aoo41x/main/desktop/source/deployment/gui/ |
H A D | dp_gui_system.cxx | 46 ZeroMemory(&osvi, sizeof(OSVERSIONINFO)); in isVista()
|
/aoo41x/main/crashrep/source/win32/ |
H A D | soreport.cpp | 710 ZeroMemory( &VersionInfo, sizeof(VersionInfo) ); in WriteReportFile() 758 ZeroMemory( &ofn, sizeof(ofn) ); in SaveDumpFile() 1727 ZeroMemory( &frame, sizeof(frame) ); in WriteStackFile() 1762 ZeroMemory( &moduleInfo, sizeof(moduleInfo) ); in WriteStackFile() 1773 ZeroMemory( symbolBuffer, sizeof(symbolBuffer) ); in WriteStackFile()
|
/aoo41x/main/setup_native/source/win32/customactions/reg4msdoc/ |
H A D | windowsregistry.cxx | 41 ZeroMemory(&osverinfo, sizeof(osverinfo)); in WindowsRegistry()
|