Home
last modified time | relevance | path

Searched refs:BSTR (Results 1 – 25 of 56) sorted by relevance

123

/trunk/main/winaccessibility/source/UAccCOM/
H A DMAccessible.h134 STDMETHOD(put_accValue)(VARIANT varChild,BSTR szValue);
135 STDMETHOD(put_accName)(VARIANT varChild,BSTR szName);
146 STDMETHOD(get_accHelp)(VARIANT varChild,BSTR *pszHelp);
150 STDMETHOD(get_accValue)( VARIANT varChild,BSTR *pszValue);
151 STDMETHOD(get_accName)(VARIANT varChild,BSTR *pszName);
167 STDMETHOD(get_extendedRole)( BSTR __RPC_FAR *extendedRole );
176 STDMETHOD(get_attributes)(/*[out]*/ BSTR *pAttr);
182 STDMETHOD(get_appName)(BSTR __RPC_FAR *name);
183 STDMETHOD(get_appVersion)(BSTR __RPC_FAR *version);
184 STDMETHOD(get_toolkitName)(BSTR __RPC_FAR *name);
[all …]
H A DAccActionBase.cpp60 void GetDfActionByUNORole(XAccessibleContext* pRContext, BSTR* pRet) in GetDfActionByUNORole()
157 STDMETHODIMP CAccActionBase::get_description(long actionIndex,BSTR __RPC_FAR *description) in get_description()
183 STDMETHODIMP CAccActionBase::get_name( long, BSTR __RPC_FAR *) in get_name()
188 STDMETHODIMP CAccActionBase::get_localizedName( long, BSTR __RPC_FAR *) in get_localizedName()
206 /* [length_is][length_is][size_is][size_is][out] */ BSTR __RPC_FAR *__RPC_FAR *keyBinding, in get_keyBinding()
228 *keyBinding = (BSTR*)::CoTaskMemAlloc(nCount*sizeof(BSTR)); in get_keyBinding()
H A DAccTextBase.h53 …STDMETHOD(get_attributes)(long offset, long * startOffset, long * endOffset, BSTR * textAttributes…
76 STDMETHOD(get_text)(long startOffset, long endOffset, BSTR * text);
79 …(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text);
82 …(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text);
85 …(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text);
H A DMAccessible.cpp104 BSTR IA2_STATES_NAME[] =
129 BSTR UNO_ALL_STATES[] =
373 STDMETHODIMP CMAccessible::get_accName(VARIANT varChild, BSTR *pszName) in get_accName()
606 STDMETHODIMP CMAccessible::get_accHelp(VARIANT, BSTR *) in get_accHelp() argument
620 STDMETHODIMP CMAccessible::get_accHelpTopic(BSTR *, VARIANT, long *) in get_accHelpTopic() argument
1066 STDMETHODIMP CMAccessible::put_accName(VARIANT varChild, BSTR szName) in put_accName()
3057 STDMETHODIMP CMAccessible:: get_extendedRole( BSTR __RPC_FAR * ) in get_extendedRole()
3198 STDMETHODIMP CMAccessible:: get_appName( BSTR __RPC_FAR *name) in get_appName()
3210 STDMETHODIMP CMAccessible:: get_appVersion(BSTR __RPC_FAR *version) in get_appVersion()
3221 STDMETHODIMP CMAccessible:: get_toolkitName(BSTR __RPC_FAR *name) in get_toolkitName()
[all …]
H A DAccText.h79 …STDMETHOD(get_attributes)(long offset, long * startOffset, long * endOffset, BSTR * textAttributes…
102 STDMETHOD(get_text)(long startOffset, long endOffset, BSTR * text);
105 …(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text);
108 …(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text);
111 …(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text);
H A DAccHypertext.h83 …STDMETHOD(get_attributes)(long offset, long * startOffset, long * endOffset, BSTR * textAttributes…
106 STDMETHOD(get_text)(long startOffset, long endOffset, BSTR * text);
109 …(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text);
112 …(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text);
115 …(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text);
H A DAccText.cpp50 STDMETHODIMP CAccText::get_attributes(long offset, long * startOffset, long * endOffset, BSTR * tex… in get_attributes()
139 STDMETHODIMP CAccText::get_text(long startOffset, long endOffset, BSTR * text) in get_text()
154 …t(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text) in get_textBeforeOffset()
170 …t(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text) in get_textAfterOffset()
186 …t(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text) in get_textAtOffset()
H A DAccHypertext.cpp55 STDMETHODIMP CAccHypertext::get_attributes(long offset, long * startOffset, long * endOffset, BSTR in get_attributes()
142 STDMETHODIMP CAccHypertext::get_text(long startOffset, long endOffset, BSTR * text) in get_text()
157 …t(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text) in get_textBeforeOffset()
173 …t(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text) in get_textAfterOffset()
189 …t(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text) in get_textAtOffset()
H A DAccAction.cpp60 STDMETHODIMP CAccAction::get_description(long actionIndex,BSTR __RPC_FAR *description) in get_description()
66 STDMETHODIMP CAccAction::get_name( long actionIndex, BSTR __RPC_FAR *name) in get_name()
72 STDMETHODIMP CAccAction::get_localizedName( long actionIndex, BSTR __RPC_FAR *localizedName) in get_localizedName()
91 /* [length_is][length_is][size_is][size_is][out] */ BSTR __RPC_FAR *__RPC_FAR *keyBinding, in get_keyBinding()
H A DAccAction.h79 STDMETHOD(get_description)(long actionIndex,BSTR __RPC_FAR *description);
83 STDMETHOD(get_name)( long actionIndex, BSTR __RPC_FAR *name);
86 STDMETHOD(get_localizedName)( long actionIndex, BSTR __RPC_FAR *localizedName);
94 /* [length_is][length_is][size_is][size_is][out] */ BSTR __RPC_FAR *__RPC_FAR *keyBinding,
H A DAccActionBase.h56 STDMETHOD(get_description)(long actionIndex,BSTR __RPC_FAR *description);
60 STDMETHOD(get_name)( long actionIndex, BSTR __RPC_FAR *name);
63 STDMETHOD(get_localizedName)( long actionIndex, BSTR __RPC_FAR *localizedName);
71 /* [length_is][length_is][size_is][size_is][out] */ BSTR __RPC_FAR *__RPC_FAR *keyBinding,
H A DAccHyperLink.h85 STDMETHOD(get_name)( long actionIndex, BSTR __RPC_FAR *name);
88 STDMETHOD(get_localizedName)( long actionIndex, BSTR __RPC_FAR *localizedName);
91 STDMETHOD(get_description)(long actionIndex,BSTR __RPC_FAR *description);
99 /* [length_is][length_is][size_is][size_is][out] */ BSTR __RPC_FAR *__RPC_FAR *keyBinding,
H A DAccHyperLink.cpp61 STDMETHODIMP CAccHyperLink::get_description(long actionIndex,BSTR __RPC_FAR *description) in get_description()
67 STDMETHODIMP CAccHyperLink::get_name( long actionIndex, BSTR __RPC_FAR *name) in get_name()
73 STDMETHODIMP CAccHyperLink::get_localizedName( long actionIndex, BSTR __RPC_FAR *localizedName) in get_localizedName()
92 /* [length_is][length_is][size_is][size_is][out] */ BSTR __RPC_FAR *__RPC_FAR *keyBinding, in get_keyBinding()
H A DAccRelation.h63 STDMETHOD(get_relationType)(BSTR * relationType);
66 STDMETHOD(get_localizedRelationType)(BSTR * relationType);
81 static BSTR getRelationTypeBSTR(int type);
/trunk/main/dbaccess/source/ui/dlg/
H A Dadodatalinks.cxx47 BSTR PromptEdit(long hWnd,BSTR connstr);
48 BSTR PromptNew(long hWnd);
55 dataLink=reinterpret_cast<sal_Unicode *>(PromptEdit(hWnd,(BSTR)oldLink.getStr())); in getAdoDatalink()
61 BSTR PromptNew(long hWnd) in PromptNew()
63 BSTR connstr=NULL; in PromptNew()
67 BSTR _result=NULL; in PromptNew()
118 BSTR PromptEdit(long hWnd,BSTR connstr) in PromptEdit()
123 BSTR _result=NULL; in PromptEdit()
/trunk/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DXCallback_Impl.idl43 …method outValuesMixed")] HRESULT outValuesMixed([in] long val, [out] long* pval, [in] BSTR string);
49 [out] BSTR* aString ,
62 [id(12), helpstring("method outString")] HRESULT outString([out] BSTR * outString);
75 [id(28), helpstring("method inoutString")] HRESULT inoutString([in,out] BSTR *inoutVal);
89 [in,out] BSTR* aString,
95 …lpstring("method inValues")] HRESULT inValues([in]short aChar, [in] long aLong, [in] BSTR aString);
111 [id(1), helpstring("method func")] HRESULT func( [in] BSTR message);
112 [id(2), helpstring("method func2")] HRESULT func2([in] BSTR message);
113 [id(3), helpstring("method func3")] HRESULT func3([in] BSTR message);
114 …erty _implementedInterfaces")] HRESULT _implementedInterfaces([out, retval] SAFEARRAY(BSTR) *pVal);
H A DSimple.cpp32 STDMETHODIMP CSimple::func(BSTR message) in func()
40 STDMETHODIMP CSimple::func2(BSTR message) in func2()
47 STDMETHODIMP CSimple::func3(BSTR message) in func3()
61 BSTR name1= SysAllocString(L"oletest.XSimple"); in get__implementedInterfaces()
62 BSTR name2= SysAllocString(L"oletest.XSimple2"); in get__implementedInterfaces()
63 BSTR name3= SysAllocString(L"oletest.XSimple3"); in get__implementedInterfaces()
H A DCallback.h56 STDMETHOD(inValues)(/*[in]*/short aChar, /*[in]*/ long aLong, /*[in]*/ BSTR aString);
62 STDMETHOD(inoutString)(/*[in,out]*/ BSTR *inoutVal);
78 /* [out][in] */ BSTR __RPC_FAR *aString,
90 STDMETHOD(outString)(/*[out]*/ BSTR * outString);
105 /* [out] */ BSTR __RPC_FAR *aString,
124 STDMETHOD(outValuesMixed)(/*[in]*/ long val, /*[out]*/ long* pval, /*[in]*/ BSTR string);
H A DCallback.cpp63 STDMETHODIMP CCallback::outValuesMixed(long val, long *pval, BSTR string) in outValuesMixed()
82 /* [out] */ BSTR __RPC_FAR *aString, in outValuesAll()
207 STDMETHODIMP CCallback::outString(BSTR *outString) in outString()
372 STDMETHODIMP CCallback::inoutString(BSTR *inoutVal) in inoutString()
432 /* [out][in] */ BSTR __RPC_FAR *aString, in inoutValuesAll()
457 STDMETHODIMP CCallback::inValues(short aChar, long aLong, BSTR aString) in inValues()
H A DSimple.h55 STDMETHOD(func3)(/*[in]*/ BSTR message);
56 STDMETHOD(func2)(/*[in]*/ BSTR message);
57 STDMETHOD(func)( BSTR message);
/trunk/main/connectivity/source/inc/ado/
H A DAolevariant.hxx58 BSTR m_sStr;
61 OLEString(const BSTR& _sBStr);
69 OLEString& operator=(const BSTR& _rSrc);
72 operator BSTR() const;
73 BSTR* operator &();
/trunk/main/extensions/test/ole/AxTestComponents/
H A DBasic.h96 STDMETHOD(get_prpString)(/*[out, retval]*/ BSTR *pVal);
97 STDMETHOD(put_prpString)(/*[in]*/ BSTR newVal);
112 STDMETHOD(outString)(/*[out]*/ BSTR* val);
123 STDMETHOD(inoutString)(/*[in, out]*/ BSTR* val);
135 STDMETHOD(inString)(/*[in]*/ BSTR val);
207 static void printArray(LPSAFEARRAY val, BSTR message, VARTYPE type);
H A DAxTestComponents.idl44 [id(4), helpstring("method inString")] HRESULT inString([in] BSTR val);
54 [id(15), helpstring("method inoutString")] HRESULT inoutString([in, out] BSTR* val);
64 [id(26), helpstring("method outString")] HRESULT outString([out] BSTR* val);
78 [propget, id(37), helpstring("property prpString")] HRESULT prpString([out, retval] BSTR *pVal);
79 [propput, id(37), helpstring("property prpString")] HRESULT prpString([in] BSTR newVal);
97 …[id(47), helpstring("method inSequenceString")] HRESULT inSequenceString([in] SAFEARRAY( BSTR) ar);
104 …[id(54), helpstring("method outSequenceString")] HRESULT outSequenceString([out] SAFEARRAY(BSTR)* …
111 …lpstring("method inoutSequenceString")] HRESULT inoutSequenceString([in,out] SAFEARRAY(BSTR)* val);
133 //midl creates for val4 a BSTR "4" as default value in the TLB. The midl complains
/trunk/main/avmedia/source/win/
H A Dinterface.hxx48 BSTR *pVal) = 0;
52 BSTR *pVal) = 0;
54 BSTR newVal) = 0;
65 BSTR Filename) = 0;
/trunk/main/extensions/source/activex/msidl/
H A Dso_activex.idl83 HRESULT Bridge_implementedInterfaces([out, retval] SAFEARRAY(BSTR) *pVal);
113 [in] BSTR aTargetFrameName,
140 HRESULT getInterceptedURLs( [out,retval] SAFEARRAY(BSTR)* pVal );
144 HRESULT Bridge_implementedInterfaces([out, retval] SAFEARRAY(BSTR) *pVal);
168 HRESULT Bridge_implementedInterfaces([out, retval] SAFEARRAY(BSTR) *pVal);

Completed in 90 milliseconds

123