Lines Matching refs:nPara

75     void SetParagraph( sal_uInt16 nPara )  in SetParagraph()  argument
77 mnPara = nPara; in SetParagraph()
90 …void SetIndex( sal_uInt16 nPara, sal_Int32 nIndex, const SvxTextForwarder& rTF ) { SetParagraph(nP… in SetIndex() argument
105 …void SetEEIndex( sal_uInt16 nPara, sal_uInt16 nEEIndex, const SvxTextForwarder& rTF ) { SetParagra… in SetEEIndex() argument
555 SfxItemSet SvxAccessibleTextAdapter::GetParaAttribs( sal_uInt16 nPara ) const in GetParaAttribs()
559 return mrTextForwarder->GetParaAttribs( nPara ); in GetParaAttribs()
562 void SvxAccessibleTextAdapter::SetParaAttribs( sal_uInt16 nPara, const SfxItemSet& rSet ) in SetParaAttribs() argument
566 mrTextForwarder->SetParaAttribs( nPara, rSet ); in SetParaAttribs()
574 void SvxAccessibleTextAdapter::GetPortions( sal_uInt16 nPara, SvUShorts& rList ) const in GetPortions() argument
578 mrTextForwarder->GetPortions( nPara, rList ); in GetPortions()
595 sal_uInt16 SvxAccessibleTextAdapter::GetItemState( sal_uInt16 nPara, sal_uInt16 nWhich ) const in GetItemState() argument
599 return mrTextForwarder->GetItemState( nPara, nWhich ); in GetItemState()
664 XubString SvxAccessibleTextAdapter::CalcFieldValue( const SvxFieldItem& rField, sal_uInt16 nPara, s… in CalcFieldValue() argument
668 return mrTextForwarder->CalcFieldValue( rField, nPara, nPos, rpTxtColor, rpFldColor ); in CalcFieldValue()
671 void SvxAccessibleTextAdapter::FieldClicked( const SvxFieldItem& rField, sal_uInt16 nPara, xub_StrL… in FieldClicked() argument
675 mrTextForwarder->FieldClicked( rField, nPara, nPos ); in FieldClicked()
678 sal_Int32 SvxAccessibleTextAdapter::CalcLogicalIndex( sal_uInt16 nPara, sal_uInt16 nEEIndex ) in CalcLogicalIndex() argument
683 aIndex.SetEEIndex(nPara, nEEIndex, *mrTextForwarder); in CalcLogicalIndex()
687 sal_uInt16 SvxAccessibleTextAdapter::CalcEditEngineIndex( sal_uInt16 nPara, sal_Int32 nLogicalIndex… in CalcEditEngineIndex() argument
692 aIndex.SetIndex(nPara, nLogicalIndex, *mrTextForwarder); in CalcEditEngineIndex()
708 LanguageType SvxAccessibleTextAdapter::GetLanguage( sal_uInt16 nPara, sal_uInt16 nPos ) const in GetLanguage() argument
714 aIndex.SetIndex( nPara, nPos, *this ); in GetLanguage()
716 return mrTextForwarder->GetLanguage( nPara, aIndex.GetEEIndex() ); in GetLanguage()
719 sal_uInt16 SvxAccessibleTextAdapter::GetFieldCount( sal_uInt16 nPara ) const in GetFieldCount()
723 return mrTextForwarder->GetFieldCount( nPara ); in GetFieldCount()
726 EFieldInfo SvxAccessibleTextAdapter::GetFieldInfo( sal_uInt16 nPara, sal_uInt16 nField ) const in GetFieldInfo() argument
730 return mrTextForwarder->GetFieldInfo( nPara, nField ); in GetFieldInfo()
733 EBulletInfo SvxAccessibleTextAdapter::GetBulletInfo( sal_uInt16 nPara ) const in GetBulletInfo()
737 return mrTextForwarder->GetBulletInfo( nPara ); in GetBulletInfo()
747 Rectangle SvxAccessibleTextAdapter::GetCharBounds( sal_uInt16 nPara, sal_uInt16 nIndex ) const in GetCharBounds() argument
752 aIndex.SetIndex( nPara, nIndex, *this ); in GetCharBounds()
756 …Rectangle aRect = mrTextForwarder->GetCharBounds( nPara, static_cast< sal_uInt16 >( aIndex.GetEEIn… in GetCharBounds()
760 EBulletInfo aBulletInfo = GetBulletInfo( nPara ); in GetCharBounds()
794 …Rectangle aStartRect = mrTextForwarder->GetCharBounds( nPara, static_cast< sal_uInt16 >( aIndex.Ge… in GetCharBounds()
807 Rectangle SvxAccessibleTextAdapter::GetParaBounds( sal_uInt16 nPara ) const in GetParaBounds()
811 EBulletInfo aBulletInfo = GetBulletInfo( nPara ); in GetParaBounds()
818 Rectangle aRect( mrTextForwarder->GetParaBounds( nPara ) ); in GetParaBounds()
825 return mrTextForwarder->GetParaBounds( nPara ); in GetParaBounds()
842 sal_Bool SvxAccessibleTextAdapter::GetIndexAtPoint( const Point& rPoint, sal_uInt16& nPara, sal_uIn… in GetIndexAtPoint() argument
846 if( !mrTextForwarder->GetIndexAtPoint( rPoint, nPara, nIndex ) ) in GetIndexAtPoint()
850 aIndex.SetEEIndex(nPara, nIndex, *this); in GetIndexAtPoint()
857 EBulletInfo aBulletInfo = GetBulletInfo( nPara ); in GetIndexAtPoint()
902 Rectangle aRect = mrTextForwarder->GetCharBounds( nPara, aIndex.GetEEIndex() ); in GetIndexAtPoint()
917 sal_Bool SvxAccessibleTextAdapter::GetWordIndices( sal_uInt16 nPara, sal_uInt16 nIndex, sal_uInt16&… in GetWordIndices() argument
922 aIndex.SetIndex(nPara, nIndex, *this); in GetWordIndices()
954 if( !mrTextForwarder->GetWordIndices( nPara, nIndex, nStart, nEnd ) ) in GetWordIndices()
957 aIndex.SetEEIndex( nPara, nStart, *this ); in GetWordIndices()
963 aIndex.SetEEIndex( nPara, nEnd, *this ); in GetWordIndices()
971 …tAttributeRun( sal_uInt16& nStartIndex, sal_uInt16& nEndIndex, sal_uInt16 nPara, sal_uInt16 nIndex… in GetAttributeRun() argument
976 aIndex.SetIndex(nPara, nIndex, *this); in GetAttributeRun()
1005 if( !mrTextForwarder->GetAttributeRun( nStartIndex, nEndIndex, nPara, nIndex ) ) in GetAttributeRun()
1008 aIndex.SetEEIndex( nPara, nStartIndex, *this ); in GetAttributeRun()
1014 aIndex.SetEEIndex( nPara, nEndIndex, *this ); in GetAttributeRun()
1023 sal_uInt16 SvxAccessibleTextAdapter::GetLineCount( sal_uInt16 nPara ) const in GetLineCount()
1027 return mrTextForwarder->GetLineCount( nPara ); in GetLineCount()
1030 sal_uInt16 SvxAccessibleTextAdapter::GetLineLen( sal_uInt16 nPara, sal_uInt16 nLine ) const in GetLineLen() argument
1042 nCurrIndex + mrTextForwarder->GetLineLen( nPara, nCurrLine ); in GetLineLen()
1045 aEndIndex.SetEEIndex( nPara, nCurrIndex, *this ); in GetLineLen()
1048 aStartIndex.SetEEIndex( nPara, nLastIndex, *this ); in GetLineLen()
1061 sal_uInt16 SvxAccessibleTextAdapter::GetLineNumberAtIndex( sal_uInt16 nPara, sal_uInt16 nIndex ) co… in GetLineNumberAtIndex() argument
1063 return mrTextForwarder->GetLineNumberAtIndex( nPara, nIndex ); in GetLineNumberAtIndex()
1099 sal_Int16 SvxAccessibleTextAdapter::GetDepth( sal_uInt16 nPara ) const in GetDepth()
1103 return mrTextForwarder->GetDepth( nPara ); in GetDepth()
1106 sal_Bool SvxAccessibleTextAdapter::SetDepth( sal_uInt16 nPara, sal_Int16 nNewDepth ) in SetDepth() argument
1110 return mrTextForwarder->SetDepth( nPara, nNewDepth ); in SetDepth()
1118 sal_Bool SvxAccessibleTextAdapter::HaveImageBullet( sal_uInt16 nPara ) const in HaveImageBullet()
1122 EBulletInfo aBulletInfo = GetBulletInfo( nPara ); in HaveImageBullet()
1136 sal_Bool SvxAccessibleTextAdapter::HaveTextBullet( sal_uInt16 nPara ) const in HaveTextBullet()
1140 EBulletInfo aBulletInfo = GetBulletInfo( nPara ); in HaveTextBullet()