LibreOffice Module sw (master) 1
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
WW8FormulaControl Class Referenceabstract

#include <ww8par.hxx>

Inheritance diagram for WW8FormulaControl:
[legend]
Collaboration diagram for WW8FormulaControl:
[legend]

Public Member Functions

 WW8FormulaControl (OUString aN, SwWW8ImplReader &rRdr)
 
virtual ~WW8FormulaControl ()
 
void FormulaRead (SwWw8ControlType nWhich, SvStream *pD)
 
virtual bool Import (const css::uno::Reference< css::lang::XMultiServiceFactory > &rServiceFactory, css::uno::Reference< css::form::XFormComponent > &rFComp, css::awt::Size &rSz)=0
 

Public Attributes

sal_uInt8 mfUnknown:2
 
sal_uInt8 mfDropdownIndex:6
 
sal_uInt8 mfToolTip:1
 
sal_uInt8 mfNoMark:1
 
sal_uInt8 mfType:3
 
sal_uInt8 mfUnused:3
 
sal_uInt16 mhpsCheckBox
 
sal_uInt16 mnChecked
 
sal_uInt16 mnMaxLen
 FFData.cch in the spec: maximum length, in characters, of the value of the textbox. More...
 
OUString msTitle
 
OUString msDefault
 
OUString msFormatting
 
bool mbHelp
 
OUString msHelp
 
OUString msToolTip
 
OUString msEntryMcr
 
OUString msExitMcr
 
std::vector< OUString > maListEntries
 
OUString msName
 

Protected Member Functions

 WW8FormulaControl (WW8FormulaControl const &)=delete
 
WW8FormulaControloperator= (WW8FormulaControl const &)=delete
 

Protected Attributes

SwWW8ImplReadermrRdr
 

Detailed Description

Definition at line 647 of file ww8par.hxx.

Constructor & Destructor Documentation

◆ WW8FormulaControl() [1/2]

WW8FormulaControl::WW8FormulaControl ( WW8FormulaControl const &  )
protecteddelete

◆ WW8FormulaControl() [2/2]

WW8FormulaControl::WW8FormulaControl ( OUString  aN,
SwWW8ImplReader rRdr 
)
inline

Definition at line 656 of file ww8par.hxx.

◆ ~WW8FormulaControl()

virtual WW8FormulaControl::~WW8FormulaControl ( )
inlinevirtual

Definition at line 684 of file ww8par.hxx.

Member Function Documentation

◆ FormulaRead()

void WW8FormulaControl::FormulaRead ( SwWw8ControlType  nWhich,
SvStream pD 
)

◆ Import()

virtual bool WW8FormulaControl::Import ( const css::uno::Reference< css::lang::XMultiServiceFactory > &  rServiceFactory,
css::uno::Reference< css::form::XFormComponent > &  rFComp,
css::awt::Size &  rSz 
)
pure virtual

◆ operator=()

WW8FormulaControl & WW8FormulaControl::operator= ( WW8FormulaControl const &  )
protecteddelete

Member Data Documentation

◆ maListEntries

std::vector<OUString> WW8FormulaControl::maListEntries

◆ mbHelp

bool WW8FormulaControl::mbHelp

Definition at line 678 of file ww8par.hxx.

Referenced by FormulaRead().

◆ mfDropdownIndex

sal_uInt8 WW8FormulaControl::mfDropdownIndex

◆ mfNoMark

sal_uInt8 WW8FormulaControl::mfNoMark

Definition at line 666 of file ww8par.hxx.

Referenced by FormulaRead().

◆ mfToolTip

sal_uInt8 WW8FormulaControl::mfToolTip

Definition at line 665 of file ww8par.hxx.

Referenced by FormulaRead().

◆ mfType

sal_uInt8 WW8FormulaControl::mfType

Definition at line 667 of file ww8par.hxx.

Referenced by FormulaRead(), and SwWW8ImplReader::Read_F_FormTextBox().

◆ mfUnknown

sal_uInt8 WW8FormulaControl::mfUnknown

Definition at line 663 of file ww8par.hxx.

◆ mfUnused

sal_uInt8 WW8FormulaControl::mfUnused

Definition at line 668 of file ww8par.hxx.

Referenced by FormulaRead().

◆ mhpsCheckBox

sal_uInt16 WW8FormulaControl::mhpsCheckBox

Definition at line 670 of file ww8par.hxx.

Referenced by WW8FormulaCheckBox::Import().

◆ mnChecked

sal_uInt16 WW8FormulaControl::mnChecked

◆ mnMaxLen

sal_uInt16 WW8FormulaControl::mnMaxLen

FFData.cch in the spec: maximum length, in characters, of the value of the textbox.

Definition at line 674 of file ww8par.hxx.

Referenced by FormulaRead(), and SwWW8ImplReader::Read_F_FormTextBox().

◆ mrRdr

SwWW8ImplReader& WW8FormulaControl::mrRdr
protected

Definition at line 650 of file ww8par.hxx.

Referenced by WW8FormulaListBox::Import().

◆ msDefault

OUString WW8FormulaControl::msDefault

Definition at line 676 of file ww8par.hxx.

Referenced by FormulaRead(), and SwWW8ImplReader::Read_F_FormTextBox().

◆ msEntryMcr

OUString WW8FormulaControl::msEntryMcr

Definition at line 681 of file ww8par.hxx.

Referenced by FormulaRead().

◆ msExitMcr

OUString WW8FormulaControl::msExitMcr

Definition at line 682 of file ww8par.hxx.

Referenced by FormulaRead().

◆ msFormatting

OUString WW8FormulaControl::msFormatting

Definition at line 677 of file ww8par.hxx.

Referenced by FormulaRead().

◆ msHelp

OUString WW8FormulaControl::msHelp

◆ msName

OUString WW8FormulaControl::msName

Definition at line 689 of file ww8par.hxx.

Referenced by WW8FormulaCheckBox::Import(), and WW8FormulaListBox::Import().

◆ msTitle

OUString WW8FormulaControl::msTitle

◆ msToolTip

OUString WW8FormulaControl::msToolTip

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