LibreOffice Module svx (master) 1
|
#include <gridcell.hxx>
Public Member Functions | |
FmXComboBoxCell (DbGridColumn *pColumn, std::unique_ptr< DbCellControl > pControl) | |
virtual css::uno::Any SAL_CALL | queryAggregation (const css::uno::Type &_rType) override |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () override |
virtual void SAL_CALL | disposing () override |
virtual void SAL_CALL | addItemListener (const css::uno::Reference< css::awt::XItemListener > &Listener) override |
virtual void SAL_CALL | removeItemListener (const css::uno::Reference< css::awt::XItemListener > &Listener) override |
virtual void SAL_CALL | addActionListener (const css::uno::Reference< css::awt::XActionListener > &Listener) override |
virtual void SAL_CALL | removeActionListener (const css::uno::Reference< css::awt::XActionListener > &Listener) override |
virtual void SAL_CALL | addItem (const OUString &Item, ::sal_Int16 Pos) override |
virtual void SAL_CALL | addItems (const css::uno::Sequence< OUString > &Items, ::sal_Int16 Pos) override |
virtual void SAL_CALL | removeItems (::sal_Int16 nPos, ::sal_Int16 nCount) override |
virtual ::sal_Int16 SAL_CALL | getItemCount () override |
virtual OUString SAL_CALL | getItem (::sal_Int16 Pos) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getItems () override |
virtual ::sal_Int16 SAL_CALL | getDropDownLineCount () override |
virtual void SAL_CALL | setDropDownLineCount (::sal_Int16 Lines) override |
Public Member Functions inherited from FmXTextCell | |
FmXTextCell (DbGridColumn *pColumn, std::unique_ptr< DbCellControl > pControl) | |
virtual void | PaintFieldToCell (OutputDevice &rDev, const tools::Rectangle &rRect, const css::uno::Reference< css::sdb::XColumn > &xField, const css::uno::Reference< css::util::XNumberFormatter > &xFormatter) override |
OUString | GetText (const css::uno::Reference< css::sdb::XColumn > &_rxField, const css::uno::Reference< css::util::XNumberFormatter > &xFormatter, const Color **ppColor=nullptr) |
Public Member Functions inherited from FmXDataCell | |
FmXDataCell (DbGridColumn *pColumn, std::unique_ptr< DbCellControl > pControl) | |
virtual void | PaintFieldToCell (OutputDevice &rDev, const tools::Rectangle &rRect, const css::uno::Reference< css::sdb::XColumn > &xField, const css::uno::Reference< css::util::XNumberFormatter > &xFormatter) |
void | UpdateFromField (const css::uno::Reference< css::sdb::XColumn > &xField, const css::uno::Reference< css::util::XNumberFormatter > &xFormatter) |
Public Member Functions inherited from FmXGridCell | |
FmXGridCell (DbGridColumn *pColumn, std::unique_ptr< DbCellControl > pControl) | |
void | init () |
virtual css::uno::Any SAL_CALL | queryAggregation (const css::uno::Type &_rType) override |
void | SetTextLineColor () |
void | SetTextLineColor (const Color &_rColor) |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () override |
virtual void SAL_CALL | disposing () override |
virtual void SAL_CALL | dispose () override |
virtual void SAL_CALL | addEventListener (const css::uno::Reference< css::lang::XEventListener > &aListener) override |
virtual void SAL_CALL | removeEventListener (const css::uno::Reference< css::lang::XEventListener > &aListener) override |
virtual void SAL_CALL | setContext (const css::uno::Reference< css::uno::XInterface > &) override |
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL | getContext () override |
virtual void SAL_CALL | createPeer (const css::uno::Reference< css::awt::XToolkit > &, const css::uno::Reference< css::awt::XWindowPeer > &) override |
virtual css::uno::Reference< css::awt::XWindowPeer > SAL_CALL | getPeer () override |
virtual sal_Bool SAL_CALL | setModel (const css::uno::Reference< css::awt::XControlModel > &) override |
virtual css::uno::Reference< css::awt::XControlModel > SAL_CALL | getModel () override |
virtual css::uno::Reference< css::awt::XView > SAL_CALL | getView () override |
virtual void SAL_CALL | setDesignMode (sal_Bool) override |
virtual sal_Bool SAL_CALL | isDesignMode () override |
virtual sal_Bool SAL_CALL | isTransparent () override |
virtual sal_Bool SAL_CALL | getLock () override |
virtual void SAL_CALL | setLock (sal_Bool _bLock) override |
virtual void SAL_CALL | setPosSize (::sal_Int32 X, ::sal_Int32 Y, ::sal_Int32 Width, ::sal_Int32 Height, ::sal_Int16 Flags) override |
virtual css::awt::Rectangle SAL_CALL | getPosSize () override |
virtual void SAL_CALL | setVisible (sal_Bool Visible) override |
virtual void SAL_CALL | setEnable (sal_Bool Enable) override |
virtual void SAL_CALL | setFocus () override |
virtual void SAL_CALL | addWindowListener (const css::uno::Reference< css::awt::XWindowListener > &xListener) override |
virtual void SAL_CALL | removeWindowListener (const css::uno::Reference< css::awt::XWindowListener > &xListener) override |
virtual void SAL_CALL | addFocusListener (const css::uno::Reference< css::awt::XFocusListener > &xListener) override |
virtual void SAL_CALL | removeFocusListener (const css::uno::Reference< css::awt::XFocusListener > &xListener) override |
virtual void SAL_CALL | addKeyListener (const css::uno::Reference< css::awt::XKeyListener > &xListener) override |
virtual void SAL_CALL | removeKeyListener (const css::uno::Reference< css::awt::XKeyListener > &xListener) override |
virtual void SAL_CALL | addMouseListener (const css::uno::Reference< css::awt::XMouseListener > &xListener) override |
virtual void SAL_CALL | removeMouseListener (const css::uno::Reference< css::awt::XMouseListener > &xListener) override |
virtual void SAL_CALL | addMouseMotionListener (const css::uno::Reference< css::awt::XMouseMotionListener > &xListener) override |
virtual void SAL_CALL | removeMouseMotionListener (const css::uno::Reference< css::awt::XMouseMotionListener > &xListener) override |
virtual void SAL_CALL | addPaintListener (const css::uno::Reference< css::awt::XPaintListener > &xListener) override |
virtual void SAL_CALL | removePaintListener (const css::uno::Reference< css::awt::XPaintListener > &xListener) override |
bool | Commit () |
void | ImplInitWindow (vcl::Window const &rParent, const InitWindowFacet _eInitWhat) |
bool | isAlignedController () const |
void | AlignControl (sal_Int16 nAlignment) |
Public Member Functions inherited from cppu::OComponentHelper | |
OComponentHelper (::osl::Mutex &rMutex) | |
virtual | ~OComponentHelper () SAL_OVERRIDE |
virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) SAL_OVERRIDE |
virtual css::uno::Any SAL_CALL | queryAggregation (css::uno::Type const &rType) SAL_OVERRIDE |
virtual void SAL_CALL | acquire () SAL_NOEXCEPT SAL_OVERRIDE |
virtual void SAL_CALL | release () SAL_NOEXCEPT SAL_OVERRIDE |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () SAL_OVERRIDE=0 |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () SAL_OVERRIDE |
virtual void SAL_CALL | dispose () SAL_OVERRIDE |
virtual void SAL_CALL | addEventListener (const css::uno::Reference< css::lang::XEventListener > &aListener) SAL_OVERRIDE |
virtual void SAL_CALL | removeEventListener (const css::uno::Reference< css::lang::XEventListener > &aListener) SAL_OVERRIDE |
Public Member Functions inherited from cppu::OWeakAggObject | |
OWeakAggObject () | |
virtual void SAL_CALL | acquire () SAL_NOEXCEPT SAL_OVERRIDE |
virtual void SAL_CALL | release () SAL_NOEXCEPT SAL_OVERRIDE |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &rType) SAL_OVERRIDE |
virtual void SAL_CALL | setDelegator (const css::uno::Reference< css::uno::XInterface > &Delegator) SAL_OVERRIDE |
virtual css::uno::Any SAL_CALL | queryAggregation (const css::uno::Type &rType) SAL_OVERRIDE |
Public Member Functions inherited from cppu::OWeakObject | |
OWeakObject () | |
OWeakObject (const OWeakObject &) | |
OWeakObject &SAL_CALL | operator= (const OWeakObject &) |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &rType) SAL_OVERRIDE |
virtual void SAL_CALL | acquire () SAL_NOEXCEPT SAL_OVERRIDE |
virtual void SAL_CALL | release () SAL_NOEXCEPT SAL_OVERRIDE |
virtual css::uno::Reference< css::uno::XAdapter > SAL_CALL | queryAdapter () SAL_OVERRIDE |
SAL_CALL | operator css::uno::Reference< css::uno::XInterface > () |
Public Member Functions inherited from cppu::ImplHelper2< class Ifc1, class Ifc2 > | |
virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) SAL_OVERRIDE |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () SAL_OVERRIDE |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () SAL_OVERRIDE |
Public Member Functions inherited from cppu::ImplHelper1< class Ifc1 > | |
virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) SAL_OVERRIDE |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () SAL_OVERRIDE |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () SAL_OVERRIDE |
Private Member Functions | |
DECL_LINK (ChangedHdl, bool, void) | |
virtual | ~FmXComboBoxCell () override |
Private Attributes | |
::comphelper::OInterfaceContainerHelper3< css::awt::XItemListener > | m_aItemListeners |
::comphelper::OInterfaceContainerHelper3< css::awt::XActionListener > | m_aActionListeners |
VclPtr<::svt::ComboBoxControl > | m_pComboBox |
sal_uInt16 | m_nLines |
Additional Inherited Members | |
Protected Member Functions inherited from FmXDataCell | |
void | UpdateFromColumn () |
Protected Member Functions inherited from FmXGridCell | |
virtual | ~FmXGridCell () override |
virtual void | onFocusGained (const css::awt::FocusEvent &_rEvent) |
virtual void | onFocusLost (const css::awt::FocusEvent &_rEvent) |
virtual void SAL_CALL | disposing () |
Protected Member Functions inherited from cppu::OWeakAggObject | |
virtual | ~OWeakAggObject () SAL_OVERRIDE |
Protected Member Functions inherited from cppu::OWeakObject | |
virtual | ~OWeakObject () COVERITY_NOEXCEPT_FALSE |
void | disposeWeakConnectionPoint () |
Protected Member Functions inherited from cppu::ImplHelper2< class Ifc1, class Ifc2 > | |
~ImplHelper2 () SAL_NOEXCEPT | |
Protected Member Functions inherited from cppu::ImplHelper1< class Ifc1 > | |
~ImplHelper1 () SAL_NOEXCEPT | |
Protected Attributes inherited from FmXTextCell | |
bool | m_bIsMultiLineText |
Protected Attributes inherited from FmXGridCell | |
::osl::Mutex | m_aMutex |
DbGridColumn * | m_pColumn |
std::unique_ptr< DbCellControl > | m_pCellControl |
Protected Attributes inherited from cppu::OWeakAggObject | |
css::uno::WeakReferenceHelper | xDelegator |
Protected Attributes inherited from cppu::OWeakObject | |
oslInterlockedCount | m_refCount |
Definition at line 976 of file gridcell.hxx.
|
overrideprivatevirtual |
Definition at line 4312 of file gridcell.cxx.
References cppu::OComponentHelper::acquire(), and FmXGridCell::dispose().
FmXComboBoxCell::FmXComboBoxCell | ( | DbGridColumn * | pColumn, |
std::unique_ptr< DbCellControl > | pControl | ||
) |
Definition at line 4302 of file gridcell.cxx.
References LINK, m_aMutex, and m_pComboBox.
|
overridevirtual |
Definition at line 4364 of file gridcell.cxx.
References comphelper::OInterfaceContainerHelper3< class ListenerT >::addInterface(), and m_aActionListeners.
|
overridevirtual |
Definition at line 4375 of file gridcell.cxx.
References weld::ComboBox::insert_text(), FmXGridCell::m_aMutex, m_pComboBox, and Pos.
|
overridevirtual |
Definition at line 4354 of file gridcell.cxx.
|
overridevirtual |
Definition at line 4384 of file gridcell.cxx.
References weld::ComboBox::insert_text(), FmXGridCell::m_aMutex, m_pComboBox, and Pos.
|
private |
References DECLARE_UNO3_AGG_DEFAULTS.
|
overridevirtual |
Reimplemented from FmXGridCell.
Definition at line 4322 of file gridcell.cxx.
References comphelper::OInterfaceContainerHelper3< class ListenerT >::disposeAndClear(), FmXGridCell::disposing(), m_aActionListeners, m_aItemListeners, and m_pComboBox.
|
override |
Definition at line 4444 of file gridcell.cxx.
References FmXGridCell::m_aMutex, and m_nLines.
|
overridevirtual |
Reimplemented from cppu::ImplHelper1< class Ifc1 >.
|
overridevirtual |
Definition at line 4418 of file gridcell.cxx.
References weld::ComboBox::get_text(), FmXGridCell::m_aMutex, m_pComboBox, and Pos.
|
override |
Definition at line 4409 of file gridcell.cxx.
References weld::ComboBox::get_count(), FmXGridCell::m_aMutex, and m_pComboBox.
|
overridevirtual |
Definition at line 4427 of file gridcell.cxx.
References weld::ComboBox::get_count(), weld::ComboBox::get_text(), FmXGridCell::m_aMutex, m_pComboBox, and n.
Reimplemented from cppu::ImplHelper1< class Ifc1 >.
Definition at line 4344 of file gridcell.cxx.
References FmXGridCell::getTypes(), and cppu::ImplHelper1< class Ifc1 >::getTypes().
|
overridevirtual |
Reimplemented from FmXGridCell.
Definition at line 4334 of file gridcell.cxx.
References Any, FmXGridCell::queryAggregation(), and cppu::ImplHelper1< class Ifc1 >::queryInterface().
|
overridevirtual |
Definition at line 4370 of file gridcell.cxx.
References m_aActionListeners, and comphelper::OInterfaceContainerHelper3< class ListenerT >::removeInterface().
|
overridevirtual |
Definition at line 4359 of file gridcell.cxx.
References m_aItemListeners, and comphelper::OInterfaceContainerHelper3< class ListenerT >::removeInterface().
|
overridevirtual |
Definition at line 4399 of file gridcell.cxx.
References Count, FmXGridCell::m_aMutex, m_pComboBox, n, Pos, and weld::ComboBox::remove().
|
overridevirtual |
Definition at line 4450 of file gridcell.cxx.
References FmXGridCell::m_aMutex, and m_nLines.
|
private |
Definition at line 981 of file gridcell.hxx.
Referenced by addActionListener(), disposing(), and removeActionListener().
|
private |
Definition at line 980 of file gridcell.hxx.
Referenced by disposing(), and removeItemListener().
|
private |
Definition at line 983 of file gridcell.hxx.
Referenced by getDropDownLineCount(), and setDropDownLineCount().
|
private |
Definition at line 982 of file gridcell.hxx.
Referenced by addItem(), addItems(), disposing(), FmXComboBoxCell(), getItem(), getItemCount(), getItems(), and removeItems().