|
SQLExceptionInfo | dbaui::createConnection (const OUString &_rsDataSourceName, const Reference< css::container::XNameAccess > &_xDatabaseContext, const Reference< css::uno::XComponentContext > &_rxContext, Reference< css::lang::XEventListener > const &_rEvtLst, Reference< css::sdbc::XConnection > &_rOUTConnection) |
|
SQLExceptionInfo | dbaui::createConnection (const Reference< css::beans::XPropertySet > &_xDataSource, const Reference< css::uno::XComponentContext > &_rxContext, Reference< css::lang::XEventListener > const &_rEvtLst, Reference< css::sdbc::XConnection > &_rOUTConnection) |
|
Reference< XDataSource > | dbaui::getDataSourceByName (const OUString &_rDataSourceName, weld::Window *_pErrorMessageParent, const Reference< XComponentContext > &_rxContext, ::dbtools::SQLExceptionInfo *_pErrorInfo) |
|
Reference< XInterface > | dbaui::getDataSourceOrModel (const Reference< XInterface > &_xObject) |
|
TOTypeInfoSP | dbaui::getTypeInfoFromType (const OTypeInfoMap &_rTypeInfo, sal_Int32 _nType, const OUString &_sTypeName, const OUString &_sCreateParams, sal_Int32 _nPrecision, sal_Int32 _nScale, bool _bAutoIncrement, bool &_brForceToType) |
| return the most suitable typeinfo for a requested type More...
|
|
void | dbaui::fillTypeInfo (const Reference< css::sdbc::XConnection > &_rxConnection, std::u16string_view _rsTypeNames, OTypeInfoMap &_rTypeInfoMap, std::vector< OTypeInfoMap::iterator > &_rTypeInfoIters) |
|
void | dbaui::setColumnProperties (const Reference< XPropertySet > &_rxColumn, const OFieldDescription *_pFieldDesc) |
|
OUString | dbaui::createDefaultName (const Reference< XDatabaseMetaData > &_xMetaData, const Reference< XNameAccess > &_xTables, const OUString &_sName) |
|
bool | dbaui::checkDataSourceAvailable (const OUString &_sDataSourceName, const Reference< css::uno::XComponentContext > &_xContext) |
|
sal_Int32 | dbaui::mapTextAlign (const SvxCellHorJustify &_eAlignment) |
| maps SvxCellHorJustify to css::awt::TextAlign More...
|
|
SvxCellHorJustify | dbaui::mapTextJustify (sal_Int32 _nAlignment) |
| maps css::awt::TextAlign to SvxCellHorJustify More...
|
|
void | dbaui::callColumnFormatDialog (const Reference< XPropertySet > &xAffectedCol, const Reference< XPropertySet > &xField, SvNumberFormatter *_pFormatter, weld::Widget *_pParent) |
|
bool | dbaui::callColumnFormatDialog (weld::Widget *_pParent, SvNumberFormatter *_pFormatter, sal_Int32 _nDataType, sal_Int32 &_nFormatKey, SvxCellHorJustify &_eJustify, bool _bHasFormat) |
| second variant of the function before More...
|
|
std::shared_ptr< const SfxFilter > | dbaui::getStandardDatabaseFilter () |
| returns the standard database filter More...
|
|
bool | dbaui::appendToFilter (const Reference< XConnection > &_xConnection, const OUString &_sName, const Reference< XComponentContext > &_rxContext, weld::Window *pParent) |
|
void | dbaui::notifySystemWindow (vcl::Window const *_pWindow, vcl::Window *_pToRegister, const ::comphelper::mem_fun1_t< TaskPaneList, vcl::Window * > &_rMemFunc) |
| notifySystemWindow adds or remove the given window _pToRegister at the Systemwindow found when search _pWindow. More...
|
|
void | dbaui::adjustBrowseBoxColumnWidth (::svt::EditBrowseBox *_pBox, sal_uInt16 _nColId) |
|
bool | dbaui::isSQL92CheckEnabled (const Reference< XConnection > &_xConnection) |
|
bool | dbaui::isAppendTableAliasEnabled (const Reference< XConnection > &_xConnection) |
|
bool | dbaui::generateAsBeforeTableAlias (const Reference< XConnection > &_xConnection) |
|
void | dbaui::fillAutoIncrementValue (const Reference< XPropertySet > &_xDatasource, bool &_rAutoIncrementValueEnabled, OUString &_rsAutoIncrementValue) |
|
void | dbaui::fillAutoIncrementValue (const Reference< XConnection > &_xConnection, bool &_rAutoIncrementValueEnabled, OUString &_rsAutoIncrementValue) |
|
OUString | dbaui::getStrippedDatabaseName (const Reference< XPropertySet > &_xDataSource, OUString &_rsDatabaseName) |
|
void | dbaui::setEvalDateFormatForFormatter (Reference< css::util::XNumberFormatter > const &_rxFormatter) |
|
TOTypeInfoSP | dbaui::queryPrimaryKeyType (const OTypeInfoMap &_rTypeInfo) |
| query for a type info which can be used to create a primary key column More...
|
|
TOTypeInfoSP | dbaui::queryTypeInfoByType (sal_Int32 _nDataType, const OTypeInfoMap &_rTypeInfo) |
| query for a specific type. More...
|
|
sal_Int32 | dbaui::askForUserAction (weld::Window *pParent, TranslateId pTitle, TranslateId pText, bool bAll, std::u16string_view rName) |
| returns the configuration node name of user defined drivers. More...
|
|
Reference< XPropertySet > | dbaui::createView (const OUString &_rName, const Reference< XConnection > &_rxConnection, const OUString &_rCommand) |
|
Reference< XPropertySet > | dbaui::createView (const OUString &_rName, const Reference< XConnection > &_rxConnection, const Reference< XPropertySet > &_rxSourceObject) |
|
bool | dbaui::insertHierarchyElement (weld::Window *pParent, const Reference< XComponentContext > &_rxContext, const Reference< XHierarchicalNameContainer > &_xNames, const OUString &_sParentFolder, bool _bForm, bool _bCollection, const Reference< XContent > &_xContent, bool _bMove) |
|
Reference< XNumberFormatter > | dbaui::getNumberFormatter (const Reference< XConnection > &_rxConnection, const Reference< css::uno::XComponentContext > &_rxContext) |
|