/trunk/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 …]
|
/trunk/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()
|
/trunk/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::…
|
/trunk/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 | 2026 …AccessibleEditableTextPara::getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextAtIndex() argument 2039 switch( aTextType ) in getTextAtIndex() 2044 aResult = OCommonAccessibleText::getTextAtIndex( nIndex, aTextType ); in getTextAtIndex() 2141 aResult = OCommonAccessibleText::getTextAtIndex( nIndex, aTextType ); in getTextAtIndex() 2148 …ssibleEditableTextPara::getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextBeforeIndex() argument 2161 switch( aTextType ) in getTextBeforeIndex() 2304 aResult = OCommonAccessibleText::getTextBeforeIndex( nIndex, aTextType ); in getTextBeforeIndex() 2309 aResult = OCommonAccessibleText::getTextBeforeIndex( nIndex, aTextType ); in getTextBeforeIndex() 2329 switch( aTextType ) in getTextBehindIndex() 2432 aResult = OCommonAccessibleText::getTextBehindIndex( nIndex, aTextType ); in getTextBehindIndex() [all …]
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/ |
H A D | ParserTablesGenerator.java | 247 final INode aTextType = aStartState.GetTextType(); in WriteAutomatonList() local 248 if (aTextType != null) in WriteAutomatonList() 250 switch(aTextType.GetNodeType()) in WriteAutomatonList() 255 maTypeNameToIdMap.get(aTextType.GetName().GetStateName()), in WriteAutomatonList() 256 aTextType.GetName().GetStateName()); in WriteAutomatonList() 261 maTypeNameToIdMap.get(aTextType.GetName().GetStateName()), in WriteAutomatonList() 262 aTextType.GetName().GetStateName()); in WriteAutomatonList()
|
/trunk/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()
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/ |
H A D | StateSet.java | 190 final INode aTextType = aState.GetTextType(); in CreateStateForStateSet() local 191 if (aTextType != null) in CreateStateForStateSet() 192 aNewState.SetTextType(aTextType); in CreateStateForStateSet()
|
H A D | State.java | 217 public void SetTextType (final INode aTextType) in SetTextType() argument 220 maTextType = aTextType; in SetTextType()
|
/trunk/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::…
|
/trunk/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::…
|
/trunk/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::…
|
/trunk/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::…
|