LibreOffice Module forms (master) 1
Namespaces | Functions
Button.cxx File Reference
#include "Button.hxx"
#include <property.hxx>
#include <services.hxx>
#include <com/sun/star/awt/XVclWindowPeer.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/form/FormComponentType.hpp>
#include <comphelper/streamsection.hxx>
#include <comphelper/basicio.hxx>
#include <comphelper/property.hxx>
#include <o3tl/any.hxx>
#include <o3tl/string_view.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <tools/debug.hxx>
#include <tools/urlobj.hxx>
#include <vcl/svapp.hxx>
#include <osl/mutex.hxx>
Include dependency graph for Button.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

 frm::IMPL_LINK_NOARG (OButtonControl, OnClick, void *, void)
 
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_form_OButtonModel_get_implementation (css::uno::XComponentContext *component, css::uno::Sequence< css::uno::Any > const &)
 
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_form_OButtonControl_get_implementation (css::uno::XComponentContext *component, css::uno::Sequence< css::uno::Any > const &)
 

Function Documentation

◆ com_sun_star_form_OButtonControl_get_implementation()

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

Definition at line 776 of file Button.cxx.

◆ com_sun_star_form_OButtonModel_get_implementation()

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

Definition at line 769 of file Button.cxx.

Variable Documentation

◆ m_bStartListening

bool m_bStartListening
private

Definition at line 560 of file Button.cxx.

◆ m_xListener

Reference< XPropertyChangeListener > m_xListener
private

Definition at line 559 of file Button.cxx.

◆ m_xProps

Reference< XPropertySet > m_xProps
private

Definition at line 558 of file Button.cxx.