#include <basedlg.hxx>


Public Member Functions | |
| WidgetProperty (const Reference< XInterface > &) | |
| virtual | ~WidgetProperty () throw () |
| void | setPositionX (sal_Int32) const |
| void | setPositionY (sal_Int32) const |
| void | setWidth (sal_Int32) const |
| void | setHeight (sal_Int32) const |
| void | setName (const rtl::OUString &) const |
| void | setLabel (const rtl::OUString &) const |
Private Attributes | |
| std::auto_ptr < WidgetPropertyImpl > | m_pImpl |
Definition at line 194 of file basedlg.hxx.
| scsolver::WidgetProperty::WidgetProperty | ( | const Reference< XInterface > & | aRef | ) |
Definition at line 954 of file basedlg.cxx.
| scsolver::WidgetProperty::~WidgetProperty | ( | ) | throw () [virtual] |
Definition at line 959 of file basedlg.cxx.
| void scsolver::WidgetProperty::setPositionX | ( | sal_Int32 | n | ) | const |
| void scsolver::WidgetProperty::setPositionY | ( | sal_Int32 | n | ) | const |
| void scsolver::WidgetProperty::setWidth | ( | sal_Int32 | n | ) | const |
| void scsolver::WidgetProperty::setHeight | ( | sal_Int32 | n | ) | const |
| void scsolver::WidgetProperty::setName | ( | const rtl::OUString & | s | ) | const |
| void scsolver::WidgetProperty::setLabel | ( | const rtl::OUString & | s | ) | const |
std::auto_ptr<WidgetPropertyImpl> scsolver::WidgetProperty::m_pImpl [private] |
Reimplemented from scsolver::ObjProperty.
Definition at line 208 of file basedlg.hxx.
Referenced by setHeight(), setLabel(), setName(), setPositionX(), setPositionY(), and setWidth().
1.5.3