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()111 …DefaultGridDataModel::CellData const & DefaultGridDataModel::impl_getCellData_throw( sal_Int32 con… 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()298 void SAL_CALL DefaultGridDataModel::removeAllRows( ) throw (RuntimeException) in removeAllRows()413 void SAL_CALL DefaultGridDataModel::disposing() in disposing()451 Reference< XCloneable > SAL_CALL DefaultGridDataModel::createClone( ) throw (RuntimeException) in createClone()[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 …If you do not need your own model implementation, you can also use the <type>DefaultGridDataModel<…
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 \
Completed in 59 milliseconds