Home
last modified time | relevance | path

Searched refs:pszFileName (Results 1 – 21 of 21) sorted by relevance

/trunk/main/sal/osl/w32/
H A Ddiagnose.c80 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()
/trunk/main/embedserv/source/embed/
H A Ded_ipersiststr.cxx756 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()
/trunk/main/sal/osl/unx/
H A Ddiagnose.c248 const sal_Char* pszFileName, in osl_assertFailedLine() argument
263 g_pDetailedDebugMessageFunc( pszFileName, nLine, pszMessage ); in osl_assertFailedLine()
276 pszFileName, nLine, pszMessage); in osl_assertFailedLine()
282 pszFileName, nLine); in osl_assertFailedLine()
H A Dfile_misc.cxx575 static oslFileError oslChangeFileModes(const sal_Char* pszFileName, mode_t nMode, time_t nAcTime, …
908 static oslFileError oslChangeFileModes( const sal_Char* pszFileName, mode_t nMode, time_t nAcTime, … in oslChangeFileModes() argument
913 nRet = chmod(pszFileName,nMode); in oslChangeFileModes()
922 nRet=utime(pszFileName,&aTimeBuffer); in oslChangeFileModes()
934 nRet=chown(pszFileName,nUID,nGID); in oslChangeFileModes()
H A Dprofile.c171 static void osl_ProfileGenerateExtension(sal_Char* pszFileName, sal_Char* pszExtension, sal_Char* p…
2085 static void osl_ProfileGenerateExtension(sal_Char* pszFileName, sal_Char* pszExtension, sal_Char* p… in osl_ProfileGenerateExtension() argument
2088 strcpy(pszTmpName,pszFileName); in osl_ProfileGenerateExtension()
/trunk/main/shell/inc/internal/
H A Dinfotips.hxx77 /* [in] */ LPCOLESTR pszFileName,
81 /* [unique][in] */ LPCOLESTR pszFileName,
85 /* [unique][in] */ LPCOLESTR pszFileName);
H A Dthumbviewer.hxx89 /* [in] */ LPCOLESTR pszFileName,
93 /* [unique][in] */ LPCOLESTR pszFileName,
97 /* [unique][in] */ LPCOLESTR pszFileName);
/trunk/main/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.hxx127 LPCWSTR pszFileName,
130 LPCWSTR pszFileName,
134 LPCWSTR pszFileName);
H A Dooofilt.cxx654 SCODE STDMETHODCALLTYPE COooFilter::Load(LPCWSTR pszFileName, DWORD /*dwMode*/) in Load() argument
657 m_pwszFileName = getShortPathName( pszFileName ); in Load()
/trunk/main/embedserv/source/inprocserv/
H A Dinprocembobj.cxx689 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 Dinprocembobj.h196 STDMETHOD(Load) ( LPCOLESTR pszFileName, DWORD dwMode );
197 STDMETHOD(Save) ( LPCOLESTR pszFileName, BOOL fRemember );
198 STDMETHOD(SaveCompleted) ( LPCOLESTR pszFileName );
/trunk/main/embedserv/source/inc/
H A Dembeddoc.hxx137 STDMETHOD(Load) ( LPCOLESTR pszFileName, DWORD dwMode );
138 STDMETHOD(Save) ( LPCOLESTR pszFileName, BOOL fRemember );
139 STDMETHOD(SaveCompleted) ( LPCOLESTR pszFileName );
/trunk/main/sal/osl/os2/
H A Ddiagnose.c106 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 Dfile.cxx790 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 Dprofile.c1155 sal_Char* pszFileName=NULL; 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()
/trunk/main/sal/inc/osl/
H A Ddiagnose.h39 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…
/trunk/main/shell/source/win32/shlxthandler/infotips/
H A Dinfotips.cxx342 HRESULT STDMETHODCALLTYPE CInfoTip::Load(LPCOLESTR pszFileName, DWORD /*dwMode*/) in Load() argument
344 std::wstring fname = pszFileName; in Load()
/trunk/main/sal/inc/rtl/
H A Dstring.hxx973 inline sal_Bool SAL_CALL osl_assertFailedLine( const sal_Char* pszFileName, sal_Int32 nLine, const … in osl_assertFailedLine() argument
974 { return osl_assertFailedLine( pszFileName, nLine, rMessage.getStr()); } in osl_assertFailedLine()
/trunk/main/shell/source/win32/shlxthandler/thumbviewer/
H A Dthumbviewer.cxx500 HRESULT STDMETHODCALLTYPE CThumbviewer::Load(LPCOLESTR pszFileName, DWORD) in Load() argument
502 filename_ = pszFileName; in Load()
/trunk/main/sal/systools/win32/uwinapi/
H A Dwin95sys.h98 PSTR pszFileName; // 0Ch member
/trunk/main/tools/source/debug/
H A Ddebug.cxx958 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()

Completed in 134 milliseconds