/aoo4110/main/qadevOOo/tests/java/ifc/view/ |
H A D | _XMultiSelectionSupplier.java | 174 oObj.removeSelection(selections[i]); in _removeSelection() 190 oObj.removeSelection(selections[0]); in _removeSelection() 202 oObj.removeSelection(oObj); in _removeSelection()
|
/aoo4110/main/winaccessibility/source/UAccCOM/ |
H A D | AccText.cpp | 199 STDMETHODIMP CAccText::removeSelection(long selectionIndex)//, unsigned char * success) in removeSelection() function in CAccText 202 return CAccTextBase::removeSelection(selectionIndex);//, success); in removeSelection()
|
H A D | AccHypertext.cpp | 202 STDMETHODIMP CAccHypertext::removeSelection(long selectionIndex) in removeSelection() function in CAccHypertext 205 return CAccTextBase::removeSelection(selectionIndex); in removeSelection()
|
H A D | AccTextBase.cpp | 789 STDMETHODIMP CAccTextBase::removeSelection(long selectionIndex) in removeSelection() function in CAccTextBase 808 pRExtension->removeSelection(selectionIndex); in removeSelection()
|
H A D | AccTextBase.h | 88 STDMETHOD(removeSelection)(long selectionIndex);
|
H A D | AccText.h | 114 STDMETHOD(removeSelection)(long selectionIndex);//, unsigned char * success);
|
H A D | AccHypertext.h | 118 STDMETHOD(removeSelection)(long selectionIndex);
|
/aoo4110/main/toolkit/source/controls/tree/ |
H A D | treecontrol.cxx | 208 void SAL_CALL UnoTreeControl::removeSelection( const Any& rSelection ) throw (IllegalArgumentExcept… in removeSelection() function in toolkit::UnoTreeControl 211 …Reference< XTreeControl >( xGcc3WorkaroundTemporary, UNO_QUERY_THROW )->removeSelection(rSelection… in removeSelection()
|
H A D | treecontrol.hxx | 93 …virtual void SAL_CALL removeSelection( const ::com::sun::star::uno::Any& Selection ) throw (::com:…
|
/aoo4110/main/qadevOOo/objdsc/toolkit/ |
H A D | stardiv.Toolkit.UnoTreeControl.csv | 20 "UnoTreeControl";"com::sun::star::view::XMultiSelectionSupplier";"removeSelection()"
|
/aoo4110/main/offapi/com/sun/star/accessibility/ |
H A D | XAccessibleTextSelection.idl | 55 …boolean removeSelection( [in] long selectionIndex ) raises (::com::sun::star::lang::IndexOutOfBoun…
|
/aoo4110/main/offapi/com/sun/star/view/ |
H A D | XMultiSelectionSupplier.idl | 90 void removeSelection( [in] any Selection )
|
/aoo4110/main/svtools/source/uno/ |
H A D | treecontrolpeer.hxx | 69 …virtual void SAL_CALL removeSelection( const ::com::sun::star::uno::Any& Selection ) throw (::com:…
|
H A D | treecontrolpeer.cxx | 614 void SAL_CALL TreeControlPeer::removeSelection( const Any& rSelection ) throw (IllegalArgumentExcep… in removeSelection() function in TreeControlPeer
|
/aoo4110/main/sw/source/core/access/ |
H A D | accpara.hxx | 445 virtual sal_Bool SAL_CALL removeSelection( sal_Int32 selectionIndex )
|
H A D | accpara.cxx | 3766 sal_Bool SAL_CALL SwAccessibleParagraph::removeSelection( sal_Int32 selectionIndex ) in removeSelection() function in SwAccessibleParagraph 3849 removeSelection(i); in addSelection() 3861 removeSelection(i); in addSelection()
|
/aoo4110/main/winaccessibility/source/UAccCOMIDL/ |
H A D | ia2_api_all.idl | 2789 HRESULT removeSelection
|