|
LibreOffice Module extensions (master) 1
|
#include <rtl/ustring.hxx>#include "abptypes.hxx"#include <com/sun/star/uno/Reference.hxx>#include "addresssettings.hxx"Go to the source code of this file.
Namespaces | |
| namespace | com |
| namespace | com::sun |
| namespace | com::sun::star |
| namespace | com::sun::star::lang |
| namespace | com::sun::star::uno |
| namespace | com::sun::star::beans |
| namespace | weld |
| namespace | abp |
| namespace | abp::fieldmapping |
| namespace | abp::addressconfig |
Functions | |
| bool | abp::fieldmapping::invokeDialog (const css::uno::Reference< css::uno::XComponentContext > &_rxORB, class weld::Window *_pParent, const css::uno::Reference< css::beans::XPropertySet > &_rxDataSource, AddressSettings &_rSettings) |
| invokes the field mapping dialog More... | |
| void | abp::fieldmapping::defaultMapping (const css::uno::Reference< css::uno::XComponentContext > &_rxContext, MapString2String &_rFieldAssignment) |
| creates a default field mapping for usage with the address book SDBC driver More... | |
| void | abp::fieldmapping::writeTemplateAddressFieldMapping (const css::uno::Reference< css::uno::XComponentContext > &_rxContext, MapString2String &&_rFieldAssignment) |
| writes a field mapping for the template document address source More... | |
| 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. More... | |
| void | abp::addressconfig::markPilotSuccess (const css::uno::Reference< css::uno::XComponentContext > &_rxContext) |
| writes the configuration entry which states the pilot has been completed successfully More... | |