Home
last modified time | relevance | path

Searched refs:getSelectionStart (Results 1 – 25 of 72) sorted by path

123

/trunk/main/accessibility/inc/accessibility/extended/
H A DAccessibleBrowseBoxTableCell.hxx127 virtual sal_Int32 SAL_CALL getSelectionStart() throw (::com::sun::star::uno::RuntimeException);
H A DAccessibleGridControlTableCell.hxx149 virtual sal_Int32 SAL_CALL getSelectionStart() throw (::com::sun::star::uno::RuntimeException);
H A Daccessibleiconchoicectrlentry.hxx181 virtual sal_Int32 SAL_CALL getSelectionStart() throw (::com::sun::star::uno::RuntimeException);
H A Daccessiblelistboxentry.hxx204 virtual sal_Int32 SAL_CALL getSelectionStart() throw (::com::sun::star::uno::RuntimeException);
H A Dtextwindowaccessibility.hxx288 virtual ::sal_Int32 SAL_CALL getSelectionStart()
/trunk/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessibleedit.hxx98 virtual sal_Int32 SAL_CALL getSelectionStart( ) throw (::com::sun::star::uno::RuntimeException);
H A Dvclxaccessiblelistitem.hxx179 virtual sal_Int32 SAL_CALL getSelectionStart() throw (::com::sun::star::uno::RuntimeException);
H A Dvclxaccessiblemenuitem.hxx93 virtual sal_Int32 SAL_CALL getSelectionStart() throw (::com::sun::star::uno::RuntimeException);
H A Dvclxaccessibletextcomponent.hxx76 virtual sal_Int32 SAL_CALL getSelectionStart() throw (::com::sun::star::uno::RuntimeException);
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleTextImpl.java239 public int getSelectionStart() { in getSelectionStart() method in AccessibleTextImpl
241 int index = unoObject.getSelectionStart(); in getSelectionStart()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/logging/
H A DXAccessibleTextLog.java170 public int getSelectionStart() { in getSelectionStart() method in XAccessibleTextLog
171 return unoObject.getSelectionStart(); in getSelectionStart()
/trunk/main/accessibility/source/extended/
H A DAccessibleBrowseBoxTableCell.cxx280 …sal_Int32 SAL_CALL AccessibleBrowseBoxTableCell::getSelectionStart( ) throw (::com::sun::star::un… in getSelectionStart() function in accessibility::AccessibleBrowseBoxTableCell
284 return OCommonAccessibleText::getSelectionStart( ); in getSelectionStart()
H A DAccessibleGridControlTableCell.cxx294 …sal_Int32 SAL_CALL AccessibleGridControlTableCell::getSelectionStart( ) throw (::com::sun::star::… in getSelectionStart() function in accessibility::AccessibleGridControlTableCell
298 return OCommonAccessibleText::getSelectionStart( ); in getSelectionStart()
H A Daccessibleiconchoicectrlentry.cxx636 …sal_Int32 SAL_CALL AccessibleIconChoiceCtrlEntry::getSelectionStart( ) throw (::com::sun::star::u… in getSelectionStart() function in accessibility::AccessibleIconChoiceCtrlEntry
641 return OCommonAccessibleText::getSelectionStart( ); in getSelectionStart()
H A Daccessiblelistboxentry.cxx1093 …sal_Int32 SAL_CALL AccessibleListBoxEntry::getSelectionStart( ) throw (::com::sun::star::uno::Run… in getSelectionStart() function in accessibility::AccessibleListBoxEntry
1098 return OCommonAccessibleText::getSelectionStart( ); in getSelectionStart()
H A Dtextwindowaccessibility.cxx421 ::sal_Int32 SAL_CALL ParagraphImpl::getSelectionStart() in getSelectionStart() function in accessibility::ParagraphImpl
425 return OCommonAccessibleText::getSelectionStart(); in getSelectionStart()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibleedit.cxx66 m_nSelectionStart = getSelectionStart(); in VCLXAccessibleEdit()
93 m_nSelectionStart = getSelectionStart(); in ProcessWindowEvent()
409 sal_Int32 VCLXAccessibleEdit::getSelectionStart( ) throw (RuntimeException) in getSelectionStart() function in VCLXAccessibleEdit
413 return VCLXAccessibleTextComponent::getSelectionStart(); in getSelectionStart()
H A Dvclxaccessiblelistitem.cxx524 sal_Int32 SAL_CALL VCLXAccessibleListItem::getSelectionStart() throw (RuntimeException) in getSelectionStart() function in VCLXAccessibleListItem
529 return OCommonAccessibleText::getSelectionStart(); in getSelectionStart()
H A Dvclxaccessiblemenuitem.cxx326 sal_Int32 VCLXAccessibleMenuItem::getSelectionStart() throw (RuntimeException) in getSelectionStart() function in VCLXAccessibleMenuItem
330 return OCommonAccessibleText::getSelectionStart(); in getSelectionStart()
H A Dvclxaccessibletextcomponent.cxx305 sal_Int32 VCLXAccessibleTextComponent::getSelectionStart() throw (RuntimeException) in getSelectionStart() function in VCLXAccessibleTextComponent
309 return OCommonAccessibleText::getSelectionStart(); in getSelectionStart()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DTextView.java170 "[" + mxText.getSelectionStart() in Update()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/
H A DTextActionDialog.java143 return maText.getSelectionStart(); in GetSelection()
/trunk/main/comphelper/inc/comphelper/
H A Daccessibletexthelper.hxx76 sal_Int32 SAL_CALL getSelectionStart() throw (::com::sun::star::uno::RuntimeException);
134 virtual sal_Int32 SAL_CALL getSelectionStart() throw (::com::sun::star::uno::RuntimeException);
/trunk/main/comphelper/source/misc/
H A Daccessibletexthelper.cxx294 sal_Int32 OCommonAccessibleText::getSelectionStart() throw (RuntimeException) in getSelectionStart() function in comphelper::OCommonAccessibleText
846 sal_Int32 OAccessibleTextHelper::getSelectionStart() throw (RuntimeException) in getSelectionStart() function in comphelper::OAccessibleTextHelper
850 return OCommonAccessibleText::getSelectionStart(); in getSelectionStart()
/trunk/main/editeng/inc/editeng/
H A DAccessibleEditableTextPara.hxx137 … virtual sal_Int32 SAL_CALL getSelectionStart() throw (::com::sun::star::uno::RuntimeException);

Completed in 94 milliseconds

123