/aoo42x/main/extensions/test/ole/OleConverterVar1/ |
H A D | convTest.cxx | 168 hr= oletest.Invoke1(static_cast<LPCOLESTR>(L"Testinout"), &varParam1, &varRet); in doTest() 169 hr= oletest.Invoke1(static_cast<LPCOLESTR>(L"Testinout"), &varParam1, &varRet); in doTest() 180 hr= oletest.PutPropertyByName( static_cast<LPCOLESTR>(L"attr"), &varParam1); in doTest() 181 hr= oletest.PutPropertyByName( static_cast<LPCOLESTR>(L"attr"), &varParam1); in doTest() 184 hr= oletest.GetPropertyByName( static_cast<LPCOLESTR>(L"AttrByte"), &varRet); in doTest() 186 hr= oletest.GetPropertyByName( static_cast<LPCOLESTR>(L"attrByte"), &varRet); in doTest() 187 hr= oletest.GetPropertyByName( static_cast<LPCOLESTR>(L"attrByte"), &varRet); in doTest() 189 hr= oletest.GetPropertyByName( static_cast<LPCOLESTR>(L"attrBy"), &varRet); in doTest() 190 hr= oletest.GetPropertyByName( static_cast<LPCOLESTR>(L"attrBy"), &varRet); in doTest() 485 hr= oletest.GetPropertyByName( static_cast<LPCOLESTR>(L"AttrByte"), &varRet); in doTest() [all …]
|
/aoo42x/main/embedserv/source/inc/ |
H A D | embeddoc.hxx | 65 LPCOLESTR pFilePath = NULL ); 108 STDMETHOD(SetHostNames) ( LPCOLESTR szContainerApp, LPCOLESTR szContainerObj ); 137 STDMETHOD(Load) ( LPCOLESTR pszFileName, DWORD dwMode ); 138 STDMETHOD(Save) ( LPCOLESTR pszFileName, BOOL fRemember ); 139 STDMETHOD(SaveCompleted) ( LPCOLESTR pszFileName );
|
/aoo42x/main/embedserv/source/inprocserv/ |
H A D | inprocembobj.h | 140 void SetName( LPCOLESTR pszNameFromOutside, wchar_t*& pOwnName ); 153 STDMETHOD(SetHostNames) ( LPCOLESTR szContainerApp, LPCOLESTR szContainerObj ); 196 STDMETHOD(Load) ( LPCOLESTR pszFileName, DWORD dwMode ); 197 STDMETHOD(Save) ( LPCOLESTR pszFileName, BOOL fRemember ); 198 STDMETHOD(SaveCompleted) ( LPCOLESTR pszFileName );
|
H A D | inprocembobj.cxx | 58 BOOL StringsEqual( LPCOLESTR pszNameFromOutside, wchar_t* pOwnName ) in StringsEqual() 86 void InprocEmbedDocument_Impl::SetName( LPCOLESTR pszNameFromOutside, wchar_t*& pOwnName ) in SetName() 689 STDMETHODIMP InprocEmbedDocument_Impl::Load( LPCOLESTR pszFileName, DWORD dwMode ) in Load() 720 STDMETHODIMP InprocEmbedDocument_Impl::Save( LPCOLESTR pszFileName, BOOL fRemember ) in Save() 737 STDMETHODIMP InprocEmbedDocument_Impl::SaveCompleted( LPCOLESTR pszFileName ) in SaveCompleted() 850 STDMETHODIMP InprocEmbedDocument_Impl::SetHostNames( LPCOLESTR szContainerApp, LPCOLESTR szContaine… in SetHostNames()
|
/aoo42x/main/connectivity/source/drivers/ado/ |
H A D | Aolevariant.cxx | 56 m_sStr = ::SysAllocString(reinterpret_cast<LPCOLESTR>(_sBStr.getStr())); in OLEString() 67 m_sStr = ::SysAllocString(reinterpret_cast<LPCOLESTR>(_rSrc.getStr())); in operator =() 89 …return (m_sStr != NULL) ? ::rtl::OUString(reinterpret_cast<const sal_Unicode*>(LPCOLESTR(m_sStr)),… in operator ::rtl::OUString() 133 bstrVal = SysAllocString(reinterpret_cast<LPCOLESTR>(us.getStr())); in OLEVariant() 308 bstrVal = ::SysAllocString(reinterpret_cast<LPCOLESTR>(us.getStr())); in setString() 414 return reinterpret_cast<const sal_Unicode*>(LPCOLESTR(V_BSTR(this))); in operator rtl::OUString() 423 return reinterpret_cast<const sal_Unicode*>(LPCOLESTR(V_BSTR(&varDest))); in operator rtl::OUString()
|
/aoo42x/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);
|
/aoo42x/main/extensions/source/ole/ |
H A D | oleobjw.cxx | 439 rtl::OUString sTmp( reinterpret_cast<const sal_Unicode*>(LPCOLESTR(sName))); in getValue() 450 … rtl::OUString sLibName( reinterpret_cast<const sal_Unicode*>(LPCOLESTR(sName))); in getValue() 1215 OUString usName(reinterpret_cast<const sal_Unicode*>(LPCOLESTR(defaultMemberName))); in initialize() 1316 pNames[0] = const_cast<OLECHAR*>(reinterpret_cast<LPCOLESTR>(aName.getStr())); in directInvoke() 1753 arNames[0] = const_cast<OLECHAR*>(reinterpret_cast<LPCOLESTR>(sFuncName.getStr())); in invokeWithDispIdComTlb() 1765 …ames[nSizeAr - 1 - cNamedArg++] = const_cast<OLECHAR*>(reinterpret_cast<LPCOLESTR>(arg.Name.getStr… in invokeWithDispIdComTlb() 2197 LPOLESTR lpsz = const_cast<LPOLESTR> (reinterpret_cast<LPCOLESTR>(sFuncName.getStr())); in getDispid() 2225 …cit itOrg = m_mapComFunc.find(OUString(reinterpret_cast<const sal_Unicode*>(LPCOLESTR(memberName)… in getFuncDesc() 2287 …p = m_mapComFunc.equal_range(OUString(reinterpret_cast<const sal_Unicode*>(LPCOLESTR(memberName)))… in getPropDesc() 2428 OUString usName(reinterpret_cast<const sal_Unicode*>(LPCOLESTR(memberName))); in buildComTlbIndex() [all …]
|
H A D | unotypewrapper.cxx | 63 CComBSTR bstr(reinterpret_cast<LPCOLESTR>(sTypeName.getStr())); in createUnoTypeWrapper()
|
H A D | unoobjw.cxx | 100 pInfo->bstrDescription = SysAllocString(reinterpret_cast<LPCOLESTR>(message.getStr())); in writeExcepinfo() 1063 reinterpret_cast<LPCOLESTR>(org.getValueType().getTypeName().getStr())); in doSetProperty()
|
H A D | unoconversionutilities.hxx | 835 pVariant->bstrVal = SysAllocString(reinterpret_cast<LPCOLESTR>(value.getStr())); in anyToVariant() 1560 … "A UNO type with the name: ") + OUString(reinterpret_cast<const sal_Unicode*>(LPCOLESTR(sName))) + in variantToAny()
|
/aoo42x/main/embedserv/source/embed/ |
H A D | ed_ioleobject.cxx | 51 STDMETHODIMP EmbedDocument_Impl::SetHostNames( LPCOLESTR szContainerApp, LPCOLESTR szContainerObj ) in SetHostNames() 437 hr = Save( (LPCOLESTR)NULL, FALSE ); // triggers saving to the link location in SaveObject() 438 SaveCompleted( (LPCOLESTR)aPreservFileName.getStr() ); in SaveObject()
|
H A D | ed_ipersiststr.cxx | 204 …ding_Impl( uno::Reference< io::XInputStream > xStream, DWORD /*nStreamMode*/, LPCOLESTR pFilePath ) in fillArgsForLoading_Impl() 756 STDMETHODIMP EmbedDocument_Impl::Load( LPCOLESTR pszFileName, DWORD /*dwMode*/ ) in Load() 873 STDMETHODIMP EmbedDocument_Impl::Save( LPCOLESTR pszFileName, BOOL fRemember ) in Save() 917 STDMETHODIMP EmbedDocument_Impl::SaveCompleted( LPCOLESTR pszFileName ) in SaveCompleted()
|
/aoo42x/main/shell/source/win32/shlxthandler/infotips/ |
H A D | infotips.cxx | 342 HRESULT STDMETHODCALLTYPE CInfoTip::Load(LPCOLESTR pszFileName, DWORD /*dwMode*/) in Load() 380 HRESULT STDMETHODCALLTYPE CInfoTip::Save(LPCOLESTR /*pszFileName*/, BOOL /*fRemember*/) in Save() argument 389 HRESULT STDMETHODCALLTYPE CInfoTip::SaveCompleted(LPCOLESTR /*pszFileName*/) in SaveCompleted() argument
|
/aoo42x/main/shell/source/win32/shlxthandler/thumbviewer/ |
H A D | thumbviewer.cxx | 500 HRESULT STDMETHODCALLTYPE CThumbviewer::Load(LPCOLESTR pszFileName, DWORD) in Load() 509 HRESULT STDMETHODCALLTYPE CThumbviewer::Save(LPCOLESTR, BOOL) in Save() argument 512 HRESULT STDMETHODCALLTYPE CThumbviewer::SaveCompleted(LPCOLESTR) in SaveCompleted() argument
|
/aoo42x/main/avmedia/source/win/ |
H A D | framegrabber.cxx | 88 …if( !SUCCEEDED( pDet->put_Filename( ::SysAllocString( reinterpret_cast<LPCOLESTR>(aLocalStr.GetBuf… in implCreateMediaDet()
|
/aoo42x/main/extensions/test/ole/unoTocomCalls/Test/ |
H A D | Test.cpp | 76 hr= manager.Invoke1((LPCOLESTR)L"createInstance", ¶m, &retVal ); in doTest()
|
/aoo42x/main/sfx2/source/appl/ |
H A D | shutdowniconw32.cxx | 884 hres = ppf->Save( reinterpret_cast<LPCOLESTR>(rAbsShortcut.getStr()), TRUE ); in CreateShortcut()
|