|
LibreOffice Module dbaccess (master) 1
|
#include <browserids.hxx>#include <core_resource.hxx>#include <helpids.h>#include <dbtreelistbox.hxx>#include "dbtreemodel.hxx"#include <strings.hrc>#include <imageprovider.hxx>#include <sbagrid.hxx>#include <strings.hxx>#include <UITools.hxx>#include <unodatbr.hxx>#include <com/sun/star/awt/MouseWheelBehavior.hpp>#include <com/sun/star/awt/TextAlign.hpp>#include <com/sun/star/awt/VisualEffect.hpp>#include <com/sun/star/beans/NamedValue.hpp>#include <com/sun/star/beans/PropertyValue.hpp>#include <com/sun/star/beans/XMultiPropertySet.hpp>#include <com/sun/star/container/XNameContainer.hpp>#include <com/sun/star/form/XGridColumnFactory.hpp>#include <com/sun/star/form/XLoadable.hpp>#include <com/sun/star/form/XReset.hpp>#include <com/sun/star/frame/Desktop.hpp>#include <com/sun/star/frame/FrameSearchFlag.hpp>#include <com/sun/star/frame/XLayoutManager.hpp>#include <com/sun/star/lang/DisposedException.hpp>#include <com/sun/star/lang/XMultiServiceFactory.hpp>#include <com/sun/star/i18n/Collator.hpp>#include <com/sun/star/sdb/CommandType.hpp>#include <com/sun/star/sdb/SQLContext.hpp>#include <com/sun/star/sdb/XDatabaseContext.hpp>#include <com/sun/star/sdb/XDatabaseRegistrations.hpp>#include <com/sun/star/sdb/XDocumentDataSource.hpp>#include <com/sun/star/sdb/XParametersSupplier.hpp>#include <com/sun/star/sdb/XQueriesSupplier.hpp>#include <com/sun/star/sdb/XQueryDefinitionsSupplier.hpp>#include <com/sun/star/sdb/XResultSetAccess.hpp>#include <com/sun/star/sdb/XSingleSelectQueryComposer.hpp>#include <com/sun/star/sdb/application/NamedDatabaseObject.hpp>#include <com/sun/star/sdbc/ColumnValue.hpp>#include <com/sun/star/sdbc/DataType.hpp>#include <com/sun/star/sdbc/FetchDirection.hpp>#include <com/sun/star/sdbc/SQLWarning.hpp>#include <com/sun/star/sdbc/XDataSource.hpp>#include <com/sun/star/sdbc/XWarningsSupplier.hpp>#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>#include <com/sun/star/sdbcx/XTablesSupplier.hpp>#include <com/sun/star/sdbcx/XViewsSupplier.hpp>#include <com/sun/star/task/InteractionHandler.hpp>#include <com/sun/star/util/XFlushable.hpp>#include <com/sun/star/util/XNumberFormatter.hpp>#include <com/sun/star/util/XURLTransformer.hpp>#include <com/sun/star/document/MacroExecMode.hpp>#include <com/sun/star/ui/XContextMenuInterceptor.hpp>#include <comphelper/extract.hxx>#include <comphelper/sequence.hxx>#include <comphelper/types.hxx>#include <connectivity/dbexception.hxx>#include <cppuhelper/exc_hlp.hxx>#include <i18nlangtag/languagetag.hxx>#include <svl/filenotation.hxx>#include <svx/dataaccessdescriptor.hxx>#include <svx/databaseregistrationui.hxx>#include <toolkit/helper/vclunohelper.hxx>#include <comphelper/diagnose_ex.hxx>#include <osl/diagnose.h>#include <sal/log.hxx>#include <tools/multisel.hxx>#include <tools/urlobj.hxx>#include <unotools/confignode.hxx>#include <utility>#include <vcl/split.hxx>#include <vcl/svapp.hxx>#include <vcl/toolbox.hxx>#include <vcl/settings.hxx>#include <vcl/weld.hxx>#include <memory>Go to the source code of this file.
Namespaces | |
| namespace | dbaui |
Functions | |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | org_openoffice_comp_dbu_ODatasourceBrowser_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
| static void | dbaui::SafeAddPropertyListener (const Reference< XPropertySet > &xSet, const OUString &rPropName, XPropertyChangeListener *pListener) |
| static void | dbaui::SafeRemovePropertyListener (const Reference< XPropertySet > &xSet, const OUString &rPropName, XPropertyChangeListener *pListener) |
| static Reference< XPropertySet > | dbaui::getColumnHelper (const weld::TreeView &rTreeView, const weld::TreeIter *pCurrentlyDisplayed, const Reference< XPropertySet > &rxSource) |
| dbaui::IMPL_LINK (SbaTableQueryBrowser, OnExpandEntry, const weld::TreeIter &, rParent, bool) | |
| dbaui::IMPL_LINK_NOARG (SbaTableQueryBrowser, OnSelectionChange, LinkParamNone *, void) | |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * org_openoffice_comp_dbu_ODatasourceBrowser_get_implementation | ( | css::uno::XComponentContext * | context, |
| css::uno::Sequence< css::uno::Any > const & | |||
| ) |
Definition at line 126 of file unodatbr.cxx.
| ::comphelper::NamedValueCollection const& m_rCollection |
Definition at line 351 of file unodatbr.cxx.
| OUString sId |
Definition at line 1040 of file unodatbr.cxx.
Referenced by dbaui::OWizColumnSelect::Activate(), dbaui::OAppDetailPageHelper::elementAdded(), dbaui::OTableWindow::FillListBox(), dbaui::OAppDetailPageHelper::fillNames(), dbaui::OTasksWindow::fillTaskEntryList(), dbaui::IMPL_LINK_NOARG(), dbaui::SbaTableQueryBrowser::implAddDatasource(), dbaui::OTableTreeListBox::implAddEntry(), dbaui::SbaTableQueryBrowser::implAppendEntry(), dbaui::OWizColumnSelect::moveColumn(), dbaui::OWizColumnSelect::Reset(), and dbaui::OWizTypeSelect::Reset().