LibreOffice Module cui (master) 1
|
Public Member Functions | |
Row (std::unique_ptr< weld::Label > xLabel_) | |
Public Attributes | |
std::unique_ptr< weld::Label > | xLabel |
unsigned | nFirstField |
unsigned | nLastField |
Definition at line 167 of file optgenrl.cxx.
|
inlineexplicit |
Definition at line 175 of file optgenrl.cxx.
References xLabel.
unsigned SvxGeneralTabPage::Row::nFirstField |
Definition at line 172 of file optgenrl.cxx.
Referenced by SvxGeneralTabPage::InitControls(), SvxGeneralTabPage::SetData_Impl(), and SvxGeneralTabPage::SetLinks().
unsigned SvxGeneralTabPage::Row::nLastField |
Definition at line 172 of file optgenrl.cxx.
Referenced by SvxGeneralTabPage::InitControls(), SvxGeneralTabPage::SetData_Impl(), and SvxGeneralTabPage::SetLinks().
std::unique_ptr<weld::Label> SvxGeneralTabPage::Row::xLabel |
Definition at line 170 of file optgenrl.cxx.
Referenced by Row(), and SvxGeneralTabPage::SetData_Impl().