Home
last modified time | relevance | path

Searched refs:FmXListBoxCell (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/svx/source/fmcomp/
H A Dgridcell.cxx225 case TYPE_LISTBOX: m_pCell = new FmXListBoxCell( this, *pCellControl ); break; in CreateControl()
4103 DBG_NAME(FmXListBoxCell);
4105 FmXListBoxCell::FmXListBoxCell(DbGridColumn* pColumn, DbCellControl& _rControl) in FmXListBoxCell() function in FmXListBoxCell
4111 DBG_CTOR(FmXListBoxCell,NULL); in FmXListBoxCell()
4113 m_pBox->SetDoubleClickHdl( LINK( this, FmXListBoxCell, OnDoubleClick ) ); in FmXListBoxCell()
4117 FmXListBoxCell::~FmXListBoxCell() in ~FmXListBoxCell()
4125 DBG_DTOR(FmXListBoxCell,NULL); in ~FmXListBoxCell()
4130 void FmXListBoxCell::disposing() in disposing()
4144 Any SAL_CALL FmXListBoxCell::queryAggregation( const ::com::sun::star::uno::Type& _rType ) throw(Ru… in queryAggregation()
4155 Sequence< ::com::sun::star::uno::Type > SAL_CALL FmXListBoxCell::getTypes( ) throw(RuntimeExceptio… in getTypes()
[all …]
/AOO41X/main/svx/source/inc/
H A Dgridcell.hxx1004 class FmXListBoxCell :public FmXTextCell class
1012 virtual ~FmXListBoxCell();
1015 FmXListBoxCell( DbGridColumn* pColumn, DbCellControl& _rControl );
1017 DECLARE_UNO3_AGG_DEFAULTS(FmXListBoxCell, FmXTextCell);
1072 DECLARE_UNO3_AGG_DEFAULTS(FmXListBoxCell, FmXTextCell);