Searched refs:DbGridRow (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/svx/inc/svx/ |
H A D | gridctrl.hxx | 71 class DbGridRow : public SvRefBase class 80 DbGridRow():m_eStatus(GRS_CLEAN), m_bIsNew(sal_True) { } in DbGridRow() function in DbGridRow 81 DbGridRow(CursorWrapper* pCur, sal_Bool bPaintCursor); 84 ~DbGridRow(); 101 SV_DECL_REF(DbGridRow) 615 SV_IMPL_REF(DbGridRow);
|
/aoo4110/main/svx/source/fmcomp/ |
H A D | gridctrl.cxx | 814 DbGridRow::DbGridRow(CursorWrapper* pCur, sal_Bool bPaintCursor) in DbGridRow() function in DbGridRow 863 DbGridRow::~DbGridRow() in ~DbGridRow() 871 void DbGridRow::SetState(CursorWrapper* pCur, sal_Bool bPaintCursor) in SetState() 1340 m_xEmptyRow = new DbGridRow(); in SetOptions() 1612 m_xEmptyRow = new DbGridRow(); in setDataSource() 1617 m_xPaintRow = m_xSeekRow = new DbGridRow(m_pSeekCursor, sal_True); in setDataSource() 1618 m_xDataRow = new DbGridRow(m_pDataCursor, sal_False); in setDataSource() 2726 m_xEmptyRow = new DbGridRow(); in SetFilterMode()
|
H A D | gridcell.cxx | 266 void DbGridColumn::UpdateFromField(const DbGridRow* pRow, const Reference< XNumberFormatter >& xFor… in UpdateFromField() 415 String DbGridColumn::GetCellText(const DbGridRow* pRow, const Reference< XNumberFormatter >& xForma… in GetCellText() 460 const DbGridRow* pRow, in Paint()
|
/aoo4110/main/svx/source/inc/ |
H A D | gridcell.hxx | 157 const DbGridRow* pRow, 172 …void UpdateFromField(const DbGridRow* pRow, const ::com::sun::star::uno::Reference< ::com::sun::st… 178 …XubString GetCellText(const DbGridRow* pRow, const ::com::sun::star::uno::Reference< ::com::sun::…
|
Completed in 77 milliseconds