LibreOffice Module editeng (master) 1
|
#include <editobj2.hxx>
Public Member Functions | |
XEditAttribute (const SfxPoolItem &rAttr, sal_Int32 nStart, sal_Int32 nEnd) | |
const SfxPoolItem * | GetItem () const |
sal_Int32 & | GetStart () |
sal_Int32 & | GetEnd () |
sal_Int32 | GetStart () const |
sal_Int32 | GetEnd () const |
sal_Int32 | GetLen () const |
bool | IsFeature () const |
void | SetItem (const SfxPoolItem &rNew) |
bool | operator== (const XEditAttribute &rCompare) const |
Private Attributes | |
const SfxPoolItem * | pItem |
sal_Int32 | nStart |
sal_Int32 | nEnd |
Definition at line 47 of file editobj2.hxx.
XEditAttribute::XEditAttribute | ( | const SfxPoolItem & | rAttr, |
sal_Int32 | nStart, | ||
sal_Int32 | nEnd | ||
) |
Definition at line 55 of file editobj.cxx.
|
inline |
Definition at line 60 of file editobj2.hxx.
References nEnd.
Referenced by ContentInfo::ContentInfo(), ImpEditEngine::CreateTextObject(), EditTextObjectImpl::GetAllSections(), EditTextObjectImpl::GetCharAttribs(), and ImpEditEngine::InsertTextObject().
|
inline |
Definition at line 63 of file editobj2.hxx.
References nEnd.
|
inline |
Definition at line 57 of file editobj2.hxx.
References pItem.
Referenced by ContentInfo::ContentInfo(), EditTextObjectImpl::DestroyAttrib(), EditTextObjectImpl::GetAllSections(), EditTextObjectImpl::GetCharAttribs(), EditTextObjectImpl::GetField(), EditTextObjectImpl::GetFieldData(), EditTextObjectImpl::HasField(), ImpEditEngine::InsertTextObject(), and EditTextObjectImpl::RemoveCharAttribs().
|
inline |
Definition at line 65 of file editobj2.hxx.
Referenced by ImpEditEngine::CreateTextObject().
|
inline |
Definition at line 59 of file editobj2.hxx.
References nStart.
Referenced by ContentInfo::ContentInfo(), ImpEditEngine::CreateTextObject(), EditTextObjectImpl::GetAllSections(), EditTextObjectImpl::GetCharAttribs(), and ImpEditEngine::InsertTextObject().
|
inline |
Definition at line 62 of file editobj2.hxx.
References nStart.
bool XEditAttribute::IsFeature | ( | ) | const |
Definition at line 62 of file editobj.cxx.
References EE_FEATURE_END(), EE_FEATURE_START(), pItem, and SfxPoolItem::Which().
Referenced by ImpEditEngine::InsertTextObject().
|
inline |
Definition at line 73 of file editobj2.hxx.
References nEnd, nStart, pItem, and SfxPoolItem::Which().
void XEditAttribute::SetItem | ( | const SfxPoolItem & | rNew | ) |
Definition at line 68 of file editobj.cxx.
References pItem.
|
private |
Definition at line 52 of file editobj2.hxx.
Referenced by GetEnd(), GetLen(), and operator==().
|
private |
Definition at line 51 of file editobj2.hxx.
Referenced by GetLen(), GetStart(), and operator==().
|
private |
Definition at line 50 of file editobj2.hxx.
Referenced by GetItem(), IsFeature(), operator==(), and SetItem().