Lines Matching refs:aBulletInfo

203     EBulletInfo aBulletInfo = rTF.GetBulletInfo( GetParagraph() );  in SetEEIndex()  local
206 if( aBulletInfo.nParagraph != EE_PARA_NOT_FOUND && in SetEEIndex()
207 aBulletInfo.bVisible && in SetEEIndex()
208 aBulletInfo.nType != SVX_NUM_BITMAP ) in SetEEIndex()
210 mnIndex += aBulletInfo.aText.Len(); in SetEEIndex()
252 EBulletInfo aBulletInfo = rTF.GetBulletInfo( GetParagraph() ); in SetIndex() local
255 if( aBulletInfo.nParagraph != EE_PARA_NOT_FOUND && in SetIndex()
256 aBulletInfo.bVisible && in SetIndex()
257 aBulletInfo.nType != SVX_NUM_BITMAP ) in SetIndex()
259 sal_Int32 nBulletLen = aBulletInfo.aText.Len(); in SetIndex()
760 EBulletInfo aBulletInfo = GetBulletInfo( nPara ); in GetCharBounds() local
767 aRect = aBulletInfo.aBounds; // better than nothing in GetCharBounds()
770 AccessibleStringWrap aStringWrap( *pOutDev, aBulletInfo.aFont, aBulletInfo.aText ); in GetCharBounds()
773 aRect.Move( aBulletInfo.aBounds.Left(), aBulletInfo.aBounds.Top() ); in GetCharBounds()
811 EBulletInfo aBulletInfo = GetBulletInfo( nPara ); in GetParaBounds() local
813 if( aBulletInfo.nParagraph != EE_PARA_NOT_FOUND && in GetParaBounds()
814 aBulletInfo.bVisible && in GetParaBounds()
815 aBulletInfo.nType != SVX_NUM_BITMAP ) in GetParaBounds()
820 aRect.Union( aBulletInfo.aBounds ); in GetParaBounds()
857 EBulletInfo aBulletInfo = GetBulletInfo( nPara ); in GetIndexAtPoint() local
860 if( aBulletInfo.nParagraph != EE_PARA_NOT_FOUND && in GetIndexAtPoint()
861 aBulletInfo.bVisible && in GetIndexAtPoint()
862 aBulletInfo.nType != SVX_NUM_BITMAP ) in GetIndexAtPoint()
864 if( aBulletInfo.aBounds.IsInside( rPoint) ) in GetIndexAtPoint()
873 AccessibleStringWrap aStringWrap( *pOutDev, aBulletInfo.aFont, aBulletInfo.aText ); in GetIndexAtPoint()
876 aPoint.Move( -aBulletInfo.aBounds.Left(), -aBulletInfo.aBounds.Top() ); in GetIndexAtPoint()
1122 EBulletInfo aBulletInfo = GetBulletInfo( nPara ); in HaveImageBullet() local
1124 if( aBulletInfo.nParagraph != EE_PARA_NOT_FOUND && in HaveImageBullet()
1125 aBulletInfo.bVisible && in HaveImageBullet()
1126 aBulletInfo.nType == SVX_NUM_BITMAP ) in HaveImageBullet()
1140 EBulletInfo aBulletInfo = GetBulletInfo( nPara ); in HaveTextBullet() local
1142 if( aBulletInfo.nParagraph != EE_PARA_NOT_FOUND && in HaveTextBullet()
1143 aBulletInfo.bVisible && in HaveTextBullet()
1144 aBulletInfo.nType != SVX_NUM_BITMAP ) in HaveTextBullet()