
Public Member Functions | |
| WidgetPropertyImpl (WidgetProperty *) | |
| ~WidgetPropertyImpl () 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 | |
| WidgetProperty * | m_pSelf |
Definition at line 895 of file basedlg.cxx.
| scsolver::WidgetPropertyImpl::WidgetPropertyImpl | ( | WidgetProperty * | p | ) |
Definition at line 912 of file basedlg.cxx.
| scsolver::WidgetPropertyImpl::~WidgetPropertyImpl | ( | ) | throw () |
Definition at line 917 of file basedlg.cxx.
| void scsolver::WidgetPropertyImpl::setPositionX | ( | sal_Int32 | n | ) | const |
Definition at line 921 of file basedlg.cxx.
References m_pSelf, and scsolver::ObjProperty::setPropertyValue().
| void scsolver::WidgetPropertyImpl::setPositionY | ( | sal_Int32 | n | ) | const |
Definition at line 926 of file basedlg.cxx.
References m_pSelf, and scsolver::ObjProperty::setPropertyValue().
| void scsolver::WidgetPropertyImpl::setWidth | ( | sal_Int32 | n | ) | const |
Definition at line 931 of file basedlg.cxx.
References m_pSelf, and scsolver::ObjProperty::setPropertyValue().
| void scsolver::WidgetPropertyImpl::setHeight | ( | sal_Int32 | n | ) | const |
Definition at line 936 of file basedlg.cxx.
References m_pSelf, and scsolver::ObjProperty::setPropertyValue().
| void scsolver::WidgetPropertyImpl::setName | ( | const rtl::OUString & | s | ) | const |
Definition at line 941 of file basedlg.cxx.
References m_pSelf, and scsolver::ObjProperty::setPropertyValue().
| void scsolver::WidgetPropertyImpl::setLabel | ( | const rtl::OUString & | s | ) | const |
Definition at line 946 of file basedlg.cxx.
References m_pSelf, and scsolver::ObjProperty::setPropertyValue().
Definition at line 909 of file basedlg.cxx.
Referenced by setHeight(), setLabel(), setName(), setPositionX(), setPositionY(), and setWidth().
1.5.3