LibreOffice Module dbaccess (master) 1
Classes | Namespaces | Functions
limitboxcontroller.cxx File Reference
#include "limitboxcontroller.hxx"
#include <com/sun/star/frame/XDispatchProvider.hpp>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/util/XURLTransformer.hpp>
#include <comphelper/propertyvalue.hxx>
#include <vcl/InterimItemWindow.hxx>
#include <vcl/event.hxx>
#include <vcl/svapp.hxx>
#include <vcl/window.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <cppuhelper/queryinterface.hxx>
#include <core_resource.hxx>
#include <strings.hrc>
Include dependency graph for limitboxcontroller.cxx:

Go to the source code of this file.

Classes

class  dbaui::LimitBox
 Input box to add limit to an SQL query (maximum number of result's rows) This box is reachable on the Query Design Toolbar. More...
 

Namespaces

namespace  dbaui
 

Functions

 dbaui::IMPL_LINK (LimitBox, KeyInputHdl, const KeyEvent &, rKEvt, bool)
 
 dbaui::IMPL_LINK_NOARG (LimitBox, FocusOutHdl, weld::Widget &, void)
 
 dbaui::IMPL_LINK (LimitBox, ChangeHdl, weld::ComboBox &, rComboBox, void)
 
 dbaui::IMPL_LINK_NOARG (LimitBox, ActivateHdl, weld::ComboBox &, bool)
 
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * org_libreoffice_comp_dbu_LimitBoxController_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &)
 

Function Documentation

◆ org_libreoffice_comp_dbu_LimitBoxController_get_implementation()

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * org_libreoffice_comp_dbu_LimitBoxController_get_implementation ( css::uno::XComponentContext *  context,
css::uno::Sequence< css::uno::Any > const &   
)

Definition at line 295 of file limitboxcontroller.cxx.