|
LibreOffice Module sw (master) 1
|
#include <wrthtml.hxx>
Public Member Functions | |
| HTMLControl (css::uno::Reference< css::container::XIndexContainer > xForm, SwNodeOffset nIdx) | |
| ~HTMLControl () | |
| bool | operator< (const HTMLControl &rCtrl) const |
Public Attributes | |
| css::uno::Reference< css::container::XIndexContainer > | xFormComps |
| SwNodeOffset | nNdIdx |
| sal_Int32 | nCount |
Definition at line 190 of file wrthtml.hxx.
| HTMLControl::HTMLControl | ( | css::uno::Reference< css::container::XIndexContainer > | xForm, |
| SwNodeOffset | nIdx | ||
| ) |
Definition at line 1340 of file htmlforw.cxx.
References nCount.
| HTMLControl::~HTMLControl | ( | ) |
Definition at line 1346 of file htmlforw.cxx.
|
inline |
Definition at line 201 of file wrthtml.hxx.
| sal_Int32 HTMLControl::nCount |
Definition at line 195 of file wrthtml.hxx.
| SwNodeOffset HTMLControl::nNdIdx |
Definition at line 194 of file wrthtml.hxx.
| css::uno::Reference<css::container::XIndexContainer> HTMLControl::xFormComps |
Definition at line 193 of file wrthtml.hxx.