Home
last modified time | relevance | path

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

/aoo42x/main/chart2/source/controller/dialogs/
H A DDataBrowserModel.cxx612 if( nAtRow < aValues.getLength()) in getCellNumber()
613 fResult = aValues[nAtRow]; in getCellNumber()
632 if( nAtRow < aValues.getLength()) in getCellAny()
633 aResult = aValues[nAtRow]; in getCellAny()
652 if( nAtRow < aValues.getLength()) in getCellText()
653 aResult = aValues[nAtRow]; in getCellText()
680 if( nAtRow == -1 ) 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 …]
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 …

Completed in 11 milliseconds