Home
last modified time | relevance | path

Searched refs:FormattedColumnValue (Results 1 – 19 of 19) sorted by relevance

/aoo41x/main/connectivity/source/commontools/
H A Dformattedcolumnvalue.cxx227 FormattedColumnValue::FormattedColumnValue( const ::comphelper::ComponentContext& i_rContext, in FormattedColumnValue() function in dbtools::FormattedColumnValue
235FormattedColumnValue::FormattedColumnValue( const Reference< XNumberFormatter >& i_rNumberFormatte… in FormattedColumnValue() function in dbtools::FormattedColumnValue
243 void FormattedColumnValue::clear() in clear()
249 FormattedColumnValue::~FormattedColumnValue() in ~FormattedColumnValue()
255 sal_Int32 FormattedColumnValue::getFormatKey() const in getFormatKey()
261 sal_Int32 FormattedColumnValue::getFieldType() const in getFieldType()
267 sal_Int16 FormattedColumnValue::getKeyType() const in getKeyType()
273 bool FormattedColumnValue::isNumericField() const in isNumericField()
279 const Reference< XColumn >& FormattedColumnValue::getColumn() const in getColumn()
285 const Reference< XColumnUpdate >& FormattedColumnValue::getColumnUpdate() const in getColumnUpdate()
[all …]
/aoo41x/main/connectivity/inc/connectivity/
H A Dformattedcolumnvalue.hxx54 class OOO_DLLPUBLIC_DBTOOLS FormattedColumnValue : public ::boost::noncopyable class
68 FormattedColumnValue(
82 FormattedColumnValue(
90 virtual ~FormattedColumnValue();
H A Dvirtualdbtools.hxx77 class FormattedColumnValue;
337 virtual ::std::auto_ptr< ::dbtools::FormattedColumnValue > createFormattedColumnValue(
/aoo41x/main/connectivity/source/simpledbt/
H A Ddbtfactory.cxx93 …::std::auto_ptr< ::dbtools::FormattedColumnValue > ODataAccessToolsFactory::createFormattedColumnV… in createFormattedColumnValue()
96 …::std::auto_ptr< ::dbtools::FormattedColumnValue > pValue( new ::dbtools::FormattedColumnValue( _r… in createFormattedColumnValue()
H A Ddbtfactory.hxx61 virtual ::std::auto_ptr< ::dbtools::FormattedColumnValue > createFormattedColumnValue(
/aoo41x/main/forms/source/component/
H A DEdit.hxx31 namespace dbtools { class FormattedColumnValue; }
43 ::std::auto_ptr< ::dbtools::FormattedColumnValue >
H A DComboBox.cxx640 ::dbtools::FormattedColumnValue aValueFormatter( getContext(), xForm, xDataField ); in loadData()
696 …m_pValueFormatter.reset( new ::dbtools::FormattedColumnValue( getContext(), Reference< XRowSet >( … in onConnectedDbColumn()
H A DPattern.hxx46 ::std::auto_ptr< ::dbtools::FormattedColumnValue >
H A DComboBox.hxx76 ::std::auto_ptr< ::dbtools::FormattedColumnValue >
H A DPattern.cxx203 …m_pFormattedValue.reset( new ::dbtools::FormattedColumnValue( getContext(), Reference< XRowSet >( … in onConnectedDbColumn()
H A DListBox.hxx53 class FormattedColumnValue;
H A DEdit.cxx619 …m_pValueFormatter.reset( new ::dbtools::FormattedColumnValue( getContext(), Reference< XRowSet >( … in onConnectedDbColumn()
H A DFilter.cxx469 const ::dbtools::FormattedColumnValue aFormatter( m_xFormatter, xDataField ); in implInitFilterList()
H A DListBox.cxx841 … ::dbtools::FormattedColumnValue aValueFormatter( getContext(), m_xCursor, xDataField ); in loadData()
/aoo41x/main/svx/source/form/
H A Ddbtoolsclient.cxx349 …::std::auto_ptr< ::dbtools::FormattedColumnValue > DBToolsObjectFactory::createFormattedColumnValu… in createFormattedColumnValue()
352 ::std::auto_ptr< ::dbtools::FormattedColumnValue > pValue; in createFormattedColumnValue()
/aoo41x/main/svx/inc/svx/
H A Ddbtoolsclient.hxx218 ::std::auto_ptr< ::dbtools::FormattedColumnValue > createFormattedColumnValue(
/aoo41x/main/dbaccess/source/ui/misc/
H A DTokenWriter.cxx669 dbtools::FormattedColumnValue aFormatedValue(aContext,xRowSet,xColumn); in appendRow()
994 dbtools::FormattedColumnValue aFormatedValue(aContext,xRowSet,xColumn); in WriteTables()
/aoo41x/main/svx/source/inc/
H A Dgridcell.hxx558 ::std::auto_ptr< ::dbtools::FormattedColumnValue > m_pValueFormatter;
559 ::std::auto_ptr< ::dbtools::FormattedColumnValue > m_pPaintFormatter;
/aoo41x/main/svx/source/fmcomp/
H A Dgridcell.cxx1837 …::std::auto_ptr< ::dbtools::FormattedColumnValue >& rpFormatter = bIsForPaint ? m_pPaintFormatter … in GetFormatText()

Completed in 147 milliseconds