LibreOffice Module extensions (master) 1
|
#include <optiongrouplayouter.hxx>
Public Member Functions | |
OOptionGroupLayouter (const css::uno::Reference< css::uno::XComponentContext > &_rxContext) | |
void | doLayout (const OControlWizardContext &_rContext, const OOptionGroupSettings &_rSettings) |
Static Private Member Functions | |
static void | implAnchorShape (const css::uno::Reference< css::beans::XPropertySet > &_rxShapeProps) |
Private Attributes | |
css::uno::Reference< css::uno::XComponentContext > | mxContext |
Definition at line 33 of file optiongrouplayouter.hxx.
|
explicit |
Definition at line 52 of file optiongrouplayouter.cxx.
References mxContext.
void dbp::OOptionGroupLayouter::doLayout | ( | const OControlWizardContext & | _rContext, |
const OOptionGroupSettings & | _rSettings | ||
) |
Definition at line 58 of file optiongrouplayouter.cxx.
References dbp::OOptionGroupSettings::aLabels, Any, dbp::OOptionGroupSettings::aValues, BUTTON_HEIGHT, dbp::disambiguateName(), Exception, HEIGHT, i, implAnchorShape(), MIN_WIDTH, mxContext, OFFSET, dbp::OOptionGroupSettings::sDBField, dbp::OOptionGroupSettings::sDefaultField, TOOLS_WARN_EXCEPTION, dbp::OControlWizardContext::xDocumentModel, dbp::OControlWizardContext::xDrawPage, dbp::OControlWizardContext::xForm, dbp::OControlWizardContext::xObjectModel, and dbp::OControlWizardContext::xObjectShape.
Referenced by dbp::OGroupBoxWizard::onFinish().
|
staticprivate |
Definition at line 190 of file optiongrouplayouter.cxx.
Referenced by doLayout().
|
private |
Definition at line 36 of file optiongrouplayouter.hxx.
Referenced by doLayout().