Lines Matching refs:sal_uInt16

104     void SetEEIndex( sal_uInt16 nEEIndex, const SvxTextForwarder& rTF );
105 …void SetEEIndex( sal_uInt32 nPara, sal_uInt16 nEEIndex, const SvxTextForwarder& rTF ) { SetParagra… in SetEEIndex()
106 sal_uInt16 GetEEIndex() const;
177 sal_uInt16 SvxAccessibleTextIndex::GetEEIndex() const in GetEEIndex()
182 return static_cast< sal_uInt16 > (mnEEIndex); in GetEEIndex()
185 void SvxAccessibleTextIndex::SetEEIndex( sal_uInt16 nEEIndex, const SvxTextForwarder& rTF ) in SetEEIndex()
199 sal_uInt16 nCurrField, nFieldCount = rTF.GetFieldCount( GetParagraph() ); in SetEEIndex()
245 sal_uInt16 nCurrField, nFieldCount = rTF.GetFieldCount( GetParagraph() ); in SetIndex()
461 sal_uInt16 SvxAccessibleTextAdapter::GetTextLen( sal_uInt32 nParagraph ) const in GetTextLen()
468 return static_cast< sal_uInt16 >(aIndex.GetIndex()); in GetTextLen()
497 sStr.Erase(0, static_cast< sal_uInt16 > (aStartIndex.GetFieldOffset()) ); in GetText()
505 …sStr = sStr.Copy(0, static_cast< sal_uInt16 > (sStr.Len() - (aEndIndex.GetFieldLen() - aEndIndex.G… in GetText()
520 …sStr = sStr.Copy(0, static_cast< sal_uInt16 > (sStr.Len() - (aEndIndex.GetBulletLen() - aEndIndex.… in GetText()
531 …sBullet = sBullet.Copy(0, static_cast< sal_uInt16 > (sBullet.Len() - (aEndIndex.GetBulletLen() - a… in GetText()
535 … static_cast< sal_uInt16 > (GetTextLen(aStartIndex.GetParagraph()) - aStartIndex.GetIndex()) ); in GetText()
569 void SvxAccessibleTextAdapter::RemoveAttribs( const ESelection& , sal_Bool , sal_uInt16 ) in RemoveAttribs() argument
581 sal_uInt16 SvxAccessibleTextAdapter::GetItemState( const ESelection& rSel, sal_uInt16 nWhich ) const in GetItemState()
595 sal_uInt16 SvxAccessibleTextAdapter::GetItemState( sal_uInt32 nPara, sal_uInt16 nWhich ) const in GetItemState()
664 …Adapter::CalcFieldValue( const SvxFieldItem& rField, sal_uInt32 nPara, sal_uInt16 nPos, Color*& rp… in CalcFieldValue()
678 sal_Int32 SvxAccessibleTextAdapter::CalcLogicalIndex( sal_uInt32 nPara, sal_uInt16 nEEIndex ) in CalcLogicalIndex()
687 sal_uInt16 SvxAccessibleTextAdapter::CalcEditEngineIndex( sal_uInt32 nPara, sal_Int32 nLogicalIndex… in CalcEditEngineIndex()
708 LanguageType SvxAccessibleTextAdapter::GetLanguage( sal_uInt32 nPara, sal_uInt16 nPos ) const in GetLanguage()
719 sal_uInt16 SvxAccessibleTextAdapter::GetFieldCount( sal_uInt32 nPara ) const in GetFieldCount()
726 EFieldInfo SvxAccessibleTextAdapter::GetFieldInfo( sal_uInt32 nPara, sal_uInt16 nField ) const in GetFieldInfo()
747 Rectangle SvxAccessibleTextAdapter::GetCharBounds( sal_uInt32 nPara, sal_uInt16 nIndex ) const in GetCharBounds()
756 …Rectangle aRect = mrTextForwarder->GetCharBounds( nPara, static_cast< sal_uInt16 >( aIndex.GetEEIn… in GetCharBounds()
794 …angle aStartRect = mrTextForwarder->GetCharBounds( nPara, static_cast< sal_uInt16 >( aIndex.GetEEI… in GetCharBounds()
842 …bleTextAdapter::GetIndexAtPoint( const Point& rPoint, sal_uInt32& nPara, sal_uInt16& nIndex ) const in GetIndexAtPoint()
855 nIndex = static_cast< sal_uInt16 > (aIndex.GetIndex()); in GetIndexAtPoint()
882 nIndex = static_cast< sal_uInt16 > (aStringWrap.GetIndexAtPoint( aPoint )); in GetIndexAtPoint()
910 … nIndex = static_cast< sal_uInt16 >(aIndex.GetIndex() + aStringWrap.GetIndexAtPoint( aPoint )); in GetIndexAtPoint()
917 …sibleTextAdapter::GetWordIndices( sal_uInt32 nPara, sal_uInt16 nIndex, sal_uInt16& nStart, sal_uIn… in GetWordIndices()
933 nEnd = static_cast< sal_uInt16 > (aIndex.GetBulletLen()); in GetWordIndices()
948 nStart = static_cast< sal_uInt16 > (aIndex.GetIndex() - aIndex.GetFieldOffset()); in GetWordIndices()
949 nEnd = static_cast< sal_uInt16 > (nStart + aIndex.GetFieldLen()); in GetWordIndices()
961 nStart = static_cast< sal_uInt16 > (aIndex.GetIndex()); in GetWordIndices()
967 nEnd = static_cast< sal_uInt16 > (aIndex.GetIndex()); in GetWordIndices()
971 …cessibleTextAdapter::GetAttributeRun( sal_uInt16& nStartIndex, sal_uInt16& nEndIndex, sal_uInt32 n… in GetAttributeRun()
987 nEndIndex = static_cast< sal_uInt16 > (aIndex.GetBulletLen()); in GetAttributeRun()
999 nStartIndex = static_cast< sal_uInt16 > (aIndex.GetIndex() - aIndex.GetFieldOffset()); in GetAttributeRun()
1000 nEndIndex = static_cast< sal_uInt16 > (nStartIndex + aIndex.GetFieldLen()); in GetAttributeRun()
1012 nStartIndex = static_cast< sal_uInt16 > (aIndex.GetIndex()); in GetAttributeRun()
1018 nEndIndex = static_cast< sal_uInt16 > (aIndex.GetIndex()); in GetAttributeRun()
1023 sal_uInt16 SvxAccessibleTextAdapter::GetLineCount( sal_uInt32 nPara ) const in GetLineCount()
1030 sal_uInt16 SvxAccessibleTextAdapter::GetLineLen( sal_uInt32 nPara, sal_uInt16 nLine ) const in GetLineLen()
1036 sal_uInt16 nCurrLine; in GetLineLen()
1037 sal_uInt16 nCurrIndex, nLastIndex; in GetLineLen()
1050 return static_cast< sal_uInt16 >(aEndIndex.GetIndex() - aStartIndex.GetIndex()); in GetLineLen()
1053 return static_cast< sal_uInt16 >(aEndIndex.GetIndex()); in GetLineLen()
1056 …xtAdapter::GetLineBoundaries( /*out*/sal_uInt16 &rStart, /*out*/sal_uInt16 &rEnd, sal_uInt32 nPara… in GetLineBoundaries()
1061 sal_uInt16 SvxAccessibleTextAdapter::GetLineNumberAtIndex( sal_uInt32 nPara, sal_uInt16 nIndex ) co… in GetLineNumberAtIndex()
1257 … rSel = ESelection( aStartIndex.GetParagraph(), static_cast< sal_uInt16 > (aStartIndex.GetIndex()), in GetSelection()
1258 aEndIndex.GetParagraph(), static_cast< sal_uInt16 > (aEndIndex.GetIndex()) ); in GetSelection()