LibreOffice Module extensions (master) 1
|
Public Member Functions | |
PropertyPage () | |
PropertyPage (sal_uInt16 nPagePos, OUString aLabel, std::unique_ptr< OBrowserPage > pPage) | |
Public Attributes | |
sal_uInt16 | nPos |
OUString | sLabel |
std::unique_ptr< OBrowserPage > | xPage |
Definition at line 43 of file propertyeditor.hxx.
pcr::OPropertyEditor::PropertyPage::PropertyPage | ( | ) |
Definition at line 369 of file propertyeditor.cxx.
References nPos.
pcr::OPropertyEditor::PropertyPage::PropertyPage | ( | sal_uInt16 | nPagePos, |
OUString | aLabel, | ||
std::unique_ptr< OBrowserPage > | pPage | ||
) |
Definition at line 374 of file propertyeditor.cxx.
sal_uInt16 pcr::OPropertyEditor::PropertyPage::nPos |
Definition at line 45 of file propertyeditor.hxx.
OUString pcr::OPropertyEditor::PropertyPage::sLabel |
Definition at line 46 of file propertyeditor.hxx.
std::unique_ptr<OBrowserPage> pcr::OPropertyEditor::PropertyPage::xPage |
Definition at line 47 of file propertyeditor.hxx.