Searched refs:CellData (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/writerfilter/inc/resourcemodel/ |
H A D | TableData.hxx | 41 class WRITERFILTER_DLLPUBLIC CellData class 61 typedef boost::shared_ptr<CellData> Pointer_t; 63 CellData(T start, PropertiesPointer pProps) in CellData() function in writerfilter::CellData 68 virtual ~CellData() {} in ~CellData() 128 typedef typename CellData<T, PropertiesPointer>::Pointer_t 164 (new CellData<T, PropertiesPointer>(start, pProps)); in addCell()
|
/aoo42x/main/sfx2/source/sidebar/ |
H A D | GridLayouter.cxx | 29 typedef std::vector<CellDescriptor> CellData; typedef 30 typedef std::vector<CellData> ColumnData; 77 for (std::vector<CellData>::iterator \ 83 #define ForAllCells(CellData,I) \ argument 85 I((CellData).begin()), \ 86 iCellEnd((CellData).end()); \ 315 CellData& rCellData (rColumn[nRow]); in GetCell()
|
/aoo42x/main/toolkit/source/controls/grid/ |
H A D | defaultgriddatamodel.hxx | 96 typedef ::std::pair< Any, Any > CellData; typedef in toolkit::DefaultGridDataModel 97 typedef ::std::vector< CellData > RowData; 110 …CellData const & impl_getCellData_throw( sal_Int32 const i_columnIndex, sal_Int32 const i_rowIn… 111 …CellData& impl_getCellDataAccess_throw( sal_Int32 const i_columnIndex, sal_Int32 const i…
|
H A D | defaultgriddatamodel.cxx | 111 …DefaultGridDataModel::CellData const & DefaultGridDataModel::impl_getCellData_throw( sal_Int32 con… in impl_getCellData_throw() 122 static CellData s_aEmpty; in impl_getCellData_throw() 140 …DefaultGridDataModel::CellData& DefaultGridDataModel::impl_getCellDataAccess_throw( sal_Int32 cons… in impl_getCellDataAccess_throw() 182 …ansform( rRowData.begin(), rRowData.end(), resultData.getArray(), ::std::select1st< CellData >() ); in getRowData()
|
Completed in 48 milliseconds