LibreOffice Module svx (master)
1
|
#include <gridcell.hxx>
Public Member Functions | |
DbFilterField (const css::uno::Reference< css::uno::XComponentContext > &rxContext, DbGridColumn &_rColumn) | |
virtual | ~DbFilterField () override |
virtual void | Init (BrowserDataWin &rParent, const css::uno::Reference< css::sdbc::XRowSet > &xCursor) override |
virtual ::svt::CellControllerRef | CreateController () const override |
virtual void | PaintCell (OutputDevice &rDev, const tools::Rectangle &rRect) override |
virtual void | Update () override |
virtual OUString | GetFormatText (const css::uno::Reference< css::sdb::XColumn > &_rxField, const css::uno::Reference< css::util::XNumberFormatter > &xFormatter, const Color **ppColor=nullptr) override |
virtual void | UpdateFromField (const css::uno::Reference< css::sdb::XColumn > &_rxField, const css::uno::Reference< css::util::XNumberFormatter > &xFormatter) override |
const OUString & | GetText () const |
void | SetText (const OUString &rText) |
void | SetCommitHdl (const Link< DbFilterField &, void > &rLink) |
![]() | |
DbCellControl (DbGridColumn &_rColumn) | |
virtual | ~DbCellControl () override |
vcl::Window & | GetWindow () const |
bool | isAlignedController () const |
void | AlignControl (sal_Int16 nAlignment) |
void | SetTextLineColor () |
void | SetTextLineColor (const Color &_rColor) |
bool | Commit () |
virtual void | PaintFieldToCell (OutputDevice &rDev, const tools::Rectangle &rRect, const css::uno::Reference< css::sdb::XColumn > &_rxField, const css::uno::Reference< css::util::XNumberFormatter > &xFormatter) |
void | ImplInitWindow (vcl::Window const &rParent, const InitWindowFacet _eInitWhat) |
double | GetValue (const css::uno::Reference< css::sdb::XColumn > &_rxField, const css::uno::Reference< css::util::XNumberFormatter > &xFormatter) const |
![]() | |
OPropertyChangeListener (::osl::Mutex &_rMutex) | |
virtual | ~OPropertyChangeListener () |
virtual void | _disposing (const css::lang::EventObject &_rSource) |
Private Member Functions | |
virtual bool | commitControl () override |
commits the content of the control (e.g. More... | |
virtual void | updateFromModel (css::uno::Reference< css::beans::XPropertySet > _rxModel) override |
updates the current content of the control (e.g. More... | |
void | SetList (const css::uno::Any &rItems, bool bComboBox) |
void | CreateControl (BrowserDataWin *pParent, const css::uno::Reference< css::beans::XPropertySet > &xModel) |
DECL_LINK (OnClick, weld::Button &, void) | |
Private Attributes | |
css::uno::Sequence< OUString > | m_aValueList |
OUString | m_aText |
Link< DbFilterField &, void > | m_aCommitLink |
sal_Int16 | m_nControlClass |
bool | m_bFilterList: 1 |
bool | m_bFilterListFilled: 1 |
Additional Inherited Members | |
![]() | |
const css::uno::Reference< css::sdbc::XRowSet > & | getCursor () const |
bool | isTransparent () const |
void | setTransparent (bool _bSet) |
void | setAlignedController (bool _bAlign) |
bool | isValuePropertyLocked () const |
determined whether or not the value property is locked More... | |
void | lockValueProperty () |
locks the listening at the value property. More... | |
void | unlockValueProperty () |
unlocks the listening at the value property More... | |
void | doPropertyListening (const OUString &_rPropertyName) |
virtual void | implAdjustGenericFieldSetting (const css::uno::Reference< css::beans::XPropertySet > &_rxModel) |
void | implValuePropertyChanged () |
void | invalidatedController () |
virtual void | _propertyChanged (const css::beans::PropertyChangeEvent &evt) override |
![]() | |
void | disposeAdapter () |
void | setAdapter (OPropertyChangeMultiplexer *_pAdapter) |
![]() | |
DbGridColumn & | m_rColumn |
VclPtr< vcl::Window > | m_pPainter |
VclPtr< vcl::Window > | m_pWindow |
![]() | |
::osl::Mutex | m_aMutex |
Definition at line 648 of file gridcell.hxx.
DbFilterField::DbFilterField | ( | const css::uno::Reference< css::uno::XComponentContext > & | rxContext, |
DbGridColumn & | _rColumn | ||
) |
Definition at line 2604 of file gridcell.cxx.
References form, and DbCellControl::setAlignedController().
|
overridevirtual |
Definition at line 2615 of file gridcell.cxx.
References VclPtr< vcl::Window >::get(), m_nControlClass, and DbCellControl::m_pWindow.
|
overrideprivatevirtual |
commits the content of the control (e.g.
the text of an edit field) into the column model (e.g. the "Text" property of the model).
To be overwritten in derived classes.
Implements DbCellControl.
Definition at line 2792 of file gridcell.cxx.
References Link< class, class >::Call(), displayException(), VclPtr< vcl::Window >::get(), weld::ComboBox::get_active(), getConnection(), DbGridControl::getDataSource(), DbGridColumn::GetField(), LanguageTag::getLocale(), DbGridControl::getNumberFormatter(), vcl::Window::GetParent(), DbGridColumn::GetParent(), Application::GetSettings(), AllSettings::GetUILanguageTag(), m_aCommitLink, m_aText, m_aValueList, m_nControlClass, DbCellControl::m_pWindow, DbCellControl::m_rColumn, nPos, vcl::Window::SetText(), and comphelper::string::stripEnd().
|
private |
Definition at line 2672 of file gridcell.cxx.
References Any, VclPtr< reference_type >::Create(), FM_PROP_STRINGITEMLIST, VclPtr< vcl::Window >::get(), StyleSettings::GetSelectionOptions(), OutputDevice::GetSettings(), AllSettings::GetStyleSettings(), LINK, m_bFilterList, m_nControlClass, DbCellControl::m_pPainter, DbCellControl::m_pWindow, OnClick, OutputDevice::SetBackground(), SetList(), vcl::Window::SetPaintTransparent(), StyleSettings::SetSelectionOptions(), vcl::Window::SetSettings(), and AllSettings::SetStyleSettings().
Referenced by Init().
|
overridevirtual |
Implements DbCellControl.
Definition at line 2760 of file gridcell.cxx.
References VclPtr< vcl::Window >::get(), m_bFilterList, m_nControlClass, DbCellControl::m_pWindow, and xController.
|
private |
|
overridevirtual |
Implements DbCellControl.
Definition at line 3040 of file gridcell.cxx.
|
inline |
Definition at line 663 of file gridcell.hxx.
References m_aText.
|
overridevirtual |
Reimplemented from DbCellControl.
Definition at line 2722 of file gridcell.cxx.
References CreateControl(), FM_PROP_CLASSID, FM_PROP_FILTERPROPOSAL, VclPtr< vcl::Window >::get(), DbGridColumn::getModel(), DbCellControl::Init(), m_bFilterList, m_nControlClass, DbCellControl::m_pWindow, DbCellControl::m_rColumn, DbGridColumn::SetAlignment(), and xModel.
|
overridevirtual |
Reimplemented from DbCellControl.
Definition at line 2622 of file gridcell.cxx.
References OutputDevice::DrawText(), VclPtr< vcl::Window >::get(), tools::Rectangle::GetHeight(), tools::Rectangle::GetWidth(), Size::Height(), tools::Rectangle::Left(), m_aText, m_nControlClass, DbCellControl::m_pPainter, DbCellControl::m_pWindow, DbCellControl::PaintCell(), Point, tools::Rectangle::Top(), and Size::Width().
|
inline |
Definition at line 666 of file gridcell.hxx.
References m_aCommitLink.
|
private |
Definition at line 2647 of file gridcell.cxx.
References weld::ComboBox::append_text(), FM_PROP_VALUE_SEQ, VclPtr< vcl::Window >::get(), ComboBoxControl::get_widget(), DbGridColumn::getModel(), m_aValueList, DbCellControl::m_pWindow, and DbCellControl::m_rColumn.
Referenced by CreateControl().
void DbFilterField::SetText | ( | const OUString & | rText | ) |
Definition at line 2881 of file gridcell.cxx.
References VclPtr< vcl::Window >::get(), DbGridColumn::GetParent(), m_aText, m_aValueList, m_nControlClass, DbCellControl::m_pPainter, DbCellControl::m_pWindow, DbCellControl::m_rColumn, nPos, DbGridControl::RowModified(), TRISTATE_FALSE, TRISTATE_INDET, and TRISTATE_TRUE.
|
overridevirtual |
Reimplemented from DbCellControl.
Definition at line 2921 of file gridcell.cxx.
References aName, weld::ComboBox::append_text(), aStr, aStringList, composeTableNameForSelect(), Exception, FM_PROP_ESCAPE_PROCESSING, FM_PROP_FIELDSOURCE, FM_PROP_NAME, FM_PROP_TABLENAME, VclPtr< vcl::Window >::get(), ComboBoxControl::get_widget(), getConnection(), DbGridColumn::GetField(), getFormattedValue(), DbGridColumn::GetKey(), DbGridColumn::getModel(), DbGridControl::getNullDate(), DbGridControl::getNumberFormatter(), DbGridColumn::GetParent(), i, m_bFilterList, m_bFilterListFilled, DbCellControl::m_pWindow, DbCellControl::m_rColumn, makeAny(), quoteName(), and void().
|
overridevirtual |
Implements DbCellControl.
Definition at line 3045 of file gridcell.cxx.
|
overrideprivatevirtual |
updates the current content of the control (e.g.
the text of an edit field) from the column model (e.g. the "Text" property of the model).
To be overwritten in derived classes.
NULL != _rxModel NULL != m_pWindow
Implements DbCellControl.
Definition at line 2783 of file gridcell.cxx.
References DbCellControl::m_pWindow.
|
private |
Definition at line 679 of file gridcell.hxx.
Referenced by commitControl(), and SetCommitHdl().
|
private |
Definition at line 678 of file gridcell.hxx.
Referenced by commitControl(), GetText(), PaintCell(), and SetText().
|
private |
Definition at line 677 of file gridcell.hxx.
Referenced by commitControl(), SetList(), and SetText().
|
private |
Definition at line 681 of file gridcell.hxx.
Referenced by CreateControl(), CreateController(), Init(), and Update().
|
private |
Definition at line 682 of file gridcell.hxx.
Referenced by Update().
|
private |
Definition at line 680 of file gridcell.hxx.
Referenced by commitControl(), CreateControl(), CreateController(), Init(), PaintCell(), SetText(), and ~DbFilterField().