Searched refs:getCellType (Results 1 – 3 of 3) sorted by relevance
/trunk/main/chart2/source/controller/dialogs/ |
H A D | DataBrowser.cxx | 684 if( m_apDataBrowserModel->getCellType( nColIndex, nRow ) == DataBrowserModel::NUMBER ) in GetCellText() 696 … else if( m_apDataBrowserModel->getCellType( nColIndex, nRow ) == DataBrowserModel::TEXTORDATE ) in GetCellText() 715 … OSL_ASSERT( m_apDataBrowserModel->getCellType( nColIndex, nRow ) == DataBrowserModel::TEXT ); in GetCellText() 819 if( m_apDataBrowserModel->getCellType( nCol, nRow ) == DataBrowserModel::NUMBER ) in IsDataValid() 1143 …return (m_apDataBrowserModel->getCellType( lcl_getColumnInData( nCol ), lcl_getRowInData( nRow )) … in CellContainsNumbers() 1183 switch( m_apDataBrowserModel->getCellType( nCol, nRow )) in SaveModified()
|
H A D | DataBrowserModel.cxx | 589 DataBrowserModel::eCellType DataBrowserModel::getCellType( sal_Int32 nAtColumn, sal_Int32 /* nAtRow… in getCellType() function in chart::DataBrowserModel 710 return (getCellType( nAtColumn, nAtRow ) == NUMBER) && in setCellNumber() 716 return (getCellType( nAtColumn, nAtRow ) == TEXT) && in setCellText()
|
H A D | DataBrowserModel.hxx | 84 eCellType getCellType( sal_Int32 nAtColumn, sal_Int32 nAtRow ) const;
|
Completed in 25 milliseconds