LibreOffice Module editeng (master) 1
|
#include <outliner.hxx>
Public Member Functions | |
EBulletInfo () | |
Public Attributes | |
SvxFont | aFont |
tools::Rectangle | aBounds |
OUString | aText |
sal_Int32 | nParagraph |
sal_uInt16 | nType |
bool | bVisible |
Definition at line 551 of file outliner.hxx.
|
inline |
Definition at line 560 of file outliner.hxx.
tools::Rectangle EBulletInfo::aBounds |
Definition at line 554 of file outliner.hxx.
Referenced by Outliner::GetBulletInfo(), SvxAccessibleTextAdapter::GetCharBounds(), SvxAccessibleTextAdapter::GetIndexAtPoint(), SvxAccessibleTextAdapter::GetParaBounds(), and accessibility::AccessibleImageBullet::implGetBounds().
SvxFont EBulletInfo::aFont |
Definition at line 553 of file outliner.hxx.
Referenced by Outliner::GetBulletInfo(), SvxAccessibleTextAdapter::GetCharBounds(), and SvxAccessibleTextAdapter::GetIndexAtPoint().
OUString EBulletInfo::aText |
Definition at line 555 of file outliner.hxx.
Referenced by Outliner::GetBulletInfo(), SvxAccessibleTextAdapter::GetCharBounds(), SvxAccessibleTextAdapter::GetIndexAtPoint(), and SvxAccessibleTextAdapter::GetText().
bool EBulletInfo::bVisible |
Definition at line 558 of file outliner.hxx.
Referenced by Outliner::GetBulletInfo(), SvxAccessibleTextAdapter::GetIndexAtPoint(), SvxAccessibleTextAdapter::GetParaBounds(), SvxAccessibleTextAdapter::HaveImageBullet(), SvxAccessibleTextAdapter::HaveTextBullet(), and accessibility::AccessibleImageBullet::implGetBounds().
sal_Int32 EBulletInfo::nParagraph |
Definition at line 556 of file outliner.hxx.
Referenced by Outliner::GetBulletInfo(), SvxAccessibleTextAdapter::GetIndexAtPoint(), SvxAccessibleTextAdapter::GetParaBounds(), SvxAccessibleTextAdapter::HaveImageBullet(), SvxAccessibleTextAdapter::HaveTextBullet(), and accessibility::AccessibleImageBullet::implGetBounds().
sal_uInt16 EBulletInfo::nType |
Definition at line 557 of file outliner.hxx.
Referenced by Outliner::GetBulletInfo(), SvxAccessibleTextAdapter::GetIndexAtPoint(), SvxAccessibleTextAdapter::GetParaBounds(), SvxAccessibleTextAdapter::HaveImageBullet(), SvxAccessibleTextAdapter::HaveTextBullet(), and accessibility::AccessibleImageBullet::implGetBounds().