LibreOffice Module sw (master)
1
|
#include <IMark.hxx>
Public Types | |
typedef std::map< OUString, css::uno::Any > | parameter_map_t |
Public Member Functions | |
virtual OUString | GetFieldname () const =0 |
virtual OUString | GetFieldHelptext () const =0 |
virtual parameter_map_t * | GetParameters ()=0 |
virtual const parameter_map_t * | GetParameters () const =0 |
virtual void | SetFieldname (const OUString &rFieldname)=0 |
virtual void | SetFieldHelptext (const OUString &rFieldHelptext)=0 |
virtual void | Invalidate ()=0 |
![]() | |
virtual const SwPosition & | GetMarkPos () const =0 |
virtual const SwPosition & | GetOtherMarkPos () const =0 |
virtual const SwPosition & | GetMarkStart () const =0 |
virtual const SwPosition & | GetMarkEnd () const =0 |
virtual const OUString & | GetName () const =0 |
virtual bool | IsExpanded () const =0 |
virtual bool | IsCoveringPosition (const SwPosition &rPos) const =0 |
virtual OUString | ToString () const =0 |
virtual void | dumpAsXml (xmlTextWriterPtr pWriter) const =0 |
![]() | |
virtual void | CallSwClientNotify (const SfxHint &rHint) const override |
![]() | |
SwModify () | |
virtual | ~SwModify () override |
void | Add (SwClient *pDepend) |
SwClient * | Remove (SwClient *pDepend) |
bool | HasWriterListeners () const |
virtual bool | GetInfo (SfxPoolItem &) const override |
void | LockModify () |
void | UnlockModify () |
void | SetInCache (bool bNew) |
void | SetInDocDTOR () |
bool | IsModifyLocked () const |
bool | IsInCache () const |
void | CheckCaching (const sal_uInt16 nWhich) |
bool | HasOnlyOneListener () const |
![]() | |
SwClient () | |
SwClient (SwClient &&) noexcept | |
virtual | ~SwClient () override |
std::unique_ptr< sw::ModifyChangedHint > | CheckRegistration (const SfxPoolItem *pOldValue) |
void | CheckRegistrationFormat (SwFormat &rOld) |
const SwModify * | GetRegisteredIn () const |
SwModify * | GetRegisteredIn () |
void | EndListeningAll () |
void | StartListeningToSameModifyAs (const SwClient &) |
![]() | |
bool | IsLast () const |
![]() | |
BroadcasterMixin ()=default | |
BroadcasterMixin (BroadcasterMixin const &)=default | |
BroadcasterMixin & | operator= (const BroadcasterMixin &) |
SvtBroadcaster & | GetNotifier () |
Protected Member Functions | |
IFieldmark ()=default | |
![]() | |
IMark ()=default | |
![]() | |
virtual void | SwClientNotify (const SwModify &, const SfxHint &rHint) override |
![]() | |
SwClient (SwModify *pToRegisterIn) | |
SwModify * | GetRegisteredInNonConst () const |
![]() | |
WriterListener () | |
virtual | ~WriterListener () COVERITY_NOEXCEPT_FALSE |
Private Member Functions | |
IFieldmark (IFieldmark const &)=delete | |
IFieldmark & | operator= (IFieldmark const &)=delete |
typedef std::map< OUString, css::uno::Any> sw::mark::IFieldmark::parameter_map_t |
|
protecteddefault |
|
privatedelete |
|
pure virtual |
Implemented in sw::mark::Fieldmark.
|
pure virtual |
Implemented in sw::mark::Fieldmark.
Referenced by SwTextShell::Execute(), sw::mark::MarkManager::getDropDownFor(), sw::mark::MarkManager::getDropDownsFor(), SwTextShell::GetState(), SwPaM::HasReadonlySel(), lcl_getFieldCode(), lcl_getFieldId(), SwEditWin::MouseButtonDown(), SwEditWin::MouseButtonUp(), SwHTMLWriter::OutPointFieldmarks(), MSWordExportBase::OutputTextNode(), and SwTextFormatter::WhichTextPor().
|
pure virtual |
Implemented in sw::mark::Fieldmark.
Referenced by sw::DateFormFieldDialog::Apply(), sw::DropDownFormFieldDialog::Apply(), sw::CopyBookmarks(), SwWW8ImplReader::End_Field(), SwTextShell::ExecField(), sw::mark::ExpandFieldmark(), SwXFieldmarkParameters::getCoreParameters(), sw::mark::DateFieldmark::GetCurrentDate(), sw::mark::DateFieldmark::GetDateInCurrentDateFormat(), sw::DateFormFieldDialog::InitControls(), sw::DropDownFormFieldDialog::InitControls(), sw::mark::DateFieldmark::InvalidateCurrentDateParam(), MSWordExportBase::OutputTextNode(), sw::mark::DateFieldmark::ParseCurrentDateParam(), SwWW8ImplReader::Read_F_FormCheckBox(), SwWW8ImplReader::Read_F_FormListBox(), and sw::mark::DateFieldmark::SetCurrentDate().
|
pure virtual |
Implemented in sw::mark::Fieldmark.
|
pure virtual |
Implemented in sw::mark::Fieldmark.
Referenced by SwTextShell::Execute(), SwXTextDocument::executeFromFieldEvent(), and SwEditWin::MouseButtonUp().
|
privatedelete |
|
pure virtual |
Implemented in sw::mark::Fieldmark.
Referenced by sw::CopyBookmarks().
|
pure virtual |
Implemented in sw::mark::Fieldmark.
Referenced by sw::CopyBookmarks(), sw::mark::MarkManager::makeFieldBookmark(), and sw::mark::MarkManager::makeNoTextFieldBookmark().