Home
last modified time | relevance | path

Searched refs:nSelections (Results 1 – 7 of 7) sorted by relevance

/trunk/main/winaccessibility/source/UAccCOM/
H A DAccTextBase.cpp354 STDMETHODIMP CAccTextBase::get_nSelections(long * nSelections) in get_nSelections() argument
361 if (nSelections == NULL) in get_nSelections()
366 *nSelections = 0; in get_nSelections()
376 *nSelections = pRExtension->getSelectedPortionCount(); in get_nSelections()
383 *nSelections = 1; in get_nSelections()
387 *nSelections = 0; in get_nSelections()
H A DAccText.cpp98 STDMETHODIMP CAccText::get_nSelections(long * nSelections) in get_nSelections() argument
101 return CAccTextBase::get_nSelections(nSelections); in get_nSelections()
H A DAccHypertext.cpp103 STDMETHODIMP CAccHypertext::get_nSelections(long * nSelections) in get_nSelections() argument
106 return CAccTextBase::get_nSelections(nSelections); in get_nSelections()
H A DAccTextBase.h66 STDMETHOD(get_nSelections)(long * nSelections);
H A DAccText.h92 STDMETHOD(get_nSelections)(long * nSelections);
H A DAccHypertext.h96 STDMETHOD(get_nSelections)(long * nSelections);
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl2533 @param [out] nSelections
2536 [propget] HRESULT nSelections
2538 [out, retval] long *nSelections

Completed in 48 milliseconds