LibreOffice Module sw (master) 1
|
#include <ww8par.hxx>
Public Member Functions | |
WW8FormulaListBox (SwWW8ImplReader &rR) | |
virtual bool | Import (const css::uno::Reference< css::lang::XMultiServiceFactory > &rServiceFactory, css::uno::Reference< css::form::XFormComponent > &rFComp, css::awt::Size &rSz) override |
Public Member Functions inherited from WW8FormulaControl | |
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 |
Private Member Functions | |
WW8FormulaListBox (const WW8FormulaListBox &)=delete | |
WW8FormulaListBox & | operator= (const WW8FormulaListBox &)=delete |
Additional Inherited Members | |
Public Attributes inherited from WW8FormulaControl | |
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 inherited from WW8FormulaControl | |
WW8FormulaControl (WW8FormulaControl const &)=delete | |
WW8FormulaControl & | operator= (WW8FormulaControl const &)=delete |
Protected Attributes inherited from WW8FormulaControl | |
SwWW8ImplReader & | mrRdr |
Definition at line 706 of file ww8par.hxx.
|
privatedelete |
|
explicit |
Definition at line 2258 of file ww8par3.cxx.
|
overridevirtual |
Implements WW8FormulaControl.
Definition at line 2401 of file ww8par3.cxx.
References WW8FormulaControl::maListEntries, WW8FormulaControl::mfDropdownIndex, SwWW8ImplReader::MiserableDropDownFormHack(), WW8FormulaControl::mrRdr, WW8FormulaControl::msName, WW8FormulaControl::msTitle, WW8FormulaControl::msToolTip, and u.
|
privatedelete |