LibreOffice Module forms (master) 1
Namespaces | Functions
ComboBox.cxx File Reference
#include "ComboBox.hxx"
#include <property.hxx>
#include <services.hxx>
#include <frm_resource.hxx>
#include <strings.hrc>
#include "BaseListBox.hxx"
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/form/FormComponentType.hpp>
#include <com/sun/star/sdbc/XRowSet.hpp>
#include <com/sun/star/container/XIndexAccess.hpp>
#include <com/sun/star/sdbc/XConnection.hpp>
#include <comphelper/basicio.hxx>
#include <comphelper/property.hxx>
#include <connectivity/dbtools.hxx>
#include <tools/debug.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <unotools/sharedunocomponent.hxx>
#include <limits.h>
Include dependency graph for ComboBox.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:
 

Functions

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

Function Documentation

◆ com_sun_star_form_OComboBoxControl_get_implementation()

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

Definition at line 882 of file ComboBox.cxx.

◆ com_sun_star_form_OComboBoxModel_get_implementation()

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

Definition at line 875 of file ComboBox.cxx.