LibreOffice Module dbaccess (master) 1
Classes | Namespaces | Functions
brwctrlr.cxx File Reference
#include <browserids.hxx>
#include <brwctrlr.hxx>
#include <brwview.hxx>
#include <strings.hrc>
#include <strings.hxx>
#include <core_resource.hxx>
#include <queryfilter.hxx>
#include <queryorder.hxx>
#include <sqlmessage.hxx>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/form/XBoundControl.hpp>
#include <com/sun/star/form/XDatabaseParameterBroadcaster.hpp>
#include <com/sun/star/form/XLoadable.hpp>
#include <com/sun/star/form/XReset.hpp>
#include <com/sun/star/form/XResetListener.hpp>
#include <com/sun/star/form/runtime/XFormController.hpp>
#include <com/sun/star/form/runtime/FormOperations.hpp>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/NoSupportException.hpp>
#include <com/sun/star/sdb/CommandType.hpp>
#include <com/sun/star/sdb/ErrorCondition.hpp>
#include <com/sun/star/sdb/ParametersRequest.hpp>
#include <com/sun/star/sdb/XInteractionSupplyParameters.hpp>
#include <com/sun/star/sdb/XSQLErrorBroadcaster.hpp>
#include <com/sun/star/sdb/XSingleSelectQueryComposer.hpp>
#include <com/sun/star/sdb/SQLFilterOperator.hpp>
#include <com/sun/star/sdbc/XConnection.hpp>
#include <com/sun/star/sdbc/XResultSetUpdate.hpp>
#include <com/sun/star/sdbc/XWarningsSupplier.hpp>
#include <com/sun/star/sdbcx/Privilege.hpp>
#include <com/sun/star/sdbcx/XRowLocate.hpp>
#include <com/sun/star/task/InteractionHandler.hpp>
#include <com/sun/star/util/NumberFormatter.hpp>
#include <comphelper/enumhelper.hxx>
#include <comphelper/extract.hxx>
#include <comphelper/interaction.hxx>
#include <comphelper/sequence.hxx>
#include <comphelper/string.hxx>
#include <comphelper/types.hxx>
#include <connectivity/dbexception.hxx>
#include <connectivity/dbtools.hxx>
#include <connectivity/sqlerror.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <cppuhelper/implbase2.hxx>
#include <osl/mutex.hxx>
#include <sal/log.hxx>
#include <svx/fmsearch.hxx>
#include <svx/svxdlg.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <osl/diagnose.h>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
Include dependency graph for brwctrlr.cxx:

Go to the source code of this file.

Classes

class  dbaui::SbaXDataBrowserController::FormControllerImpl
 

Namespaces

namespace  dbaui
 

Functions

 dbaui::IMPL_LINK_NOARG (SbaXDataBrowserController, OnAsyncDisplayError, void *, void)
 
 dbaui::IMPL_LINK_NOARG (SbaXDataBrowserController, OnClipboardChanged, TransferableDataHelper *, void)
 
 dbaui::IMPL_LINK (SbaXDataBrowserController, OnInvalidateClipboard, Timer *, _pTimer, void)
 
 dbaui::IMPL_LINK (SbaXDataBrowserController, OnSearchContextRequest, FmSearchContext &, rContext, sal_uInt32)
 
 dbaui::IMPL_LINK (SbaXDataBrowserController, OnFoundData, FmFoundRecordInformation &, rInfo, void)
 
 dbaui::IMPL_LINK (SbaXDataBrowserController, OnCanceledNotFound, FmFoundRecordInformation &, rInfo, void)
 
 dbaui::IMPL_LINK_NOARG (SbaXDataBrowserController, OnAsyncGetCellFocus, void *, void)
 

Variable Documentation

◆ m_aValues

Sequence< PropertyValue > m_aValues
private

Definition at line 102 of file brwctrlr.cxx.