|
LibreOffice Module editeng (master) 1
|
#include <flditem.hxx>
Public Member Functions | |
| virtual sal_Int32 | GetClassId () const override |
| SvxURLField () | |
| SvxURLField (OUString aURL, OUString aRepres, SvxURLFormat eFmt=SvxURLFormat::Url) | |
| const OUString & | GetURL () const |
| void | SetURL (const OUString &rURL) |
| const OUString & | GetRepresentation () const |
| void | SetRepresentation (const OUString &rRep) |
| const OUString & | GetTargetFrame () const |
| void | SetTargetFrame (const OUString &rFrm) |
| SvxURLFormat | GetFormat () const |
| void | SetFormat (SvxURLFormat eFmt) |
| virtual std::unique_ptr< SvxFieldData > | Clone () const override |
| virtual bool | operator== (const SvxFieldData &) const override |
| virtual MetaAction * | createBeginComment () const override |
Public Member Functions inherited from SvxFieldData | |
| virtual sal_Int32 | GetClassId () const |
| SvxFieldData () | |
| virtual | ~SvxFieldData () |
| SvxFieldData (SvxFieldData const &)=default | |
| SvxFieldData (SvxFieldData &&)=default | |
| SvxFieldData & | operator= (SvxFieldData const &)=default |
| SvxFieldData & | operator= (SvxFieldData &&)=default |
| virtual std::unique_ptr< SvxFieldData > | Clone () const |
| virtual bool | operator== (const SvxFieldData &) const |
| virtual MetaAction * | createBeginComment () const |
Static Public Attributes | |
| static constexpr auto | CLASS_ID = css::text::textfield::Type::URL |
Static Public Attributes inherited from SvxFieldData | |
| static constexpr auto | CLASS_ID = css::text::textfield::Type::UNSPECIFIED |
Private Attributes | |
| SvxURLFormat | eFormat |
| OUString | aURL |
| OUString | aRepresentation |
| OUString | aTargetFrame |
Additional Inherited Members | |
Static Public Member Functions inherited from SvxFieldData | |
| static SvxFieldData * | Create (const css::uno::Reference< css::text::XTextContent > &xContent) |
| static MetaAction * | createEndComment () |
Definition at line 144 of file flditem.hxx.
| SvxURLField::SvxURLField | ( | ) |
Definition at line 434 of file flditem.cxx.
| SvxURLField::SvxURLField | ( | OUString | aURL, |
| OUString | aRepres, | ||
| SvxURLFormat | eFmt = SvxURLFormat::Url |
||
| ) |
Definition at line 440 of file flditem.cxx.
|
overridevirtual |
Reimplemented from SvxFieldData.
Definition at line 447 of file flditem.cxx.
|
overridevirtual |
|
inlineoverridevirtual |
Reimplemented from SvxFieldData.
Definition at line 154 of file flditem.hxx.
|
inline |
Definition at line 168 of file flditem.hxx.
|
inline |
Definition at line 162 of file flditem.hxx.
|
inline |
Definition at line 165 of file flditem.hxx.
|
inline |
Definition at line 159 of file flditem.hxx.
References aURL.
|
overridevirtual |
Reimplemented from SvxFieldData.
Definition at line 453 of file flditem.cxx.
References aRepresentation, aTargetFrame, aURL, and eFormat.
|
inline |
Definition at line 169 of file flditem.hxx.
|
inline |
Definition at line 163 of file flditem.hxx.
|
inline |
Definition at line 166 of file flditem.hxx.
|
inline |
Definition at line 160 of file flditem.hxx.
References aURL.
|
private |
Definition at line 149 of file flditem.hxx.
Referenced by operator==().
|
private |
Definition at line 150 of file flditem.hxx.
Referenced by operator==().
|
private |
Definition at line 148 of file flditem.hxx.
Referenced by createBeginComment(), and operator==().
|
staticconstexpr |
Definition at line 153 of file flditem.hxx.
|
private |
Definition at line 147 of file flditem.hxx.
Referenced by operator==(), and SvxURLField().