LibreOffice Module sfx2 (master) 1
|
#include <frmdescr.hxx>
Public Member Functions | |
SfxFrameDescriptor () | |
~SfxFrameDescriptor () | |
SfxItemSet * | GetArgs () |
const INetURLObject & | GetURL () const |
void | SetURL (std::u16string_view rURL) |
void | SetActualURL () |
const OUString & | GetName () const |
void | SetName (const OUString &rName) |
const Size & | GetMargin () const |
void | SetMargin (const Size &rMargin) |
ScrollingMode | GetScrollingMode () const |
void | SetScrollingMode (ScrollingMode eMode) |
bool | HasFrameBorder () const |
bool | IsFrameBorderOn () const |
void | SetFrameBorder (bool bBorder) |
bool | IsFrameBorderSet () const |
void | ResetBorder () |
Private Attributes | |
INetURLObject | aURL |
OUString | aName |
Size | aMargin |
ScrollingMode | eScroll |
bool | bHasBorder |
bool | bHasBorderSet |
std::unique_ptr< SfxItemSet > | m_pArgs |
Definition at line 50 of file frmdescr.hxx.
SfxFrameDescriptor::SfxFrameDescriptor | ( | ) |
Definition at line 26 of file frmdescr.cxx.
References Auto.
SfxFrameDescriptor::~SfxFrameDescriptor | ( | ) |
Definition at line 34 of file frmdescr.cxx.
SfxItemSet * SfxFrameDescriptor::GetArgs | ( | ) |
Definition at line 38 of file frmdescr.cxx.
References m_pArgs, and SfxGetpApp().
Referenced by SfxFrame::GetViewData_Impl(), and SfxFrame::UpdateDescriptor().
|
inline |
Definition at line 78 of file frmdescr.hxx.
Referenced by SfxFrameHTMLParser::ParseFrameOptions().
|
inline |
Definition at line 72 of file frmdescr.hxx.
References aName.
|
inline |
Definition at line 82 of file frmdescr.hxx.
|
inline |
Definition at line 66 of file frmdescr.hxx.
References aURL.
|
inline |
Definition at line 88 of file frmdescr.hxx.
|
inline |
Definition at line 90 of file frmdescr.hxx.
|
inline |
Definition at line 94 of file frmdescr.hxx.
|
inline |
Definition at line 96 of file frmdescr.hxx.
void SfxFrameDescriptor::SetActualURL | ( | ) |
Definition at line 51 of file frmdescr.cxx.
References m_pArgs.
Referenced by SetURL(), and SfxFrame::UpdateDescriptor().
|
inline |
Definition at line 92 of file frmdescr.hxx.
Referenced by SfxFrameHTMLParser::ParseFrameOptions().
|
inline |
Definition at line 80 of file frmdescr.hxx.
Referenced by SfxFrameHTMLParser::ParseFrameOptions().
|
inline |
Definition at line 74 of file frmdescr.hxx.
References aName.
Referenced by SfxFrameHTMLParser::ParseFrameOptions().
|
inline |
Definition at line 84 of file frmdescr.hxx.
References eMode.
Referenced by SfxFrameHTMLParser::ParseFrameOptions().
void SfxFrameDescriptor::SetURL | ( | std::u16string_view | rURL | ) |
Definition at line 45 of file frmdescr.cxx.
References aURL, and SetActualURL().
Referenced by SfxFrameHTMLParser::ParseFrameOptions().
|
private |
Definition at line 54 of file frmdescr.hxx.
|
private |
Definition at line 53 of file frmdescr.hxx.
|
private |
Definition at line 52 of file frmdescr.hxx.
Referenced by SetURL().
|
private |
Definition at line 56 of file frmdescr.hxx.
|
private |
Definition at line 57 of file frmdescr.hxx.
|
private |
Definition at line 55 of file frmdescr.hxx.
|
private |
Definition at line 58 of file frmdescr.hxx.
Referenced by GetArgs(), and SetActualURL().