/aoo42x/main/comphelper/source/misc/ |
H A D | accessibletexthelper.cxx | 279 implGetSelection( nStartIndex, nEndIndex ); in getSelectedText() 299 implGetSelection( nStartIndex, nEndIndex ); in getSelectionStart() 311 implGetSelection( nStartIndex, nEndIndex ); in getSelectionEnd()
|
/aoo42x/main/accessibility/inc/accessibility/standard/ |
H A D | vclxaccessibletextcomponent.hxx | 52 virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex );
|
H A D | vclxaccessiblemenuitem.hxx | 65 virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex );
|
H A D | vclxaccessiblestatusbaritem.hxx | 83 virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex );
|
H A D | vclxaccessibletabpage.hxx | 87 virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex );
|
H A D | vclxaccessibleedit.hxx | 63 virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex );
|
H A D | vclxaccessibletoolboxitem.hxx | 86 virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex );
|
H A D | vclxaccessiblelistitem.hxx | 107 virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex );
|
/aoo42x/main/accessibility/inc/accessibility/extended/ |
H A D | AccessibleBrowseBoxTableCell.hxx | 48 virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex );
|
H A D | AccessibleGridControlTableCell.hxx | 76 virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex );
|
H A D | accessibleiconchoicectrlentry.hxx | 115 virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex );
|
H A D | accessiblelistboxentry.hxx | 137 virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex );
|
H A D | textwindowaccessibility.hxx | 392 virtual void implGetSelection(::sal_Int32 & rStartIndex,
|
/aoo42x/main/accessibility/source/standard/ |
H A D | vclxaccessibletextcomponent.cxx | 120 void VCLXAccessibleTextComponent::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection() function in VCLXAccessibleTextComponent
|
H A D | vclxaccessiblestatusbaritem.cxx | 205 void VCLXAccessibleStatusBarItem::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection() function in VCLXAccessibleStatusBarItem
|
H A D | vclxaccessibleedit.cxx | 166 void VCLXAccessibleEdit::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection() function in VCLXAccessibleEdit
|
H A D | vclxaccessibletabpage.cxx | 238 void VCLXAccessibleTabPage::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection() function in VCLXAccessibleTabPage
|
H A D | vclxaccessiblemenuitem.cxx | 151 void VCLXAccessibleMenuItem::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection() function in VCLXAccessibleMenuItem
|
H A D | vclxaccessibletoolboxitem.cxx | 276 void VCLXAccessibleToolBoxItem::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection() function in VCLXAccessibleToolBoxItem
|
H A D | vclxaccessiblelistitem.cxx | 151 void VCLXAccessibleListItem::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection() function in VCLXAccessibleListItem
|
/aoo42x/main/comphelper/inc/comphelper/ |
H A D | accessibletexthelper.hxx | 64 virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) = 0;
|
/aoo42x/main/accessibility/source/extended/ |
H A D | AccessibleBrowseBoxTableCell.cxx | 73 void AccessibleBrowseBoxTableCell::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection() function in accessibility::AccessibleBrowseBoxTableCell
|
H A D | AccessibleGridControlTableCell.cxx | 110 …void AccessibleGridControlTableCell::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndInde… in implGetSelection() function in accessibility::AccessibleGridControlTableCell
|
H A D | accessibleiconchoicectrlentry.cxx | 230 …void AccessibleIconChoiceCtrlEntry::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex… in implGetSelection() function in accessibility::AccessibleIconChoiceCtrlEntry
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | AccessibleEditableTextPara.hxx | 72 virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex );
|