Your first antiderivative looks right, but the second (and easier) one is off by a sign. It should be +1/2 x^2.
You should be working with limits of integration (a definite integral) if you want to come out with a number. To get the limits of integration you absolutely need a graph of the region. Have you done this?
You have two choices on how you can set up the integral: using vertical area elements or using vertical area elements. If you use vertical area elements, the top of each area element will always be y = +sqrt(42 -x), but the bottom of the elements are different depending on whether -7 <= x <= 6 or 6 <= x <= 42. In the first interval I listed, y = -x. In the second interval, y = -sqrt(42 -x). This means you need two definite integrals, set up like so:
\int_{-7}^6 f(x)dx + \int_{6}^{42} g(x)dx
An easier way is to use horizontal area elements. The area of a typical area element is [-y^2 + 42 - (-y)]\Delta y, and you need only one integral, and it's much easier to integrate.