Home
last modified time | relevance | path

Searched refs:nAtColumn (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/chart2/source/controller/dialogs/
H A DDataBrowserModel.hxx84 eCellType getCellType( sal_Int32 nAtColumn, sal_Int32 nAtRow ) const;
86 double getCellNumber( sal_Int32 nAtColumn, sal_Int32 nAtRow );
87 ::rtl::OUString getCellText( sal_Int32 nAtColumn, sal_Int32 nAtRow );
88 ::com::sun::star::uno::Any getCellAny( sal_Int32 nAtColumn, sal_Int32 nAtRow );
89 sal_uInt32 getNumberFormatKey( sal_Int32 nAtColumn, sal_Int32 nAtRow );
92 bool setCellNumber( sal_Int32 nAtColumn, sal_Int32 nAtRow, double fValue );
94 bool setCellText( sal_Int32 nAtColumn, sal_Int32 nAtRow, const ::rtl::OUString & rText );
95 …bool setCellAny( sal_Int32 nAtColumn, sal_Int32 nAtRow, const ::com::sun::star::uno::Any & aValue …
H A DDataBrowserModel.cxx592 tDataColumnVector::size_type nIndex( nAtColumn ); in getCellType()
603 tDataColumnVector::size_type nIndex( nAtColumn ); in getCellNumber()
619 uno::Any DataBrowserModel::getCellAny( sal_Int32 nAtColumn, sal_Int32 nAtRow ) in getCellAny() argument
623 tDataColumnVector::size_type nIndex( nAtColumn ); in getCellAny()
643 tDataColumnVector::size_type nIndex( nAtColumn ); in getCellText()
661 tDataColumnVector::size_type nIndex( nAtColumn ); in getNumberFormatKey()
670 tDataColumnVector::size_type nIndex( nAtColumn ); in setCellAny()
710 return (getCellType( nAtColumn, nAtRow ) == NUMBER) && in setCellNumber()
711 setCellAny( nAtColumn, nAtRow, uno::makeAny( fValue )); in setCellNumber()
716 return (getCellType( nAtColumn, nAtRow ) == TEXT) && in setCellText()
[all …]

Completed in 22 milliseconds