LibreOffice Module extensions (master) 1
Functions
abp::addressconfig Namespace Reference

Functions

void writeTemplateAddressSource (const Reference< XComponentContext > &_rxContext, const OUString &_rDataSourceName, const OUString &_rTableName)
 
void markPilotSuccess (const Reference< XComponentContext > &_rxContext)
 
void writeTemplateAddressSource (const css::uno::Reference< css::uno::XComponentContext > &_rxContext, const OUString &_rDataSourceName, const OUString &_rTableName)
 writes the data source / table name given into the configuration, to where the template documents expect it. More...
 
void markPilotSuccess (const css::uno::Reference< css::uno::XComponentContext > &_rxContext)
 writes the configuration entry which states the pilot has been completed successfully More...
 

Function Documentation

◆ markPilotSuccess() [1/2]

void abp::addressconfig::markPilotSuccess ( const css::uno::Reference< css::uno::XComponentContext > &  _rxContext)

writes the configuration entry which states the pilot has been completed successfully

◆ markPilotSuccess() [2/2]

void abp::addressconfig::markPilotSuccess ( const Reference< XComponentContext > &  _rxContext)

Definition at line 294 of file fieldmappingimpl.cxx.

References Any, and abp::sAddressBookNodeName.

Referenced by abp::OAddressBookSourcePilot::onFinish().

◆ writeTemplateAddressSource() [1/2]

void abp::addressconfig::writeTemplateAddressSource ( const css::uno::Reference< css::uno::XComponentContext > &  _rxContext,
const OUString &  _rDataSourceName,
const OUString &  _rTableName 
)

writes the data source / table name given into the configuration, to where the template documents expect it.

◆ writeTemplateAddressSource() [2/2]

void abp::addressconfig::writeTemplateAddressSource ( const Reference< XComponentContext > &  _rxContext,
const OUString &  _rDataSourceName,
const OUString &  _rTableName 
)

Definition at line 276 of file fieldmappingimpl.cxx.

References Any, and abp::sAddressBookNodeName.

Referenced by abp::OAddressBookSourcePilot::implCommitAll().