/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/view/ |
H A D | _XMultiSelectionSupplier.java | 97 oObj.addSelection(selections[i]); in _addSelection() 113 oObj.addSelection(selections[0]); in _addSelection() 125 oObj.addSelection(oObj); in _addSelection() 154 oObj.addSelection(selections[i]); in _removeSelection() 247 oObj.addSelection(selections[i]); in _clearSelection() 291 oObj.addSelection(selections[i]); in _createSelectionEnumeration() 364 oObj.addSelection(selections[i]); in _createReverseSelectionEnumeration()
|
/trunk/main/toolkit/source/controls/tree/ |
H A D | treecontrol.cxx | 201 sal_Bool SAL_CALL UnoTreeControl::addSelection( const Any& rSelection ) throw (IllegalArgumentExcep… in addSelection() function in toolkit::UnoTreeControl 203 return Reference< XTreeControl >( getPeer(), UNO_QUERY_THROW )->addSelection(rSelection); in addSelection()
|
H A D | treecontrol.hxx | 92 …virtual ::sal_Bool SAL_CALL addSelection( const ::com::sun::star::uno::Any& Selection ) throw (::c…
|
/trunk/main/winaccessibility/source/UAccCOM/ |
H A D | AccText.h | 76 STDMETHOD(addSelection)(long startOffset, long endOffset);//, unsigned char * success);
|
H A D | AccHypertext.h | 80 STDMETHOD(addSelection)(long startOffset, long endOffset);//, unsigned char * success)
|
H A D | AccText.cpp | 36 STDMETHODIMP CAccText::addSelection(long startOffset, long endOffset)//, unsigned char * success) in addSelection() function in CAccText
|
H A D | AccHypertext.cpp | 40 STDMETHODIMP CAccHypertext::addSelection(long startOffset, long endOffset) in addSelection() function in CAccHypertext
|
H A D | AccTextBase.cpp | 78 pRExtension->addSelection(0, startOffset, endOffset); in get_addSelection()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/toolkit/ |
H A D | stardiv.Toolkit.UnoTreeControl.csv | 19 "UnoTreeControl";"com::sun::star::view::XMultiSelectionSupplier";"addSelection()"
|
/trunk/main/offapi/com/sun/star/accessibility/ |
H A D | XAccessibleTextSelection.idl | 53 …long addSelection( [in] long selectionIndex, [in]long startOffset, [in] long endOffset) raises (::…
|
/trunk/main/offapi/com/sun/star/view/ |
H A D | XMultiSelectionSupplier.idl | 69 boolean addSelection( [in] any Selection )
|
/trunk/main/svtools/source/uno/ |
H A D | treecontrolpeer.hxx | 68 …virtual ::sal_Bool SAL_CALL addSelection( const ::com::sun::star::uno::Any& Selection ) throw (::c…
|
H A D | treecontrolpeer.cxx | 606 sal_Bool SAL_CALL TreeControlPeer::addSelection( const Any& rSelection ) throw (IllegalArgumentExce… in addSelection() function in TreeControlPeer
|
/trunk/main/sw/source/core/access/ |
H A D | accpara.hxx | 447 …virtual sal_Int32 SAL_CALL addSelection( sal_Int32 selectionIndex, sal_Int32 startOffset, sal_Int…
|
H A D | accpara.cxx | 3826 sal_Int32 SAL_CALL SwAccessibleParagraph::addSelection( sal_Int32, sal_Int32 startOffset, sal_Int32… in addSelection() function in SwAccessibleParagraph
|
/trunk/main/winaccessibility/source/UAccCOMIDL/ |
H A D | ia2_api_all.idl | 2420 HRESULT addSelection
|