LibreOffice Module editeng (master) 1
|
#include <outliner.hxx>
Public Member Functions | |
EditFieldInfo (Outliner *pOutl, const SvxFieldItem &rFItem, sal_Int32 nPa, sal_Int32 nPo) | |
Outliner * | GetOutliner () const |
const SvxFieldItem & | GetField () const |
std::optional< Color > const & | GetTextColor () const |
void | SetTextColor (std::optional< Color > xCol) |
std::optional< Color > const & | GetFieldColor () const |
void | SetFieldColor (std::optional< Color > xCol) |
std::optional< FontLineStyle > const & | GetFontLineStyle () const |
void | SetFontLineStyle (std::optional< FontLineStyle > xLineStyle) |
sal_Int32 | GetPara () const |
sal_Int32 | GetPos () const |
const OUString & | GetRepresentation () const |
OUString & | GetRepresentation () |
void | SetRepresentation (const OUString &rStr) |
void | SetSdrPage (SdrPage *pPage) |
SdrPage * | GetSdrPage () const |
Private Member Functions | |
EditFieldInfo (const EditFieldInfo &)=delete | |
Private Attributes | |
Outliner * | pOutliner |
const SvxFieldItem & | rFldItem |
std::optional< Color > | mxTxtColor |
std::optional< Color > | mxFldColor |
std::optional< FontLineStyle > | mxFldLineStyle |
OUString | aRepresentation |
sal_Int32 | nPara |
sal_Int32 | nPos |
SdrPage * | mpSdrPage |
Definition at line 499 of file outliner.hxx.
|
privatedelete |
|
inline |
|
inline |
Definition at line 529 of file outliner.hxx.
References rFldItem.
|
inline |
Definition at line 534 of file outliner.hxx.
References mxFldColor.
Referenced by Outliner::CalcFieldValue().
|
inline |
Definition at line 537 of file outliner.hxx.
References mxFldLineStyle.
Referenced by Outliner::CalcFieldValue().
|
inline |
Definition at line 527 of file outliner.hxx.
References pOutliner.
|
inline |
Definition at line 540 of file outliner.hxx.
References nPara.
|
inline |
Definition at line 541 of file outliner.hxx.
References nPos.
|
inline |
Definition at line 544 of file outliner.hxx.
References aRepresentation.
|
inline |
Definition at line 543 of file outliner.hxx.
References aRepresentation.
Referenced by Outliner::CalcFieldValue().
|
inline |
Definition at line 548 of file outliner.hxx.
References mpSdrPage.
|
inline |
Definition at line 531 of file outliner.hxx.
References mxTxtColor.
Referenced by Outliner::CalcFieldValue().
|
inline |
Definition at line 535 of file outliner.hxx.
References mxFldColor.
Referenced by Outliner::CalcFieldValue().
|
inline |
Definition at line 538 of file outliner.hxx.
References mxFldLineStyle.
|
inline |
Definition at line 545 of file outliner.hxx.
References aRepresentation.
|
inline |
Definition at line 547 of file outliner.hxx.
References mpSdrPage.
|
inline |
Definition at line 532 of file outliner.hxx.
References mxTxtColor.
|
private |
Definition at line 509 of file outliner.hxx.
Referenced by GetRepresentation(), and SetRepresentation().
|
private |
Definition at line 516 of file outliner.hxx.
Referenced by EditFieldInfo(), GetSdrPage(), and SetSdrPage().
|
private |
Definition at line 506 of file outliner.hxx.
Referenced by GetFieldColor(), and SetFieldColor().
|
private |
Definition at line 507 of file outliner.hxx.
Referenced by GetFontLineStyle(), and SetFontLineStyle().
|
private |
Definition at line 505 of file outliner.hxx.
Referenced by GetTextColor(), and SetTextColor().
|
private |
Definition at line 511 of file outliner.hxx.
Referenced by EditFieldInfo(), and GetPara().
|
private |
Definition at line 512 of file outliner.hxx.
Referenced by EditFieldInfo(), and GetPos().
|
private |
Definition at line 502 of file outliner.hxx.
Referenced by EditFieldInfo(), and GetOutliner().
|
private |
Definition at line 503 of file outliner.hxx.
Referenced by GetField().