Home
last modified time | relevance | path

Searched refs:setCellAny (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/chart2/source/controller/dialogs/
H A DDataBrowserModel.cxx667 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 DDataBrowserModel.hxx95 …bool setCellAny( sal_Int32 nAtColumn, sal_Int32 nAtRow, const ::com::sun::star::uno::Any & aValue …
H A DDataBrowser.cxx1210 … 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 29 milliseconds