Home
last modified time | relevance | path

Searched refs:DefaultGridDataModel (Results 1 – 10 of 10) sorted by relevance

/trunk/main/toolkit/source/controls/grid/
H A Ddefaultgriddatamodel.cxx62 DefaultGridDataModel::DefaultGridDataModel() in DefaultGridDataModel() function in toolkit::DefaultGridDataModel
70 DefaultGridDataModel::DefaultGridDataModel( DefaultGridDataModel const & i_copySource ) in DefaultGridDataModel() function in toolkit::DefaultGridDataModel
80 DefaultGridDataModel::~DefaultGridDataModel() in ~DefaultGridDataModel()
85 void DefaultGridDataModel::broadcast( GridDataEvent const & i_event, in broadcast()
111DefaultGridDataModel::CellData const & DefaultGridDataModel::impl_getCellData_throw( sal_Int32 con… in impl_getCellData_throw()
127DefaultGridDataModel::RowData& DefaultGridDataModel::impl_getRowDataAccess_throw( sal_Int32 const … in impl_getRowDataAccess_throw()
140DefaultGridDataModel::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 …]
H A Ddefaultgriddatamodel.hxx53 class DefaultGridDataModel :public ::cppu::BaseMutex class
57 DefaultGridDataModel();
58 DefaultGridDataModel( DefaultGridDataModel const & i_copySource );
59 virtual ~DefaultGridDataModel();
H A Dgridcontrol.cxx64 …Reference< XMutableGridDataModel > const xDelegatorModel( DefaultGridDataModel::create( i_context.… in lcl_getDefaultDataModel_throw()
/trunk/main/offapi/com/sun/star/awt/grid/
H A DDefaultGridDataModel.idl36 …<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;
H A DUnoControlGridModel.idl101 the <type>DefaultGridDataModel</type>.
106 …<p>The default for this property is an empty instance of the <type>DefaultGridDataModel</type>.</p>
H A DUnoControlGrid.idl56 …Use the <type>DefaultGridDataModel</type> to add <member>XGridDataModel::addRow()</member> or rem…
H A DXGridDataModel.idl40 …If you do not need your own model implementation, you can also use the <type>DefaultGridDataModel<…
/trunk/main/toolkit/qa/complex/toolkit/
H A DGridControl.java30 import com.sun.star.awt.grid.DefaultGridDataModel;
219 final XMutableGridDataModel dataModel = DefaultGridDataModel.create( m_context ); in testMutableGridDataModel()
/trunk/main/toolkit/source/helper/
H A Dregisterservices.cxx302 GET_FACTORY( DefaultGridDataModel, szServiceName_DefaultGridDataModel, NULL ); in component_getFactory()
/trunk/main/offapi/
H A DUnoApi_offapi.mk44 offapi/com/sun/star/awt/grid/DefaultGridDataModel \

Completed in 62 milliseconds