Home
last modified time | relevance | path

Searched refs:OutputDebugStringFormat (Results 1 – 19 of 19) sorted by relevance

/AOO42X/main/setup_native/source/win32/customactions/reg64/
H A Dreg64.cxx67 inline void OutputDebugStringFormat( const wchar_t* pFormat, ... ) in OutputDebugStringFormat() function
77 static inline void OutputDebugStringFormat( const wchar_t*, ... ) in OutputDebugStringFormat() function
90 OutputDebugStringFormat(L"WriteRegistry - current_state: INSTALLSTATE_ABSENT"); in WriteRegistry()
92 OutputDebugStringFormat(L"WriteRegistry - current_state: INSTALLSTATE_DEFAULT"); in WriteRegistry()
94 OutputDebugStringFormat(L"WriteRegistry - current_state: INSTALLSTATE_LOCAL"); in WriteRegistry()
96 OutputDebugStringFormat(L"WriteRegistry - current_state: INSTALLSTATE_REMOVED"); in WriteRegistry()
98 OutputDebugStringFormat(L"WriteRegistry - current_state: INSTALLSTATE_SOURCE"); in WriteRegistry()
100 OutputDebugStringFormat(L"WriteRegistry - current_state: INSTALLSTATE_UNKNOWN"); in WriteRegistry()
103 OutputDebugStringFormat(L"WriteRegistry - comp_state: INSTALLSTATE_ABSENT"); in WriteRegistry()
105 OutputDebugStringFormat(L"WriteRegistry - comp_state: INSTALLSTATE_DEFAULT"); in WriteRegistry()
[all …]
/AOO42X/main/setup_native/source/win32/customactions/reg4allmsdoc/
H A Dreg4allmsi.cxx78 inline void OutputDebugStringFormat( LPCSTR pFormat, ... ) in OutputDebugStringFormat() function
88 static inline void OutputDebugStringFormat( LPCSTR, ... ) in OutputDebugStringFormat() function
109 OutputDebugStringFormat( "Found value [%s] for key [%s].\n", szBuffer, lpSubKey ); in CheckExtensionInRegistry()
129 OutputDebugStringFormat( " Checking OpenWithList of [%s].\n", lpSubKey ); in CheckExtensionInRegistry()
141OutputDebugStringFormat( " Found value [%s] in OpenWithList of [%s].\n", szBuffer, lpSubKey ); in CheckExtensionInRegistry()
153 OutputDebugStringFormat( " No OpenWithList found!\n" ); in CheckExtensionInRegistry()
192 OutputDebugStringFormat( "deleted key [%s] from registry.\n", lpKey ); in DeleteSubKeyTree()
194 OutputDebugStringFormat( "RegDeleteKeyA %s returned %ld.\n", lpKey, rc ); in DeleteSubKeyTree()
201 OutputDebugStringFormat( "RegDeleteKeyA %s returned %ld.\n", lpSubKey, rc ); in DeleteSubKeyTree()
209 OutputDebugStringFormat( "RegOpenKeyExA %s returned %ld.\n", lpKey, rc ); in DeleteSubKeyTree()
[all …]
/AOO42X/main/shell/source/win32/shlxthandler/prophdl/
H A Dpropertyhdl.cxx76 OutputDebugStringFormat( "CPropertyHdl: CTOR\n" ); in CPropertyHdl()
103 OutputDebugStringFormat( "CPropertyHdl: QueryInterface (IID_IPropertyStore)\n" ); in QueryInterface()
111OutputDebugStringFormat( "CPropertyHdl: QueryInterface (IID_IPropertyStoreCapabilities)\n" ); in QueryInterface()
119 OutputDebugStringFormat( "CPropertyHdl: QueryInterface (IID_IInitializeWithStream)\n" ); in QueryInterface()
125 OutputDebugStringFormat( "CPropertyHdl: QueryInterface (something different)\n" ); in QueryInterface()
226OutputDebugStringFormat( "CPropertyHdl::Initialize: PSCreateMemoryPropertyStore failed" ); in Initialize()
241 OutputDebugStringFormat( "CPropertyHdl::Initialize: Caught exception [%s]", e.what() ); in Initialize()
257 OutputDebugStringFormat( "CPropertyHdl: LoadProperties\n" ); in LoadProperties()
284OutputDebugStringFormat( "CPropertyHdl::GetItemData: Title=%S.\n", pMetaInfoReader->getTagData( ME… in GetItemData()
290OutputDebugStringFormat( "CPropertyHdl::GetItemData: Author=%S.\n", pMetaInfoReader->getTagData( M… in GetItemData()
[all …]
/AOO42X/main/setup_native/source/win32/customactions/tools/
H A Dcheckversion.cxx63 inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) in OutputDebugStringFormat() function
73 static inline void OutputDebugStringFormat( LPCTSTR, ... ) in OutputDebugStringFormat() function
87 OutputDebugStringFormat( TEXT("DEBUG: NEWPRODUCTS found [%s]"), pVal ); in CheckVersions()
95 OutputDebugStringFormat( TEXT("DEBUG: SAMEPRODUCTS found [%s]"), pVal ); in CheckVersions()
103 OutputDebugStringFormat( TEXT("DEBUG: OLDPRODUCTS found [%s]"), pVal ); in CheckVersions()
111 OutputDebugStringFormat( TEXT("DEBUG: BETAPRODUCTS found [%s]"), pVal ); in CheckVersions()
120 OutputDebugStringFormat( TEXT("DEBUG: NEWPRODUCTSPATCH found [%s]"), pVal ); in CheckVersions()
128 OutputDebugStringFormat( TEXT("DEBUG: SAMEPRODUCTSPATCH found [%s]"), pVal ); in CheckVersions()
136 OutputDebugStringFormat( TEXT("DEBUG: OLDPRODUCTSPATCH found [%s]"), pVal ); in CheckVersions()
H A Dseterror.cxx43 inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) in OutputDebugStringFormat() function
53 static inline void OutputDebugStringFormat( LPCTSTR, ... ) in OutputDebugStringFormat() function
73 OutputDebugStringFormat( TEXT("Could not open map file (%d).\n"), GetLastError() ); in SetMsiErrorCode()
88 OutputDebugStringFormat( TEXT("Could not map view of file (%d).\n"), GetLastError() ); in SetMsiErrorCode()
/AOO42X/main/setup_native/source/win32/customactions/rebase/
H A Drebase.cxx50 static void OutputDebugStringFormat( LPCSTR pFormat, ... ) in OutputDebugStringFormat() function
60 static void OutputDebugStringFormat( LPCSTR, ... ) in OutputDebugStringFormat() function
119 OutputDebugStringFormat( "Rebasing library %s failed", mystr.c_str() ); in rebaseImage()
141 OutputDebugStringFormat( "Rebase library: %s", sFileName.c_str() ); in rebaseImagesInFolder()
147 OutputDebugStringFormat( "Exclude library %s from rebase", sFileName.c_str() ); in rebaseImagesInFolder()
183 OutputDebugStringFormat( "Server system detected. No rebase necessary!" ); in IsServerSystem()
188 OutputDebugStringFormat( "Client system detected. Rebase necessary!" ); in IsServerSystem()
217OutputDebugStringFormat( "Insert library %s into exclude from rebase list", sExcludedLibName.c_str… in InitExcludeFromRebaseList()
227 OutputDebugStringFormat( "RebaseLibrariesOnProperties has been called" ); in RebaseLibrariesOnProperties()
231 OutputDebugStringFormat( "Don't optimize libraries set. No rebase necessary!" ); in RebaseLibrariesOnProperties()
/AOO42X/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx57 inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) in OutputDebugStringFormat() function
67 static inline void OutputDebugStringFormat( LPCTSTR, ... ) in OutputDebugStringFormat() function
301OutputDebugStringFormat( TEXT("%s <-> %s: %s"), sFileName1.c_str(), sFileName2.c_str(), fSuccess ?… in SwapFiles()
318 OutputDebugStringFormat( TEXT("Error Code %d: %s"), dwError, lpMsgBuf ); in SwapFiles()
322 OutputDebugStringFormat( TEXT("Error Code %d: Unknown"), dwError ); in SwapFiles()
453 OutputDebugStringFormat( TEXT("*** Retrieving Section Names ****") ); in getProfileSections()
474 OutputDebugStringFormat( TEXT("Section: %s"), section.c_str() ); in getProfileSections()
482 OutputDebugStringFormat( TEXT("*** Done Section Names ***") ); in getProfileSections()
492 OutputDebugStringFormat( TEXT("*** Retrieving Key Names for [%s] ***"), aSectionName.c_str() ); in getProfileKeys()
525 OutputDebugStringFormat( keyname.c_str() ); in getProfileKeys()
[all …]
/AOO42X/main/setup_native/source/win32/customactions/relnotes/
H A Drelnotes.cxx43 inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) in OutputDebugStringFormat() function
53 static inline void OutputDebugStringFormat( LPCTSTR, ... ) in OutputDebugStringFormat() function
91OutputDebugStringFormat( TEXT("DEBUG: ShowReleaseNotes: Could not copy path [%s]"), pFilePath ); in ShowReleaseNotes()
97OutputDebugStringFormat( TEXT("DEBUG: ShowReleaseNotes: Could not append filename [%s]"), pFileNam… in ShowReleaseNotes()
106 OutputDebugStringFormat( TEXT("DEBUG: ShowReleaseNotes: Found file [%s]"), sFullPath ); in ShowReleaseNotes()
123 OutputDebugStringFormat( TEXT("DEBUG: ShowReleaseNotes: File not found [%s]"), sFullPath ); in ShowReleaseNotes()
/AOO42X/main/setup_native/source/win32/customactions/shellextensions/
H A Dcheckpatches.cxx55 inline void OutputDebugStringFormat( LPCSTR pFormat, ... ) in OutputDebugStringFormat() function
65 static inline void OutputDebugStringFormat( LPCSTR, ... ) in OutputDebugStringFormat() function
98OutputDebugStringFormat( "CheckPatchList called with PATCH=%s and PRQ= %s\n", sPatchList.c_str(), … in CheckPatchList()
105 OutputDebugStringFormat( "Set Property IgnorePrerequiredPatch!\n" ); in CheckPatchList()
H A Dcheckrunningoffice.cxx57 inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) in OutputDebugStringFormat() function
67 static inline void OutputDebugStringFormat( LPCTSTR, ... ) in OutputDebugStringFormat() function
271 OutputDebugStringFormat( TEXT("Error Code %d: %s"), dwError, lpMsgBuf ); in IsOfficeRunning()
275 OutputDebugStringFormat( TEXT("Error Code %d: Unknown"), dwError ); in IsOfficeRunning()
H A Dvistaspecial.cxx56 inline void OutputDebugStringFormat( LPCSTR pFormat, ... ) in OutputDebugStringFormat() function
66 static inline void OutputDebugStringFormat( LPCSTR, ... ) in OutputDebugStringFormat() function
/AOO42X/main/desktop/win32/source/setup/
H A Dsetup.cpp98 inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) in OutputDebugStringFormat() function
108 static inline void OutputDebugStringFormat( LPCTSTR, ... ) in OutputDebugStringFormat() function
254 OutputDebugStringFormat( TEXT("Could not map view of file (%d).\n"), GetLastError() ); in Initialize()
257OutputDebugStringFormat( TEXT("Could not create file mapping object (%d).\n"), GetLastError() ); in Initialize()
783 OutputDebugStringFormat( TEXT( " Will install using <%s>\r\n" ), sMsiPath ); in LaunchInstaller()
784 OutputDebugStringFormat( TEXT( " Parameters are: %s\r\n" ), pParam ); in LaunchInstaller()
975 OutputDebugStringFormat( TEXT("Setup will return error (%d).\n"), nErr ); in GetError()
1334 OutputDebugStringFormat( pMessage, pText ); in Log()
1339 OutputDebugStringFormat( pMessage ); in Log()
1832 OutputDebugStringFormat( TEXT( "MsiQueryProductState returned <%d>\r\n" ), nRet ); in InstallRuntimes()
[all …]
/AOO42X/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistrar.cxx42 inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) in OutputDebugStringFormat() function
52 static inline void OutputDebugStringFormat( LPCTSTR, ... ) in OutputDebugStringFormat() function
167OutputDebugStringFormat( TEXT("QueryPreselect: No SubKey found for (%s), preselected!\n"), file_ex… in QueryPreselectForMsApplication()
181OutputDebugStringFormat( TEXT("QueryPreselect: (%s) registered to Office, preselected!\n"), file_e… in QueryPreselectForMsApplication()
186OutputDebugStringFormat( TEXT("QueryPreselect: (%s) registered but destination is empty, preselect… in QueryPreselectForMsApplication()
192OutputDebugStringFormat( TEXT("QueryPreselect: No default found for SubKey (%s), preselected!\n"),… in QueryPreselectForMsApplication()
/AOO42X/main/shell/source/win32/shlxthandler/propsheets/
H A Dpropsheets.cxx67 OutputDebugStringFormat("CPropertySheet::CTor [%d], [%d]", m_RefCnt, g_DllRefCnt ); in CPropertySheet()
77 OutputDebugStringFormat("CPropertySheet::DTor [%d], [%d]", m_RefCnt, g_DllRefCnt ); in ~CPropertySheet()
115 OutputDebugStringFormat("CPropertySheet::AddRef [%d]", m_RefCnt ); in AddRef()
125 OutputDebugStringFormat("CPropertySheet::Release [%d]", m_RefCnt ); in Release()
/AOO42X/main/shell/source/win32/shlxthandler/
H A Dshlxthdl.cxx395 OutputDebugStringFormat( "DllGetClassObject: Create CLSID_INFOTIP_HANDLER\n" ); in DllGetClassObject()
397 OutputDebugStringFormat( "DllGetClassObject: Create CLSID_COLUMN_HANDLER\n" ); in DllGetClassObject()
399 OutputDebugStringFormat( "DllGetClassObject: Create CLSID_PROPERTYSHEET_HANDLER\n" ); in DllGetClassObject()
401 OutputDebugStringFormat( "DllGetClassObject: Create CLSID_THUMBVIEWER_HANDLER\n" ); in DllGetClassObject()
/AOO42X/main/shell/inc/internal/
H A Dutilities.hxx101 inline void OutputDebugStringFormat( LPCSTR pFormat, ... ) in OutputDebugStringFormat() function
113 static inline void OutputDebugStringFormat( LPCSTR, ... ) in OutputDebugStringFormat() function
/AOO42X/main/setup_native/source/win32/customactions/languagepacks/
H A Dcheckrunningofficelanguagepack.cxx55 inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) in OutputDebugStringFormat() function
65 static inline void OutputDebugStringFormat( LPCTSTR, ... ) in OutputDebugStringFormat() function
/AOO42X/main/shell/source/win32/shlxthandler/util/
H A Dutilities.cxx82 OutputDebugStringFormat( "GetResString: read %d chars\n", rc ); in GetResString()
/AOO42X/main/shell/source/win32/shlxthandler/thumbviewer/
H A Dthumbviewer.cxx468 OutputDebugStringFormat( "CThumbviewer Extract ERROR!\n" ); in Extract()