Searched refs:setCellAny (Results 1 – 3 of 3) sorted by relevance
/trunk/main/chart2/source/controller/dialogs/ |
H A D | DataBrowserModel.cxx | 667 bool DataBrowserModel::setCellAny( sal_Int32 nAtColumn, sal_Int32 nAtRow, const uno::Any & rValue ) in setCellAny() function in chart::DataBrowserModel 711 setCellAny( nAtColumn, nAtRow, uno::makeAny( fValue )); in setCellNumber() 717 setCellAny( nAtColumn, nAtRow, uno::makeAny( rText )); in setCellText()
|
H A D | DataBrowserModel.hxx | 95 …bool setCellAny( sal_Int32 nAtColumn, sal_Int32 nAtRow, const ::com::sun::star::uno::Any & aValue …
|
H A D | DataBrowser.cxx | 1210 … bChangeValid = m_apDataBrowserModel->setCellAny( nCol, nRow, uno::makeAny( fDateValue ) ); in SaveModified() 1212 … bChangeValid = m_apDataBrowserModel->setCellAny( nCol, nRow, uno::makeAny( aText ) ); in SaveModified()
|
Completed in 32 milliseconds