Searched refs:FormattedColumnValue (Results 1 – 19 of 19) sorted by relevance
/aoo41x/main/connectivity/source/commontools/ |
H A D | formattedcolumnvalue.cxx | 227 FormattedColumnValue::FormattedColumnValue( const ::comphelper::ComponentContext& i_rContext, in FormattedColumnValue() function in dbtools::FormattedColumnValue 235 …FormattedColumnValue::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 D | formattedcolumnvalue.hxx | 54 class OOO_DLLPUBLIC_DBTOOLS FormattedColumnValue : public ::boost::noncopyable class 68 FormattedColumnValue( 82 FormattedColumnValue( 90 virtual ~FormattedColumnValue();
|
H A D | virtualdbtools.hxx | 77 class FormattedColumnValue; 337 virtual ::std::auto_ptr< ::dbtools::FormattedColumnValue > createFormattedColumnValue(
|
/aoo41x/main/connectivity/source/simpledbt/ |
H A D | dbtfactory.cxx | 93 …::std::auto_ptr< ::dbtools::FormattedColumnValue > ODataAccessToolsFactory::createFormattedColumnV… in createFormattedColumnValue() 96 …::std::auto_ptr< ::dbtools::FormattedColumnValue > pValue( new ::dbtools::FormattedColumnValue( _r… in createFormattedColumnValue()
|
H A D | dbtfactory.hxx | 61 virtual ::std::auto_ptr< ::dbtools::FormattedColumnValue > createFormattedColumnValue(
|
/aoo41x/main/forms/source/component/ |
H A D | Edit.hxx | 31 namespace dbtools { class FormattedColumnValue; } 43 ::std::auto_ptr< ::dbtools::FormattedColumnValue >
|
H A D | ComboBox.cxx | 640 ::dbtools::FormattedColumnValue aValueFormatter( getContext(), xForm, xDataField ); in loadData() 696 …m_pValueFormatter.reset( new ::dbtools::FormattedColumnValue( getContext(), Reference< XRowSet >( … in onConnectedDbColumn()
|
H A D | Pattern.hxx | 46 ::std::auto_ptr< ::dbtools::FormattedColumnValue >
|
H A D | ComboBox.hxx | 76 ::std::auto_ptr< ::dbtools::FormattedColumnValue >
|
H A D | Pattern.cxx | 203 …m_pFormattedValue.reset( new ::dbtools::FormattedColumnValue( getContext(), Reference< XRowSet >( … in onConnectedDbColumn()
|
H A D | ListBox.hxx | 53 class FormattedColumnValue;
|
H A D | Edit.cxx | 619 …m_pValueFormatter.reset( new ::dbtools::FormattedColumnValue( getContext(), Reference< XRowSet >( … in onConnectedDbColumn()
|
H A D | Filter.cxx | 469 const ::dbtools::FormattedColumnValue aFormatter( m_xFormatter, xDataField ); in implInitFilterList()
|
H A D | ListBox.cxx | 841 … ::dbtools::FormattedColumnValue aValueFormatter( getContext(), m_xCursor, xDataField ); in loadData()
|
/aoo41x/main/svx/source/form/ |
H A D | dbtoolsclient.cxx | 349 …::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 D | dbtoolsclient.hxx | 218 ::std::auto_ptr< ::dbtools::FormattedColumnValue > createFormattedColumnValue(
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | TokenWriter.cxx | 669 dbtools::FormattedColumnValue aFormatedValue(aContext,xRowSet,xColumn); in appendRow() 994 dbtools::FormattedColumnValue aFormatedValue(aContext,xRowSet,xColumn); in WriteTables()
|
/aoo41x/main/svx/source/inc/ |
H A D | gridcell.hxx | 558 ::std::auto_ptr< ::dbtools::FormattedColumnValue > m_pValueFormatter; 559 ::std::auto_ptr< ::dbtools::FormattedColumnValue > m_pPaintFormatter;
|
/aoo41x/main/svx/source/fmcomp/ |
H A D | gridcell.cxx | 1837 …::std::auto_ptr< ::dbtools::FormattedColumnValue >& rpFormatter = bIsForPaint ? m_pPaintFormatter … in GetFormatText()
|
Completed in 126 milliseconds