Lines Matching refs:aCell
6160 Any aCell; in Execute() local
6161 … pModel->getCellContent( nNr1-1, nNr2-1, aCell ); in Execute()
6162 … pRet->GenReturn ( RET_Value, aUId, String( aCell.getValueTypeName() )); in Execute()
6172 Any aCell; in Execute() local
6173 … pModel->getCellContent( nNr1-1, nNr2-1, aCell ); in Execute()
6179 Type aType = aCell.getValueType(); in Execute()
6191 … pRet->GenReturn ( RET_Value, aUId, *(sal_Bool*)aCell.getValue() ); in Execute()
6195 … ::rtl::OUString aContent( *(sal_Unicode*)aCell.getValue() ); in Execute()
6202 aCell >>= aContent; in Execute()
6217 aCell >>= val; in Execute()
6225 aCell >>= val; in Execute()