Home
last modified time | relevance | path

Searched refs:aBulletInfo (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/editeng/source/uno/
H A Dunoedprx.cxx207 aBulletInfo.bVisible && in SetEEIndex()
210 mnIndex += aBulletInfo.aText.Len(); in SetEEIndex()
256 aBulletInfo.bVisible && in SetIndex()
770 AccessibleStringWrap aStringWrap( *pOutDev, aBulletInfo.aFont, aBulletInfo.aText ); in GetCharBounds()
773 aRect.Move( aBulletInfo.aBounds.Left(), aBulletInfo.aBounds.Top() ); in GetCharBounds()
814 aBulletInfo.bVisible && in GetParaBounds()
861 aBulletInfo.bVisible && in GetIndexAtPoint()
873 AccessibleStringWrap aStringWrap( *pOutDev, aBulletInfo.aFont, aBulletInfo.aText ); in GetIndexAtPoint()
876 aPoint.Move( -aBulletInfo.aBounds.Left(), -aBulletInfo.aBounds.Top() ); in GetIndexAtPoint()
1125 aBulletInfo.bVisible && in HaveImageBullet()
[all …]
/aoo4110/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx1278 aBulletInfo.bVisible && in getCaretPosition()
1452 if (aBulletInfo.bVisible) in getCharacterAttributes()
1529 if (aBulletInfo.nType != SVX_NUM_CHAR_SPECIAL && aBulletInfo.nType != SVX_NUM_BITMAP) in getCharacterAttributes()
2065 if (aBulletInfo.bVisible) in getTextAtIndex()
2073 if (aBulletInfo.bVisible) in getTextAtIndex()
2469 if( aBulletInfo.nParagraph != EE_PARA_NOT_FOUND && aBulletInfo.bVisible ) in copyText()
2508 if( aBulletInfo.nParagraph != EE_PARA_NOT_FOUND && aBulletInfo.bVisible ) in cutText()
2545 if( aBulletInfo.nParagraph != EE_PARA_NOT_FOUND && aBulletInfo.bVisible ) in pasteText()
2584 if( aBulletInfo.nParagraph != EE_PARA_NOT_FOUND && aBulletInfo.bVisible ) in deleteText()
2626 if( aBulletInfo.nParagraph != EE_PARA_NOT_FOUND && aBulletInfo.bVisible ) in insertText()
[all …]
H A DAccessibleImageBullet.cxx270 …EBulletInfo aBulletInfo = rCacheTF.GetBulletInfo( static_cast< sal_uInt16 > (GetParagraphIndex()) … in getBounds() local
273 if( aBulletInfo.nParagraph != EE_PARA_NOT_FOUND && in getBounds()
274 aBulletInfo.bVisible && in getBounds()
275 aBulletInfo.nType == SVX_NUM_BITMAP ) in getBounds()
277 Rectangle aRect = aBulletInfo.aBounds; in getBounds()

Completed in 65 milliseconds