LibreOffice Module forms (master) 1
Namespaces | Typedefs | Functions
ListBox.cxx File Reference
#include <config_features.h>
#include <config_fuzzers.h>
#include "ListBox.hxx"
#include <property.hxx>
#include <services.hxx>
#include <frm_resource.hxx>
#include <strings.hrc>
#include "BaseListBox.hxx"
#include <componenttools.hxx>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/form/FormComponentType.hpp>
#include <com/sun/star/container/XIndexAccess.hpp>
#include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/awt/XWindow.hpp>
#include <com/sun/star/sdbc/XConnection.hpp>
#include <comphelper/basicio.hxx>
#include <comphelper/property.hxx>
#include <comphelper/sequence.hxx>
#include <comphelper/string.hxx>
#include <comphelper/types.hxx>
#include <connectivity/dbtools.hxx>
#include <connectivity/formattedcolumnvalue.hxx>
#include <o3tl/any.hxx>
#include <o3tl/safeint.hxx>
#include <tools/debug.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <sal/log.hxx>
#include <unotools/sharedunocomponent.hxx>
#include <optional>
#include <algorithm>
#include <iterator>
#include <climits>
Include dependency graph for ListBox.cxx:

Go to the source code of this file.

Namespaces

namespace  frm
 ListBox is a bit confusing / different from other form components, so here are a few notes:
 

Typedefs

typedef ::comphelper::EventHolder< ItemEvent > frm::ItemEventDescription
 

Functions

 frm::IMPL_LINK_NOARG (OListBoxControl, OnTimeout, Timer *, void)
 
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_form_OListBoxModel_get_implementation (css::uno::XComponentContext *component, css::uno::Sequence< css::uno::Any > const &)
 
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_form_OListBoxControl_get_implementation (css::uno::XComponentContext *component, css::uno::Sequence< css::uno::Any > const &)
 

Function Documentation

◆ com_sun_star_form_OListBoxControl_get_implementation()

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

Definition at line 2196 of file ListBox.cxx.

◆ com_sun_star_form_OListBoxModel_get_implementation()

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

Definition at line 2189 of file ListBox.cxx.

Variable Documentation

◆ m_rList

const ValueList& m_rList
protected

Definition at line 1463 of file ListBox.cxx.

◆ m_string

OUString& m_string
private

Definition at line 106 of file ListBox.cxx.