LibreOffice Module extensions (master) 1
|
Classes | |
struct | OAccessRegulator |
class | OComboDBFieldPage |
class | OContentFieldSelection |
class | OContentTableSelection |
class | OControlWizard |
struct | OControlWizardContext |
class | OControlWizardPage |
struct | OControlWizardSettings |
class | ODBFieldPage |
class | ODefaultFieldSelectionPage |
class | OFinalizeGBWPage |
class | OGBWPage |
class | OGridFieldsSelection |
class | OGridPage |
struct | OGridSettings |
class | OGridWizard |
class | OGroupBoxWizard |
class | OLCPage |
class | OLinkFieldsPage |
struct | OListComboSettings |
class | OListComboWizard |
class | OMaybeListSelectionPage |
class | OOptionDBFieldPage |
class | OOptionGroupLayouter |
struct | OOptionGroupSettings |
class | OOptionValuesPage |
class | ORadioSelectionPage |
class | OTableSelectionPage |
class | OUnoAutoPilot |
Typedefs | |
typedef ::vcl::OWizardPage | OControlWizardPage_Base |
typedef ::vcl::WizardMachine | OControlWizard_Base |
typedef std::set< OUString > | StringBag |
typedef std::map< sal_uInt32, OUString > | MapInt2String |
typedef ::svt::OGenericUnoDialog | OUnoAutoPilot_Base |
Functions | |
IMPL_LINK_NOARG (OTableSelectionPage, OnSearchClicked, weld::Button &, void) | |
IMPL_LINK (OTableSelectionPage, OnListboxDoubleClicked, weld::TreeView &, _rBox, bool) | |
IMPL_LINK (OTableSelectionPage, OnListboxSelection, weld::TreeView &, _rBox, void) | |
IMPL_LINK (OMaybeListSelectionPage, OnRadioSelected, weld::Toggleable &, rButton, void) | |
void | disambiguateName (const Reference< XNameAccess > &_rxContainer, OUString &_rElementsName) |
void | disambiguateName (const css::uno::Reference< css::container::XNameAccess > &_rxContainer, OUString &_rElementsName) |
IMPL_LINK (OGridFieldsSelection, OnEntryDoubleClicked, weld::TreeView &, rList, bool) | |
IMPL_LINK_NOARG (OGridFieldsSelection, OnEntrySelected, weld::TreeView &, void) | |
IMPL_LINK (OGridFieldsSelection, OnMoveOneEntry, weld::Button &, rButton, void) | |
IMPL_LINK (OGridFieldsSelection, OnMoveAllEntries, weld::Button &, rButton, void) | |
IMPL_LINK (ORadioSelectionPage, OnMoveEntry, weld::Button &, rButton, void) | |
IMPL_LINK_NOARG (ORadioSelectionPage, OnEntrySelected, weld::TreeView &, void) | |
IMPL_LINK_NOARG (ORadioSelectionPage, OnNameModified, weld::Entry &, void) | |
IMPL_LINK_NOARG (OOptionValuesPage, OnOptionSelected, weld::TreeView &, void) | |
IMPL_LINK_NOARG (OContentTableSelection, OnTableSelected, weld::TreeView &, void) | |
IMPL_LINK (OContentTableSelection, OnTableDoubleClicked, weld::TreeView &, _rListBox, bool) | |
IMPL_LINK_NOARG (OContentFieldSelection, OnTableDoubleClicked, weld::TreeView &, bool) | |
IMPL_LINK_NOARG (OContentFieldSelection, OnFieldSelected, weld::TreeView &, void) | |
IMPL_LINK_NOARG (OLinkFieldsPage, OnSelectionModified, weld::ComboBox &, void) | |
typedef std::map<sal_uInt32, OUString> dbp::MapInt2String |
Definition at line 32 of file dbptypes.hxx.
Definition at line 85 of file controlwizard.hxx.
Definition at line 44 of file controlwizard.hxx.
Definition at line 34 of file unoautopilot.hxx.
typedef std::set<OUString> dbp::StringBag |
Definition at line 31 of file dbptypes.hxx.
void dbp::disambiguateName | ( | const css::uno::Reference< css::container::XNameAccess > & | _rxContainer, |
OUString & | _rElementsName | ||
) |
void dbp::disambiguateName | ( | const Reference< XNameAccess > & | _rxContainer, |
OUString & | _rElementsName | ||
) |
Definition at line 33 of file dbptools.cxx.
References DBG_ASSERT, Exception, and i.
Referenced by dbp::OOptionGroupLayouter::doLayout(), and dbp::OGridWizard::implApplySettings().
dbp::IMPL_LINK | ( | OContentTableSelection | , |
OnTableDoubleClicked | , | ||
weld::TreeView & | , | ||
_rListBox | , | ||
bool | |||
) |
Definition at line 294 of file listcombowizard.cxx.
dbp::IMPL_LINK | ( | OGridFieldsSelection | , |
OnEntryDoubleClicked | , | ||
weld::TreeView & | , | ||
rList | , | ||
bool | |||
) |
Definition at line 368 of file gridwizard.cxx.
References weld::Widget::get_sensitive().
dbp::IMPL_LINK | ( | OGridFieldsSelection | , |
OnMoveAllEntries | , | ||
weld::Button & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 433 of file gridwizard.cxx.
References aFieldNames.
dbp::IMPL_LINK | ( | OGridFieldsSelection | , |
OnMoveOneEntry | , | ||
weld::Button & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 381 of file gridwizard.cxx.
References weld::TreeView::get_id(), weld::TreeView::get_selected_index(), weld::TreeView::insert(), weld::TreeView::n_children(), and sId.
dbp::IMPL_LINK | ( | OMaybeListSelectionPage | , |
OnRadioSelected | , | ||
weld::Toggleable & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 369 of file commonpagesdbp.cxx.
dbp::IMPL_LINK | ( | ORadioSelectionPage | , |
OnMoveEntry | , | ||
weld::Button & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 236 of file groupboxwiz.cxx.
dbp::IMPL_LINK | ( | OTableSelectionPage | , |
OnListboxDoubleClicked | , | ||
weld::TreeView & | , | ||
_rBox | , | ||
bool | |||
) |
Definition at line 211 of file commonpagesdbp.cxx.
dbp::IMPL_LINK | ( | OTableSelectionPage | , |
OnListboxSelection | , | ||
weld::TreeView & | , | ||
_rBox | , | ||
void | |||
) |
Definition at line 218 of file commonpagesdbp.cxx.
dbp::IMPL_LINK_NOARG | ( | OContentFieldSelection | , |
OnFieldSelected | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 379 of file listcombowizard.cxx.
dbp::IMPL_LINK_NOARG | ( | OContentFieldSelection | , |
OnTableDoubleClicked | , | ||
weld::TreeView & | , | ||
bool | |||
) |
Definition at line 372 of file listcombowizard.cxx.
dbp::IMPL_LINK_NOARG | ( | OContentTableSelection | , |
OnTableSelected | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 289 of file listcombowizard.cxx.
dbp::IMPL_LINK_NOARG | ( | OGridFieldsSelection | , |
OnEntrySelected | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 376 of file gridwizard.cxx.
dbp::IMPL_LINK_NOARG | ( | OLinkFieldsPage | , |
OnSelectionModified | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 443 of file listcombowizard.cxx.
dbp::IMPL_LINK_NOARG | ( | OOptionValuesPage | , |
OnOptionSelected | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 352 of file groupboxwiz.cxx.
dbp::IMPL_LINK_NOARG | ( | ORadioSelectionPage | , |
OnEntrySelected | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 259 of file groupboxwiz.cxx.
dbp::IMPL_LINK_NOARG | ( | ORadioSelectionPage | , |
OnNameModified | , | ||
weld::Entry & | , | ||
void | |||
) |
Definition at line 264 of file groupboxwiz.cxx.
dbp::IMPL_LINK_NOARG | ( | OTableSelectionPage | , |
OnSearchClicked | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 186 of file commonpagesdbp.cxx.
References sfx2::FileDialogHelper::AddFilter(), ERRCODE_NONE, sfx2::FileDialogHelper::Execute(), svt::OFileNotation::get(), SfxFilter::GetFilterByName(), sfx2::FileDialogHelper::GetPath(), LINK, svt::OFileNotation::N_SYSTEM, and sfx2::FileDialogHelper::SetDisplayDirectory().