LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
ScDataFormFragment Struct Reference

#include <viewfunc.hxx>

Public Member Functions

 ScDataFormFragment (weld::Container *pGrid, int nLine)
 

Public Attributes

std::unique_ptr< weld::Builderm_xBuilder
 
std::unique_ptr< weld::Labelm_xLabel
 
std::unique_ptr< weld::Entrym_xEdit
 

Detailed Description

Definition at line 61 of file viewfunc.hxx.

Constructor & Destructor Documentation

◆ ScDataFormFragment()

ScDataFormFragment::ScDataFormFragment ( weld::Container pGrid,
int  nLine 
)

Definition at line 343 of file datafdlg.cxx.

References m_xEdit, m_xLabel, and m_xLabel.

Member Data Documentation

◆ m_xBuilder

std::unique_ptr<weld::Builder> ScDataFormFragment::m_xBuilder

Definition at line 63 of file viewfunc.hxx.

◆ m_xEdit

std::unique_ptr<weld::Entry> ScDataFormFragment::m_xEdit

Definition at line 65 of file viewfunc.hxx.

Referenced by ScDataFormFragment().

◆ m_xLabel

std::unique_ptr<weld::Label> ScDataFormFragment::m_xLabel

Definition at line 64 of file viewfunc.hxx.

Referenced by ScDataFormFragment().


The documentation for this struct was generated from the following files: