/aoo41x/main/sal/osl/w32/ |
H A D | diagnose.c | 80 sal_Bool SAL_CALL osl_assertFailedLine(const sal_Char* pszFileName, sal_Int32 nLine, const sal_Char… in osl_assertFailedLine() argument 83 return (_CrtDbgReport(_CRT_ASSERT, pszFileName, nLine, NULL, pszMessage)); in osl_assertFailedLine() 97 lpszAppName, pszFileName, nLine, pszMessage); in osl_assertFailedLine() 102 _pPrintDetailedDebugMessage( pszFileName, nLine, pszMessage ); in osl_assertFailedLine()
|
/aoo41x/main/sal/osl/unx/ |
H A D | diagnose.c | 210 const sal_Char* pszFileName, in osl_assertFailedLine() argument 225 g_pDetailedDebugMessageFunc( pszFileName, nLine, pszMessage ); in osl_assertFailedLine() 238 pszFileName, nLine, pszMessage); in osl_assertFailedLine() 244 pszFileName, nLine); in osl_assertFailedLine()
|
H A D | file_misc.cxx | 583 static oslFileError oslChangeFileModes(const sal_Char* pszFileName, mode_t nMode, time_t nAcTime, … 920 static oslFileError oslChangeFileModes( const sal_Char* pszFileName, mode_t nMode, time_t nAcTime, … in oslChangeFileModes() argument 925 nRet = chmod(pszFileName,nMode); in oslChangeFileModes() 934 nRet=utime(pszFileName,&aTimeBuffer); in oslChangeFileModes() 946 nRet=chown(pszFileName,nUID,nGID); in oslChangeFileModes()
|
H A D | profile.c | 171 static void osl_ProfileGenerateExtension(sal_Char* pszFileName, sal_Char* pszExtension, sal_Char* p… 2084 static void osl_ProfileGenerateExtension(sal_Char* pszFileName, sal_Char* pszExtension, sal_Char* p… in osl_ProfileGenerateExtension() argument 2087 strcpy(pszTmpName,pszFileName); in osl_ProfileGenerateExtension()
|
/aoo41x/main/embedserv/source/embed/ |
H A D | ed_ipersiststr.cxx | 756 STDMETHODIMP EmbedDocument_Impl::Load( LPCOLESTR pszFileName, DWORD /*dwMode*/ ) in Load() argument 811 pszFileName ) ); in Load() 814 m_aFileName = ::rtl::OUString( reinterpret_cast<const sal_Unicode*>(pszFileName) ); in Load() 873 STDMETHODIMP EmbedDocument_Impl::Save( LPCOLESTR pszFileName, BOOL fRemember ) in Save() argument 885 if ( !pszFileName ) in Save() 890 aURL.Complete = ::rtl::OUString( reinterpret_cast<const sal_Unicode*>( pszFileName ) ); in Save() 917 STDMETHODIMP EmbedDocument_Impl::SaveCompleted( LPCOLESTR pszFileName ) in SaveCompleted() argument 920 m_aFileName = ::rtl::OUString( reinterpret_cast<const sal_Unicode*>(pszFileName) ); in SaveCompleted()
|
/aoo41x/main/shell/inc/internal/ |
H A D | infotips.hxx | 77 /* [in] */ LPCOLESTR pszFileName, 81 /* [unique][in] */ LPCOLESTR pszFileName, 85 /* [unique][in] */ LPCOLESTR pszFileName);
|
H A D | thumbviewer.hxx | 89 /* [in] */ LPCOLESTR pszFileName, 93 /* [unique][in] */ LPCOLESTR pszFileName, 97 /* [unique][in] */ LPCOLESTR pszFileName);
|
/aoo41x/main/shell/source/win32/shlxthandler/ooofilt/ |
H A D | ooofilt.hxx | 127 LPCWSTR pszFileName, 130 LPCWSTR pszFileName, 134 LPCWSTR pszFileName);
|
H A D | ooofilt.cxx | 653 SCODE STDMETHODCALLTYPE COooFilter::Load(LPCWSTR pszFileName, DWORD /*dwMode*/) in Load() argument 656 m_pwszFileName = getShortPathName( pszFileName ); in Load()
|
/aoo41x/main/embedserv/source/inprocserv/ |
H A D | inprocembobj.cxx | 689 STDMETHODIMP InprocEmbedDocument_Impl::Load( LPCOLESTR pszFileName, DWORD dwMode ) in Load() argument 692 if ( CheckDefHandler() && pszFileName ) in Load() 700 hr = pPersist->Load( pszFileName, dwMode ); in Load() 709 SetName( pszFileName, m_pFileName ); in Load() 720 STDMETHODIMP InprocEmbedDocument_Impl::Save( LPCOLESTR pszFileName, BOOL fRemember ) in Save() argument 730 return pPersist->Save( pszFileName, fRemember ); in Save() 737 STDMETHODIMP InprocEmbedDocument_Impl::SaveCompleted( LPCOLESTR pszFileName ) in SaveCompleted() argument 748 hr = pPersist->SaveCompleted( pszFileName ); in SaveCompleted() 757 SetName( pszFileName, m_pFileName ); in SaveCompleted()
|
H A D | inprocembobj.h | 196 STDMETHOD(Load) ( LPCOLESTR pszFileName, DWORD dwMode ); 197 STDMETHOD(Save) ( LPCOLESTR pszFileName, BOOL fRemember ); 198 STDMETHOD(SaveCompleted) ( LPCOLESTR pszFileName );
|
/aoo41x/main/embedserv/source/inc/ |
H A D | embeddoc.hxx | 137 STDMETHOD(Load) ( LPCOLESTR pszFileName, DWORD dwMode ); 138 STDMETHOD(Save) ( LPCOLESTR pszFileName, BOOL fRemember ); 139 STDMETHOD(SaveCompleted) ( LPCOLESTR pszFileName );
|
/aoo41x/main/sal/osl/os2/ |
H A D | diagnose.c | 106 sal_Bool SAL_CALL osl_assertFailedLine( const sal_Char* pszFileName, sal_Int32 nLine, const sal_Cha… in osl_assertFailedLine() argument 115 lpszAppName, pszFileName, nLine); in osl_assertFailedLine()
|
H A D | file.cxx | 790 static oslFileError oslChangeFileModes(const sal_Char* pszFileName, mode_t nMode, time_t nAcTime, … 2010 static oslFileError oslChangeFileModes( const sal_Char* pszFileName, mode_t nMode, time_t nAcTime, … in oslChangeFileModes() argument 2015 nRet = chmod(pszFileName,nMode); in oslChangeFileModes() 2024 nRet=utime(pszFileName,&aTimeBuffer); in oslChangeFileModes() 2036 nRet=chown(pszFileName,nUID,nGID); in oslChangeFileModes()
|
H A D | profile.c | 1155 sal_Char* pszFileName=0; in openFileImpl() local 1165 pszFileName = rtl_string_getStr(strFileName); in openFileImpl() 1189 … if (rc = DosOpen((PCSZ)pszFileName, &pFile->m_Handle, &action, 0, flags, attributes, mode, NULL)) in openFileImpl() 1196 … rc = DosOpen((PCSZ)pszFileName, &pFile->m_Handle, &action, 0, flags, attributes, mode, NULL); in openFileImpl()
|
/aoo41x/main/sal/inc/osl/ |
H A D | diagnose.h | 39 sal_Bool SAL_CALL osl_assertFailedLine(const sal_Char* pszFileName, sal_Int32 nLine, const sal_Cha… 53 typedef void (SAL_CALL *pfunc_osl_printDetailedDebugMessage)( const sal_Char * pszFileName, sal_Int…
|
/aoo41x/main/shell/source/win32/shlxthandler/infotips/ |
H A D | infotips.cxx | 342 HRESULT STDMETHODCALLTYPE CInfoTip::Load(LPCOLESTR pszFileName, DWORD /*dwMode*/) in Load() argument 344 std::wstring fname = pszFileName; in Load()
|
/aoo41x/main/sal/inc/rtl/ |
H A D | string.hxx | 970 inline sal_Bool SAL_CALL osl_assertFailedLine( const sal_Char* pszFileName, sal_Int32 nLine, const … in osl_assertFailedLine() argument 971 { return osl_assertFailedLine( pszFileName, nLine, rMessage.getStr()); } in osl_assertFailedLine()
|
/aoo41x/main/shell/source/win32/shlxthandler/thumbviewer/ |
H A D | thumbviewer.cxx | 500 HRESULT STDMETHODCALLTYPE CThumbviewer::Load(LPCOLESTR pszFileName, DWORD) in Load() argument 502 filename_ = pszFileName; in Load()
|
/aoo41x/main/sal/systools/win32/uwinapi/ |
H A D | win95sys.h | 98 PSTR pszFileName; // 0Ch member
|
/aoo41x/main/tools/source/debug/ |
H A D | debug.cxx | 958 void SAL_CALL dbg_printOslDebugMessage( const sal_Char * pszFileName, sal_Int32 nLine, const sal_Ch… in dbg_printOslDebugMessage() argument 960 …DbgOut( pszMessage ? pszMessage : "assertion failed!", DBG_OUT_ERROR, pszFileName, (sal_uInt16)nLi… in dbg_printOslDebugMessage()
|