None of your examples make any sense to me. The manipulations with
differentials which are allowed in calculus are basically only those
that follow from the chain rule. In particular, an integral can be
transformed using the change-of-variables formula, but that's it. (OK,
maybe I'm over-simplifying a little here, but the basic advice is that
if you're unsure whether something is allowed or not, don't do it.)
I think much of the confusion surrounding this comes from the fact
that the notation $dy/dx$ doesn't show at which point the derivative
is supposed to be evaluated. For example, the derivative of an inverse
function is given by the rule $dx/dy=1/(dy/dx)$ in this notation,
which is suggestive and useful, but not very precise. What this really
says is that if $(a,b)$ is a point on the graph $y=f(x)$ and if the
slope at that point is $f'(a)=s$, then the point $(b,a)$ lies on the
graph of the inverse function, $y=f^{-1}(x)$, and the slope of that
graph at that point is $1/s$:
$$ (f^{-1})'(b)=1/s=1/f'(a).$$
There's no "magic" here, just a simple
geometric fact which can be illustrated in a picture.
For another example of a similar flavour, see this
question.
EDIT: I was a bit too quick. There is something behind your manipulations after all.
If I understand you correctly, you are looking at a second order ODE of the form $d^2 r/dt^2 = f(r,dr/dt)$; let's call this equation (A). This is equivalent to the first order system
$dr/dt=w$, $dw/dt=f(r,w)$, which I'll call (B). Any solution $r=R(t)$ of (A)
corresponds to a solution $(r,w)=(R(t),R'(t))$ of (B).
Fix one such solution for the moment.
(We're trying to solve the equation, so we probably don't know such a solution
yet, but we can pretend that we have one and see where that leads.)
Now $(r,w)=(R(t),R'(t))$ is a parametrized curve in the $(r,w)$-plane
(the phase plane of the system).
Provided this curve doesn't have vertical slope, it looks (at least locally)
like the graph of a function, $w=H(r)$ say.
This function $H$ satisfies a first-order ODE,
$$H'(r)=\frac{f(r,H(r))}{H(r)},$$
which is the useful fact that you learned from Mariano in that other thread.
[It follows from "$dw/dr=(dw/dt)/(dr/dt)=f(r,w)/w$"
as explained in the answer that I linked to above.]
The integral you asked about is
$$ \int_{r_0}^{r_1} H(r) dr.$$
(I've attached some limits $r_0$ and $r_1$ just because that makes it easier for me to think.)
Making the change of variables $r=R(t)$, where $R$ is the solution of (A)
that we used in order to define the function $H$, we get
$$ \int_{t_0}^{t_1} H(R(t)) R'(t) dt$$
where $t_0$ and $t_1$ are suitable time values corresponding to $r_0$ and $r_1$
[that is, $r_0=R(t_0)$ and $r_1=R(t_1)$].
By the definition of $H$ we have $H(R(t))=R'(t)$,
since $w=H(r)$ defines a point on the curve $(w,r)=(R(t),R'(t))$.
Thus the integral becomes
$$ \int_{t_0}^{t_1} (R'(t))^2 dt,$$
just like you (and Dan in his answer) said, although expressed in a more
precise way.
Now, whether this leads to something useful, I don't know.
But at least it should be a bit clearer what the manipulations mean, I hope.