Home
last modified time | relevance | path

Searched refs:setSelection (Results 1 – 25 of 128) sorted by last modified time

123456

/trunk/main/accessibility/source/extended/
H A Daccessiblelistboxentry.cxx1107 …sal_Bool SAL_CALL AccessibleListBoxEntry::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex… in setSelection() function in accessibility::AccessibleListBoxEntry
H A Dtextwindowaccessibility.cxx437 ::sal_Bool SAL_CALL ParagraphImpl::setSelection(::sal_Int32 nStartIndex, in setSelection() function in accessibility::ParagraphImpl
/trunk/main/chart2/source/controller/main/
H A DChartController.cxx1392 m_aSelection.setSelection( ObjectIdentifier::getMovedSeriesCID( aObjectCID, bForward ) ); in executeDispatch_MoveSeries()
H A DSelectionHelper.cxx97 bool Selection::setSelection( const ::rtl::OUString& rCID ) in setSelection() function in chart::Selection
107 bool Selection::setSelection( const uno::Reference< drawing::XShape >& xShape ) in setSelection() function in chart::Selection
/trunk/main/sw/source/core/access/
H A Daccpara.cxx2835 sal_Bool SwAccessibleParagraph::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) in setSelection() function in SwAccessibleParagraph
3112 setSelection( nStartIndex, nEndIndex ); in copyText()
3132 setSelection( nStartIndex, nEndIndex ); in cutText()
3147 setSelection( nIndex, nIndex ); in pasteText()
/trunk/main/starmath/source/
H A Daccessibility.cxx677 sal_Bool SAL_CALL SmGraphicAccessible::setSelection( in setSelection() function in SmGraphicAccessible
H A Daccessibility.hxx152 …virtual sal_Bool SAL_CALL setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com:…
/trunk/main/editeng/source/accessibility/
H A DAccessibleStaticTextBase.cxx704 return setSelection(nIndex, nIndex); in setCaretPosition()
827 …sal_Bool SAL_CALL AccessibleStaticTextBase::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndInd… in setSelection() function in accessibility::AccessibleStaticTextBase
H A DAccessibleEditableTextPara.cxx1235 setSelection(0,0); in grabFocus()
1296 return setSelection(nIndex, nIndex); in setCaretPosition()
1712 …sal_Bool SAL_CALL AccessibleEditableTextPara::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndI… in setSelection() function in accessibility::AccessibleEditableTextPara
/trunk/main/sdext/source/presenter/
H A DPresenterAccessibility.cxx403 virtual sal_Bool SAL_CALL setSelection (sal_Int32 nStartIndex, sal_Int32 nEndIndex)
2032 sal_Bool SAL_CALL PresenterAccessible::AccessibleParagraph::setSelection ( in setSelection() function in sdext::presenter::PresenterAccessible::AccessibleParagraph
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblelistitem.cxx540 sal_Bool SAL_CALL VCLXAccessibleListItem::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex … in setSelection() function in VCLXAccessibleListItem
H A Dvclxaccessiblemenuitem.cxx344 sal_Bool VCLXAccessibleMenuItem::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (… in setSelection() function in VCLXAccessibleMenuItem
H A Dvclxaccessibletoolboxitem.cxx524 sal_Bool SAL_CALL VCLXAccessibleToolBoxItem::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndInd… in setSelection() function in VCLXAccessibleToolBoxItem
H A Dvclxaccessiblestatusbaritem.cxx583 sal_Bool VCLXAccessibleStatusBarItem::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) th… in setSelection() function in VCLXAccessibleStatusBarItem
H A Dvclxaccessibletextcomponent.cxx166 return setSelection( nIndex, nIndex ); in setCaretPosition()
323 sal_Bool VCLXAccessibleTextComponent::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) th… in setSelection() function in VCLXAccessibleTextComponent
H A Dvclxaccessibletabpage.cxx656 sal_Bool VCLXAccessibleTabPage::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (I… in setSelection() function in VCLXAccessibleTabPage
H A Dvclxaccessibleedit.cxx316 return setSelection( nIndex, nIndex ); in setCaretPosition()
427 sal_Bool VCLXAccessibleEdit::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (Inde… in setSelection() function in VCLXAccessibleEdit
441 pVCLXEdit->setSelection( awt::Selection( nStartIndex, nEndIndex ) ); in setSelection()
585 setSelection( nIndex, nIndex ); in replaceText()
/trunk/main/svx/source/accessibility/
H A DAccessibleShape.cxx1773 sal_Bool SAL_CALL AccessibleShape::setSelection( sal_Int32, sal_Int32 ) throw (::com::sun::star::la… in setSelection() function in accessibility::AccessibleShape
/trunk/main/editeng/inc/editeng/
H A DAccessibleEditableTextPara.hxx139 …virtual sal_Bool SAL_CALL setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com:…
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DTopicsControl.java700 xTextComponent.setSelection(new Selection(0, text.length()));
733 setSelection(guiRow + (scroll ? 0 : 1), control, selection);
754 setSelection(guiRow - (scroll ? 0 : 1), control, selection);
892 private void setSelection(int guiRow, Object eventSource, Selection s)
897 UnoRuntime.queryInterface(XTextComponent.class, control).setSelection(s);
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl2835 HRESULT setSelection
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccHypertext.cpp228 STDMETHODIMP CAccHypertext::setSelection(long selectionIndex, long startOffset, long endOffset) in setSelection() function in CAccHypertext
231 return CAccTextBase::setSelection(selectionIndex, startOffset, in setSelection()
H A DAccHypertext.h124 STDMETHOD(setSelection)(long selectionIndex, long startOffset, long endOffset);
H A DAccText.cpp226 STDMETHODIMP CAccText::setSelection(long selectionIndex, long startOffset, long endOffset) in setSelection() function in CAccText
229 return CAccTextBase::setSelection(selectionIndex, startOffset, in setSelection()
H A DAccText.h120 …STDMETHOD(setSelection)(long selectionIndex, long startOffset, long endOffset);//, unsigned char *…

Completed in 190 milliseconds

123456