/aoo41x/main/comphelper/source/misc/ |
H A D | accessibletexthelper.cxx | 340 …TextSegment OCommonAccessibleText::getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (… in getTextAtIndex() argument 353 switch ( aTextType ) in getTextAtIndex() 445 …TextSegment OCommonAccessibleText::getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) thr… in getTextBeforeIndex() argument 458 switch ( aTextType ) in getTextBeforeIndex() 570 …TextSegment OCommonAccessibleText::getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) thr… in getTextBehindIndex() argument 583 switch ( aTextType ) in getTextBehindIndex() 882 …TextSegment OAccessibleTextHelper::getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (… in getTextAtIndex() argument 886 return OCommonAccessibleText::getTextAtIndex( nIndex, aTextType ); in getTextAtIndex() 891 …TextSegment OAccessibleTextHelper::getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) thr… in getTextBeforeIndex() argument 895 return OCommonAccessibleText::getTextBeforeIndex( nIndex, aTextType ); in getTextBeforeIndex() [all …]
|
/aoo41x/main/comphelper/inc/comphelper/ |
H A D | accessibletexthelper.hxx | 80 …ility::TextSegment SAL_CALL getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… 81 …y::TextSegment SAL_CALL getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… 82 …y::TextSegment SAL_CALL getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… 138 …ility::TextSegment SAL_CALL getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… 139 …y::TextSegment SAL_CALL getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… 140 …y::TextSegment SAL_CALL getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::…
|
/aoo41x/main/accessibility/source/standard/ |
H A D | vclxaccessibletextcomponent.cxx | 353 …CLXAccessibleTextComponent::getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextAtIndex() argument 357 return OCommonAccessibleText::getTextAtIndex( nIndex, aTextType ); in getTextAtIndex() 362 …ccessibleTextComponent::getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextBeforeIndex() argument 366 return OCommonAccessibleText::getTextBeforeIndex( nIndex, aTextType ); in getTextBeforeIndex() 371 …ccessibleTextComponent::getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextBehindIndex() argument 375 return OCommonAccessibleText::getTextBehindIndex( nIndex, aTextType ); in getTextBehindIndex()
|
H A D | vclxaccessibleedit.cxx | 468 …Segment VCLXAccessibleEdit::getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextAtIndex() argument 472 return VCLXAccessibleTextComponent::getTextAtIndex( nIndex, aTextType ); in getTextAtIndex() 477 …ent VCLXAccessibleEdit::getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextBeforeIndex() argument 481 return VCLXAccessibleTextComponent::getTextBeforeIndex( nIndex, aTextType ); in getTextBeforeIndex() 486 …ent VCLXAccessibleEdit::getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextBehindIndex() argument 490 return VCLXAccessibleTextComponent::getTextBehindIndex( nIndex, aTextType ); in getTextBehindIndex()
|
H A D | vclxaccessiblemenuitem.cxx | 374 …ent VCLXAccessibleMenuItem::getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextAtIndex() argument 378 return OCommonAccessibleText::getTextAtIndex( nIndex, aTextType ); in getTextAtIndex() 383 …VCLXAccessibleMenuItem::getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextBeforeIndex() argument 387 return OCommonAccessibleText::getTextBeforeIndex( nIndex, aTextType ); in getTextBeforeIndex() 392 …VCLXAccessibleMenuItem::getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextBehindIndex() argument 396 return OCommonAccessibleText::getTextBehindIndex( nIndex, aTextType ); in getTextBehindIndex()
|
H A D | vclxaccessiblelistitem.cxx | 567 …ALL VCLXAccessibleListItem::getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextAtIndex() argument 572 return OCommonAccessibleText::getTextAtIndex( nIndex, aTextType ); in getTextAtIndex() 575 …VCLXAccessibleListItem::getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextBeforeIndex() argument 580 return OCommonAccessibleText::getTextBeforeIndex( nIndex, aTextType ); in getTextBeforeIndex() 583 …VCLXAccessibleListItem::getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextBehindIndex() argument 588 return OCommonAccessibleText::getTextBehindIndex( nIndex, aTextType ); in getTextBehindIndex()
|
/aoo41x/main/editeng/source/accessibility/ |
H A D | AccessibleStaticTextBase.cxx | 935 …L AccessibleStaticTextBase::getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextAtIndex() argument 944 if( AccessibleTextType::PARAGRAPH == aTextType ) in getTextAtIndex() 959 else if ( AccessibleTextType::ATTRIBUTE_RUN == aTextType ) in getTextAtIndex() 973 aResult = mpImpl->GetParagraph( aPos.nPara ).getTextAtIndex( aPos.nIndex, aTextType ); in getTextAtIndex() 986 …cessibleStaticTextBase::getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextBeforeIndex() argument 995 if( AccessibleTextType::PARAGRAPH == aTextType ) in getTextBeforeIndex() 1018 … aResult = mpImpl->GetParagraph( aPos.nPara ).getTextBeforeIndex( aPos.nIndex, aTextType ); in getTextBeforeIndex() 1024 aResult = getTextAtIndex( nOldIdx-1, aTextType ); in getTextBeforeIndex() 1031 …cessibleStaticTextBase::getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextBehindIndex() argument 1041 if( AccessibleTextType::PARAGRAPH == aTextType ) in getTextBehindIndex() [all …]
|
H A D | AccessibleEditableTextPara.cxx | 2025 …AccessibleEditableTextPara::getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextAtIndex() argument 2038 switch( aTextType ) in getTextAtIndex() 2043 aResult = OCommonAccessibleText::getTextAtIndex( nIndex, aTextType ); in getTextAtIndex() 2140 aResult = OCommonAccessibleText::getTextAtIndex( nIndex, aTextType ); in getTextAtIndex() 2147 …ssibleEditableTextPara::getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextBeforeIndex() argument 2160 switch( aTextType ) in getTextBeforeIndex() 2303 aResult = OCommonAccessibleText::getTextBeforeIndex( nIndex, aTextType ); in getTextBeforeIndex() 2308 aResult = OCommonAccessibleText::getTextBeforeIndex( nIndex, aTextType ); in getTextBeforeIndex() 2328 switch( aTextType ) in getTextBehindIndex() 2431 aResult = OCommonAccessibleText::getTextBehindIndex( nIndex, aTextType ); in getTextBehindIndex() [all …]
|
/aoo41x/main/accessibility/source/extended/ |
H A D | AccessibleBrowseBoxTableCell.cxx | 313 …cessibleBrowseBoxTableCell::getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextAtIndex() argument 317 return OCommonAccessibleText::getTextAtIndex( nIndex ,aTextType); in getTextAtIndex() 319 …ibleBrowseBoxTableCell::getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextBeforeIndex() argument 323 return OCommonAccessibleText::getTextBeforeIndex( nIndex ,aTextType); in getTextBeforeIndex() 325 …ibleBrowseBoxTableCell::getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextBehindIndex() argument 329 return OCommonAccessibleText::getTextBehindIndex( nIndex ,aTextType); in getTextBehindIndex()
|
H A D | AccessibleGridControlTableCell.cxx | 327 …ssibleGridControlTableCell::getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextAtIndex() argument 331 return OCommonAccessibleText::getTextAtIndex( nIndex ,aTextType); in getTextAtIndex() 333 …leGridControlTableCell::getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextBeforeIndex() argument 337 return OCommonAccessibleText::getTextBeforeIndex( nIndex ,aTextType); in getTextBeforeIndex() 339 …leGridControlTableCell::getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextBehindIndex() argument 343 return OCommonAccessibleText::getTextBehindIndex( nIndex ,aTextType); in getTextBehindIndex()
|
H A D | accessibleiconchoicectrlentry.cxx | 675 …essibleIconChoiceCtrlEntry::getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextAtIndex() argument 680 return OCommonAccessibleText::getTextAtIndex( nIndex ,aTextType); in getTextAtIndex() 682 …bleIconChoiceCtrlEntry::getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextBeforeIndex() argument 687 return OCommonAccessibleText::getTextBeforeIndex( nIndex ,aTextType); in getTextBeforeIndex() 689 …bleIconChoiceCtrlEntry::getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextBehindIndex() argument 695 return OCommonAccessibleText::getTextBehindIndex( nIndex ,aTextType); in getTextBehindIndex()
|
H A D | accessiblelistboxentry.cxx | 1132 …ALL AccessibleListBoxEntry::getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextAtIndex() argument 1137 return OCommonAccessibleText::getTextAtIndex( nIndex ,aTextType); in getTextAtIndex() 1139 …AccessibleListBoxEntry::getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextBeforeIndex() argument 1144 return OCommonAccessibleText::getTextBeforeIndex( nIndex ,aTextType); in getTextBeforeIndex() 1146 …AccessibleListBoxEntry::getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextBehindIndex() argument 1152 return OCommonAccessibleText::getTextBehindIndex( nIndex ,aTextType); in getTextBehindIndex()
|
/aoo41x/main/accessibility/inc/accessibility/standard/ |
H A D | vclxaccessibletextcomponent.hxx | 81 …ility::TextSegment SAL_CALL getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… 82 …y::TextSegment SAL_CALL getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… 83 …y::TextSegment SAL_CALL getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::…
|
H A D | vclxaccessiblemenuitem.hxx | 98 …ility::TextSegment SAL_CALL getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… 99 …y::TextSegment SAL_CALL getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… 100 …y::TextSegment SAL_CALL getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::…
|
H A D | vclxaccessibleedit.hxx | 103 …ility::TextSegment SAL_CALL getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… 104 …y::TextSegment SAL_CALL getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… 105 …y::TextSegment SAL_CALL getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::…
|
H A D | vclxaccessiblelistitem.hxx | 184 …ility::TextSegment SAL_CALL getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… 185 …y::TextSegment SAL_CALL getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… 186 …y::TextSegment SAL_CALL getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::…
|
/aoo41x/main/accessibility/inc/accessibility/extended/ |
H A D | AccessibleBrowseBoxTableCell.hxx | 132 …ility::TextSegment SAL_CALL getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… 133 …y::TextSegment SAL_CALL getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… 134 …y::TextSegment SAL_CALL getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::…
|
H A D | AccessibleGridControlTableCell.hxx | 154 …ility::TextSegment SAL_CALL getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… 155 …y::TextSegment SAL_CALL getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… 156 …y::TextSegment SAL_CALL getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::…
|
H A D | accessibleiconchoicectrlentry.hxx | 186 …ility::TextSegment SAL_CALL getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… 187 …y::TextSegment SAL_CALL getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… 188 …y::TextSegment SAL_CALL getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::…
|
H A D | accessiblelistboxentry.hxx | 209 …ility::TextSegment SAL_CALL getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… 210 …y::TextSegment SAL_CALL getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… 211 …y::TextSegment SAL_CALL getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::…
|
H A D | textwindowaccessibility.hxx | 307 …ility::TextSegment SAL_CALL getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… 308 …y::TextSegment SAL_CALL getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… 309 …y::TextSegment SAL_CALL getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::…
|
/aoo41x/main/sw/source/core/access/ |
H A D | accnotextframe.hxx | 130 …ility::TextSegment SAL_CALL getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… 131 …y::TextSegment SAL_CALL getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… 132 …y::TextSegment SAL_CALL getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::…
|
H A D | accpara.hxx | 247 sal_Int16 aTextType ) 363 …ility::TextSegment SAL_CALL getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… 364 …y::TextSegment SAL_CALL getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… 365 …y::TextSegment SAL_CALL getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::…
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | AccessibleStaticTextBase.hxx | 242 …ility::TextSegment SAL_CALL getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… 244 …y::TextSegment SAL_CALL getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… 246 …y::TextSegment SAL_CALL getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::…
|
/aoo41x/main/svx/inc/svx/ |
H A D | AccessibleShape.hxx | 409 …ility::TextSegment SAL_CALL getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… 410 …y::TextSegment SAL_CALL getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… 411 …y::TextSegment SAL_CALL getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::…
|