LibreOffice Module sw (master) 1
|
#include <ww8par.hxx>
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 | |
WW8FormulaControl & | operator= (WW8FormulaControl const &)=delete |
Protected Attributes | |
SwWW8ImplReader & | mrRdr |
Definition at line 647 of file ww8par.hxx.
|
protecteddelete |
|
inline |
Definition at line 656 of file ww8par.hxx.
|
inlinevirtual |
Definition at line 684 of file ww8par.hxx.
void WW8FormulaControl::FormulaRead | ( | SwWw8ControlType | nWhich, |
SvStream * | pD | ||
) |
Definition at line 2140 of file ww8par3.cxx.
References maListEntries, mbHelp, mfDropdownIndex, mfNoMark, mfToolTip, mfType, mfUnused, mnChecked, mnMaxLen, msDefault, msEntryMcr, msExitMcr, msFormatting, msHelp, msTitle, msToolTip, nVersion, read_uInt16_BeltAndBracesString(), read_uInt16_PascalString(), SvStream::ReadUChar(), SvStream::ReadUInt16(), SvStream::ReadUInt32(), SvStream::remainingSize(), SAL_WARN, u, WW8_CT_CHECKBOX, WW8_CT_DROPDOWN, and WW8_CT_EDIT.
Referenced by SwWW8ImplReader::ImportFormulaControl().
|
pure virtual |
Implemented in WW8FormulaEditBox, WW8FormulaCheckBox, and WW8FormulaListBox.
Referenced by SwMSConvertControls::InsertFormula().
|
protecteddelete |
std::vector<OUString> WW8FormulaControl::maListEntries |
Definition at line 683 of file ww8par.hxx.
Referenced by FormulaRead(), WW8FormulaListBox::Import(), and SwWW8ImplReader::Read_F_FormListBox().
bool WW8FormulaControl::mbHelp |
Definition at line 678 of file ww8par.hxx.
Referenced by FormulaRead().
sal_uInt8 WW8FormulaControl::mfDropdownIndex |
Definition at line 664 of file ww8par.hxx.
Referenced by FormulaRead(), WW8FormulaListBox::Import(), and SwWW8ImplReader::Read_F_FormListBox().
sal_uInt8 WW8FormulaControl::mfNoMark |
Definition at line 666 of file ww8par.hxx.
Referenced by FormulaRead().
sal_uInt8 WW8FormulaControl::mfToolTip |
Definition at line 665 of file ww8par.hxx.
Referenced by FormulaRead().
sal_uInt8 WW8FormulaControl::mfType |
Definition at line 667 of file ww8par.hxx.
Referenced by FormulaRead(), and SwWW8ImplReader::Read_F_FormTextBox().
sal_uInt8 WW8FormulaControl::mfUnknown |
Definition at line 663 of file ww8par.hxx.
sal_uInt8 WW8FormulaControl::mfUnused |
Definition at line 668 of file ww8par.hxx.
Referenced by FormulaRead().
sal_uInt16 WW8FormulaControl::mhpsCheckBox |
Definition at line 670 of file ww8par.hxx.
Referenced by WW8FormulaCheckBox::Import().
sal_uInt16 WW8FormulaControl::mnChecked |
Definition at line 671 of file ww8par.hxx.
Referenced by FormulaRead(), WW8FormulaCheckBox::Import(), and SwWW8ImplReader::Read_F_FormCheckBox().
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().
|
protected |
Definition at line 650 of file ww8par.hxx.
Referenced by WW8FormulaListBox::Import().
OUString WW8FormulaControl::msDefault |
Definition at line 676 of file ww8par.hxx.
Referenced by FormulaRead(), and SwWW8ImplReader::Read_F_FormTextBox().
OUString WW8FormulaControl::msEntryMcr |
Definition at line 681 of file ww8par.hxx.
Referenced by FormulaRead().
OUString WW8FormulaControl::msExitMcr |
Definition at line 682 of file ww8par.hxx.
Referenced by FormulaRead().
OUString WW8FormulaControl::msFormatting |
Definition at line 677 of file ww8par.hxx.
Referenced by FormulaRead().
OUString WW8FormulaControl::msHelp |
Definition at line 679 of file ww8par.hxx.
Referenced by FormulaRead(), WW8FormulaCheckBox::Import(), SwWW8ImplReader::Read_F_FormListBox(), and SwWW8ImplReader::Read_F_FormTextBox().
OUString WW8FormulaControl::msName |
Definition at line 689 of file ww8par.hxx.
Referenced by WW8FormulaCheckBox::Import(), and WW8FormulaListBox::Import().
OUString WW8FormulaControl::msTitle |
Definition at line 675 of file ww8par.hxx.
Referenced by FormulaRead(), WW8FormulaCheckBox::Import(), WW8FormulaListBox::Import(), SwWW8ImplReader::Read_F_FormCheckBox(), SwWW8ImplReader::Read_F_FormListBox(), and SwWW8ImplReader::Read_F_FormTextBox().
OUString WW8FormulaControl::msToolTip |
Definition at line 680 of file ww8par.hxx.
Referenced by FormulaRead(), WW8FormulaCheckBox::Import(), WW8FormulaListBox::Import(), SwWW8ImplReader::Read_F_FormCheckBox(), SwWW8ImplReader::Read_F_FormListBox(), and SwWW8ImplReader::Read_F_FormTextBox().