LibreOffice Module extensions (master) 1
Classes | Typedefs | Functions
dbp Namespace Reference

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 Documentation

◆ MapInt2String

typedef std::map<sal_uInt32, OUString> dbp::MapInt2String

Definition at line 32 of file dbptypes.hxx.

◆ OControlWizard_Base

Definition at line 85 of file controlwizard.hxx.

◆ OControlWizardPage_Base

Definition at line 44 of file controlwizard.hxx.

◆ OUnoAutoPilot_Base

Definition at line 34 of file unoautopilot.hxx.

◆ StringBag

typedef std::set<OUString> dbp::StringBag

Definition at line 31 of file dbptypes.hxx.

Function Documentation

◆ disambiguateName() [1/2]

void dbp::disambiguateName ( const css::uno::Reference< css::container::XNameAccess > &  _rxContainer,
OUString &  _rElementsName 
)

◆ disambiguateName() [2/2]

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().

◆ IMPL_LINK() [1/8]

dbp::IMPL_LINK ( OContentTableSelection  ,
OnTableDoubleClicked  ,
weld::TreeView ,
_rListBox  ,
bool   
)

Definition at line 294 of file listcombowizard.cxx.

◆ IMPL_LINK() [2/8]

dbp::IMPL_LINK ( OGridFieldsSelection  ,
OnEntryDoubleClicked  ,
weld::TreeView ,
rList  ,
bool   
)

Definition at line 368 of file gridwizard.cxx.

References weld::Widget::get_sensitive().

◆ IMPL_LINK() [3/8]

dbp::IMPL_LINK ( OGridFieldsSelection  ,
OnMoveAllEntries  ,
weld::Button ,
rButton  ,
void   
)

Definition at line 433 of file gridwizard.cxx.

References aFieldNames.

◆ IMPL_LINK() [4/8]

dbp::IMPL_LINK ( OGridFieldsSelection  ,
OnMoveOneEntry  ,
weld::Button ,
rButton  ,
void   
)

◆ IMPL_LINK() [5/8]

dbp::IMPL_LINK ( OMaybeListSelectionPage  ,
OnRadioSelected  ,
weld::Toggleable ,
rButton  ,
void   
)

Definition at line 369 of file commonpagesdbp.cxx.

◆ IMPL_LINK() [6/8]

dbp::IMPL_LINK ( ORadioSelectionPage  ,
OnMoveEntry  ,
weld::Button ,
rButton  ,
void   
)

Definition at line 236 of file groupboxwiz.cxx.

◆ IMPL_LINK() [7/8]

dbp::IMPL_LINK ( OTableSelectionPage  ,
OnListboxDoubleClicked  ,
weld::TreeView ,
_rBox  ,
bool   
)

Definition at line 211 of file commonpagesdbp.cxx.

◆ IMPL_LINK() [8/8]

dbp::IMPL_LINK ( OTableSelectionPage  ,
OnListboxSelection  ,
weld::TreeView ,
_rBox  ,
void   
)

Definition at line 218 of file commonpagesdbp.cxx.

◆ IMPL_LINK_NOARG() [1/9]

dbp::IMPL_LINK_NOARG ( OContentFieldSelection  ,
OnFieldSelected  ,
weld::TreeView ,
void   
)

Definition at line 379 of file listcombowizard.cxx.

◆ IMPL_LINK_NOARG() [2/9]

dbp::IMPL_LINK_NOARG ( OContentFieldSelection  ,
OnTableDoubleClicked  ,
weld::TreeView ,
bool   
)

Definition at line 372 of file listcombowizard.cxx.

◆ IMPL_LINK_NOARG() [3/9]

dbp::IMPL_LINK_NOARG ( OContentTableSelection  ,
OnTableSelected  ,
weld::TreeView ,
void   
)

Definition at line 289 of file listcombowizard.cxx.

◆ IMPL_LINK_NOARG() [4/9]

dbp::IMPL_LINK_NOARG ( OGridFieldsSelection  ,
OnEntrySelected  ,
weld::TreeView ,
void   
)

Definition at line 376 of file gridwizard.cxx.

◆ IMPL_LINK_NOARG() [5/9]

dbp::IMPL_LINK_NOARG ( OLinkFieldsPage  ,
OnSelectionModified  ,
weld::ComboBox ,
void   
)

Definition at line 443 of file listcombowizard.cxx.

◆ IMPL_LINK_NOARG() [6/9]

dbp::IMPL_LINK_NOARG ( OOptionValuesPage  ,
OnOptionSelected  ,
weld::TreeView ,
void   
)

Definition at line 352 of file groupboxwiz.cxx.

◆ IMPL_LINK_NOARG() [7/9]

dbp::IMPL_LINK_NOARG ( ORadioSelectionPage  ,
OnEntrySelected  ,
weld::TreeView ,
void   
)

Definition at line 259 of file groupboxwiz.cxx.

◆ IMPL_LINK_NOARG() [8/9]

dbp::IMPL_LINK_NOARG ( ORadioSelectionPage  ,
OnNameModified  ,
weld::Entry ,
void   
)

Definition at line 264 of file groupboxwiz.cxx.

◆ IMPL_LINK_NOARG() [9/9]

dbp::IMPL_LINK_NOARG ( OTableSelectionPage  ,
OnSearchClicked  ,
weld::Button ,
void   
)