Home
last modified time | relevance | path

Searched refs:CellData (Results 1 – 4 of 4) sorted by relevance

/trunk/main/writerfilter/inc/resourcemodel/
H A DTableData.hxx41 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()
/trunk/main/sfx2/source/sidebar/
H A DGridLayouter.cxx29 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()
/trunk/main/toolkit/source/controls/grid/
H A Ddefaultgriddatamodel.hxx96 typedef ::std::pair< Any, Any > CellData; typedef in toolkit::DefaultGridDataModel
97 typedef ::std::vector< CellData > RowData;
110CellData const & impl_getCellData_throw( sal_Int32 const i_columnIndex, sal_Int32 const i_rowIn…
111CellData& impl_getCellDataAccess_throw( sal_Int32 const i_columnIndex, sal_Int32 const i…
H A Ddefaultgriddatamodel.cxx111 …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 28 milliseconds