Searched refs:DefaultGridDataModel (Results 1 – 10 of 10) sorted by relevance
62 DefaultGridDataModel::DefaultGridDataModel() in DefaultGridDataModel() function in toolkit::DefaultGridDataModel70 DefaultGridDataModel::DefaultGridDataModel( DefaultGridDataModel const & i_copySource ) in DefaultGridDataModel() function in toolkit::DefaultGridDataModel80 DefaultGridDataModel::~DefaultGridDataModel() in ~DefaultGridDataModel()85 void DefaultGridDataModel::broadcast( GridDataEvent const & i_event, in broadcast()97 …::sal_Int32 SAL_CALL DefaultGridDataModel::getRowCount() throw (::com::sun::star::uno::RuntimeExce… in getRowCount()104 …::sal_Int32 SAL_CALL DefaultGridDataModel::getColumnCount() throw (::com::sun::star::uno::RuntimeE… in getColumnCount()111 …DefaultGridDataModel::CellData const & DefaultGridDataModel::impl_getCellData_throw( sal_Int32 con… in impl_getCellData_throw()116 …throw IndexOutOfBoundsException( ::rtl::OUString(), *const_cast< DefaultGridDataModel* >( this ) ); in impl_getCellData_throw()127 …DefaultGridDataModel::RowData& DefaultGridDataModel::impl_getRowDataAccess_throw( sal_Int32 const … in impl_getRowDataAccess_throw()140 …DefaultGridDataModel::CellData& DefaultGridDataModel::impl_getCellDataAccess_throw( sal_Int32 cons… in impl_getCellDataAccess_throw()[all …]
53 class DefaultGridDataModel :public ::cppu::BaseMutex class57 DefaultGridDataModel();58 DefaultGridDataModel( DefaultGridDataModel const & i_copySource );59 virtual ~DefaultGridDataModel();
64 …Reference< XMutableGridDataModel > const xDelegatorModel( DefaultGridDataModel::create( i_context.… in lcl_getDefaultDataModel_throw()
36 …<p>The <code>DefaultGridDataModel</code> implementation is a dumb container of tabular data. You c…44 published service DefaultGridDataModel : ::com::sun::star::awt::grid::XMutableGridDataModel;
101 the <type>DefaultGridDataModel</type>.106 …<p>The default for this property is an empty instance of the <type>DefaultGridDataModel</type>.</p>
56 …Use the <type>DefaultGridDataModel</type> to add <member>XGridDataModel::addRow()</member> or rem…
40 … do not need your own model implementation, you can also use the <type>DefaultGridDataModel</type>.
30 import com.sun.star.awt.grid.DefaultGridDataModel;219 final XMutableGridDataModel dataModel = DefaultGridDataModel.create( m_context ); in testMutableGridDataModel()
302 GET_FACTORY( DefaultGridDataModel, szServiceName_DefaultGridDataModel, NULL ); in component_getFactory()
44 offapi/com/sun/star/awt/grid/DefaultGridDataModel \