|
LibreOffice Module svx (master) 1
|
#include <memory>#include <svx/gridctrl.hxx>#include "sqlparserclient.hxx"#include <com/sun/star/sdb/XColumn.hpp>#include <com/sun/star/form/XBoundControl.hpp>#include <com/sun/star/awt/XTextComponent.hpp>#include <com/sun/star/awt/XListBox.hpp>#include <com/sun/star/awt/XComboBox.hpp>#include <com/sun/star/awt/TextAlign.hpp>#include <com/sun/star/awt/XControlModel.hpp>#include <com/sun/star/awt/XControl.hpp>#include <com/sun/star/awt/XCheckBox.hpp>#include <com/sun/star/awt/XButton.hpp>#include <com/sun/star/form/XChangeBroadcaster.hpp>#include <com/sun/star/awt/XWindow.hpp>#include <com/sun/star/util/XNumberFormatsSupplier.hpp>#include <comphelper/propmultiplex.hxx>#include <comphelper/interfacecontainer3.hxx>#include <comphelper/uno3.hxx>#include <connectivity/formattedcolumnvalue.hxx>#include <cppuhelper/basemutex.hxx>#include <cppuhelper/component.hxx>#include <cppuhelper/implbase1.hxx>#include <cppuhelper/implbase2.hxx>#include <comphelper/diagnose_ex.hxx>Go to the source code of this file.
Classes | |
| class | DbGridColumn |
| class | DbCellControl |
| class | DbLimitedLengthField |
| a field which is bound to a column which supports the MaxTextLen property More... | |
| class | DbTextField |
| class | DbFormattedField |
| class | DbCheckBox |
| class | DbComboBox |
| class | DbListBox |
| class | DbPatternField |
| class | DbSpinField |
| class | DbDateField |
| class | DbTimeField |
| class | DbCurrencyField |
| class | DbNumericField |
| class | DbFilterField |
| class | FmXGridCell |
| class | FmXDataCell |
| class | FmXTextCell |
| class | FmXEditCell |
| class | FmXCheckBoxCell |
| class | FmXListBoxCell |
| class | FmXComboBoxCell |
| class | FmXFilterCell |
Namespaces | |
| namespace | dbtools |
Typedefs | |
| typedef ::cppu::ImplHelper2< css::awt::XControl, css::form::XBoundControl > | FmXGridCell_Base |
| typedef ::cppu::ImplHelper1< css::awt::XWindow > | FmXGridCell_WindowBase |
| typedef ::cppu::ImplHelper2< css::awt::XTextComponent, css::form::XChangeBroadcaster > | FmXEditCell_Base |
| typedef ::cppu::ImplHelper2< css::awt::XCheckBox, css::awt::XButton > | FmXCheckBoxCell_Base |
| typedef ::cppu::ImplHelper1< css::awt::XListBox > | FmXListBoxCell_Base |
| typedef ::cppu::ImplHelper1< css::awt::XComboBox > | FmXComboBoxCell_Base |
| typedef ::cppu::ImplHelper1< css::awt::XTextComponent > | FmXFilterCell_Base |
| typedef ::cppu::ImplHelper2< css::awt::XCheckBox , css::awt::XButton > FmXCheckBoxCell_Base |
Definition at line 879 of file gridcell.hxx.
| typedef ::cppu::ImplHelper1< css::awt::XComboBox > FmXComboBoxCell_Base |
Definition at line 975 of file gridcell.hxx.
| typedef ::cppu::ImplHelper2< css::awt::XTextComponent , css::form::XChangeBroadcaster > FmXEditCell_Base |
Definition at line 825 of file gridcell.hxx.
| typedef ::cppu::ImplHelper1< css::awt::XTextComponent > FmXFilterCell_Base |
Definition at line 1016 of file gridcell.hxx.
| typedef ::cppu::ImplHelper2< css::awt::XControl , css::form::XBoundControl > FmXGridCell_Base |
Definition at line 676 of file gridcell.hxx.
| typedef ::cppu::ImplHelper1< css::awt::XWindow > FmXGridCell_WindowBase |
Definition at line 678 of file gridcell.hxx.
| typedef ::cppu::ImplHelper1< css::awt::XListBox > FmXListBoxCell_Base |
Definition at line 920 of file gridcell.hxx.