LibreOffice Module sw (master)
1
|
Fieldmark with a drop down button (e.g. this button opens the date picker for a date field) More...
#include <bookmrk.hxx>
Public Member Functions | |
FieldmarkWithDropDownButton (const SwPaM &rPaM) | |
virtual | ~FieldmarkWithDropDownButton () override |
virtual void | ShowButton (SwEditWin *pEditWin)=0 |
virtual void | RemoveButton () |
![]() | |
NonTextFieldmark (const SwPaM &rPaM) | |
virtual void | InitDoc (SwDoc &io_rDoc, sw::mark::InsertMode eMode, SwPosition const *pSepPos) override |
virtual void | ReleaseDoc (SwDoc &rDoc) override |
![]() | |
Fieldmark (const SwPaM &rPaM) | |
virtual OUString | GetFieldname () const override |
virtual OUString | GetFieldHelptext () const override |
virtual IFieldmark::parameter_map_t * | GetParameters () override |
virtual const IFieldmark::parameter_map_t * | GetParameters () const override |
virtual void | SetFieldname (const OUString &aFieldname) override |
virtual void | SetFieldHelptext (const OUString &aFieldHelptext) override |
void | SetMarkStartPos (const SwPosition &rNewStartPos) |
void | SetMarkEndPos (const SwPosition &rNewEndPos) |
virtual void | Invalidate () override |
virtual OUString | ToString () const override |
virtual void | dumpAsXml (xmlTextWriterPtr pWriter) const override |
![]() | |
virtual void | CallSwClientNotify (const SfxHint &rHint) const override |
![]() | |
SwModify () | |
virtual | ~SwModify () override |
void | Add (SwClient *pDepend) |
SwClient * | Remove (SwClient *pDepend) |
bool | HasWriterListeners () const |
bool | HasOnlyOneListener () const |
virtual bool | GetInfo (SfxPoolItem &) const override |
void | LockModify () |
void | UnlockModify () |
bool | IsModifyLocked () 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 () |
![]() | |
virtual SwPosition & | GetMarkPos () const override |
virtual const OUString & | GetName () const override |
virtual SwPosition & | GetOtherMarkPos () const override |
virtual SwPosition & | GetMarkStart () const override |
virtual SwPosition & | GetMarkEnd () const override |
virtual bool | IsCoveringPosition (const SwPosition &rPos) const override |
virtual bool | IsExpanded () const override |
void | SetName (const OUString &rName) |
virtual void | SetMarkPos (const SwPosition &rNewPos) |
virtual void | SetOtherMarkPos (const SwPosition &rNewPos) |
virtual void | ClearOtherMarkPos () |
virtual auto | InvalidateFrames () -> void |
void | Swap () |
virtual | ~MarkBase () override |
const css::uno::WeakReference< css::text::XTextContent > & | GetXBookmark () const |
void | SetXBookmark (css::uno::Reference< css::text::XTextContent > const &xBkmk) |
Protected Attributes | |
VclPtr< FormFieldButton > | m_pButton |
![]() | |
std::unique_ptr< SwPosition > | m_pPos1 |
std::unique_ptr< SwPosition > | m_pPos2 |
OUString | m_aName |
css::uno::WeakReference< css::text::XTextContent > | m_wXBookmark |
Additional Inherited Members | |
![]() | |
typedef std::map< OUString, css::uno::Any > | parameter_map_t |
![]() | |
IFieldmark ()=default | |
![]() | |
IMark ()=default | |
![]() | |
SwClient (SwModify *pToRegisterIn) | |
SwModify * | GetRegisteredInNonConst () const |
![]() | |
WriterListener () | |
virtual | ~WriterListener () COVERITY_NOEXCEPT_FALSE |
![]() | |
virtual void | SwClientNotify (const SwModify &, const SfxHint &) override |
MarkBase (const SwPaM &rPaM, const OUString &rName) | |
![]() | |
static OUString | GenerateNewName (std::u16string_view rPrefix) |
Fieldmark with a drop down button (e.g. this button opens the date picker for a date field)
Definition at line 269 of file bookmrk.hxx.
sw::mark::FieldmarkWithDropDownButton::FieldmarkWithDropDownButton | ( | const SwPaM & | rPaM | ) |
Definition at line 640 of file bookmrk.cxx.
|
overridevirtual |
Definition at line 646 of file bookmrk.cxx.
References VclPtr< reference_type >::disposeAndClear(), and m_pButton.
|
virtual |
Reimplemented in sw::mark::DropDownFieldmark.
Definition at line 651 of file bookmrk.cxx.
References VclPtr< reference_type >::disposeAndClear(), and m_pButton.
Referenced by sw::mark::MarkManager::ClearFieldActivation(), and sw::mark::DropDownFieldmark::RemoveButton().
Implemented in sw::mark::DateFieldmark, and sw::mark::DropDownFieldmark.
Referenced by sw::mark::MarkManager::NotifyCursorUpdate().
|
protected |
Definition at line 280 of file bookmrk.hxx.
Referenced by RemoveButton(), sw::mark::DropDownFieldmark::SetPortionPaintArea(), sw::mark::DateFieldmark::SetPortionPaintAreaEnd(), sw::mark::DropDownFieldmark::ShowButton(), sw::mark::DateFieldmark::ShowButton(), and ~FieldmarkWithDropDownButton().