|
LibreOffice Module sc (master) 1
|
#include <editutil.hxx>
Public Member Functions | |
| ScEditAttrTester (ScEditEngineDefaulter *pEng) | |
| ~ScEditAttrTester () | |
| bool | NeedsObject () const |
| bool | NeedsCellAttr () const |
| const SfxItemSet & | GetAttribs () const |
Private Attributes | |
| std::unique_ptr< SfxItemSet > | pEditAttrs |
| bool | bNeedsObject |
| bool | bNeedsCellAttr |
Definition at line 92 of file editutil.hxx.
| ScEditAttrTester::ScEditAttrTester | ( | ScEditEngineDefaulter * | pEng | ) |
Definition at line 456 of file editutil.cxx.
References bNeedsCellAttr, bNeedsObject, EE_CHAR_END(), EE_CHAR_ESCAPEMENT(), EE_CHAR_KERNING(), EE_CHAR_PAIRKERNING(), EE_CHAR_START(), EE_CHAR_XMLATTRIBS(), EE_FEATURE_FIELD(), EE_FEATURE_NOTCONV(), SfxItemSet::Get(), EditEngine::GetAttribs(), ScEditEngineDefaulter::GetDefaults(), EditEngine::GetParagraphCount(), EditEngine::GetTextLen(), nId, and pEditAttrs.
| ScEditAttrTester::~ScEditAttrTester | ( | ) |
Definition at line 511 of file editutil.cxx.
|
inline |
Definition at line 104 of file editutil.hxx.
References pEditAttrs.
Referenced by ScViewFunc::EnterData(), and ScDocFunc::PutData().
|
inline |
Definition at line 103 of file editutil.hxx.
References bNeedsCellAttr.
Referenced by ScViewFunc::EnterData(), and ScDocFunc::PutData().
|
inline |
Definition at line 102 of file editutil.hxx.
References bNeedsObject.
Referenced by ScViewFunc::EnterBlock(), ScViewFunc::EnterData(), ScDocFunc::PutData(), and ScDocument::TransliterateText().
|
private |
Definition at line 96 of file editutil.hxx.
Referenced by NeedsCellAttr(), and ScEditAttrTester().
|
private |
Definition at line 95 of file editutil.hxx.
Referenced by NeedsObject(), and ScEditAttrTester().
|
private |
Definition at line 94 of file editutil.hxx.
Referenced by GetAttribs(), and ScEditAttrTester().