Home
last modified time | relevance | path

Searched refs:ppszFileName (Results 1 – 8 of 8) sorted by relevance

/trunk/main/embedserv/source/embed/
H A Ded_ipersiststr.cxx924 STDMETHODIMP EmbedDocument_Impl::GetCurFile( LPOLESTR *ppszFileName ) in GetCurFile() argument
931 …*ppszFileName = (LPOLESTR)( pMalloc->Alloc( sizeof( sal_Unicode ) * ( m_aFileName.getLength() + 1 … in GetCurFile()
932 …wcsncpy( *ppszFileName, reinterpret_cast<LPCWSTR>(m_aFileName.getStr()), m_aFileName.getLength() +… in GetCurFile()
/trunk/main/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.cxx820 SCODE STDMETHODCALLTYPE COooFilter::GetCurFile(LPWSTR * ppszFileName) in GetCurFile() argument
825 *ppszFileName = (LPWSTR)m_pwszFileName.c_str(); in GetCurFile()
H A Dooofilt.hxx137 LPWSTR * ppszFileName);
/trunk/main/shell/inc/internal/
H A Dinfotips.hxx88 /* [out] */ LPOLESTR __RPC_FAR *ppszFileName);
H A Dthumbviewer.hxx100 /* [out] */ LPOLESTR __RPC_FAR *ppszFileName);
/trunk/main/embedserv/source/inc/
H A Dembeddoc.hxx140 STDMETHOD(GetCurFile) ( LPOLESTR *ppszFileName );
/trunk/main/embedserv/source/inprocserv/
H A Dinprocembobj.h199 STDMETHOD(GetCurFile) ( LPOLESTR *ppszFileName );
H A Dinprocembobj.cxx767 STDMETHODIMP InprocEmbedDocument_Impl::GetCurFile( LPOLESTR *ppszFileName ) in GetCurFile() argument
777 return pPersist->GetCurFile( ppszFileName ); in GetCurFile()

Completed in 51 milliseconds