I noticed that the distance from the top of the page to the chapter title differs from the table of contents and list of <> ones. I can see why, as these elements have specific purposes and semantics in a document:

I have a document in which this distance should be the very same, for project reasons. The following code refers to the previous image:
\documentclass[a4paper,oneside]{book}
\usepackage[useindex]{splitidx}
\newindex[List of Foo]{iof}
\makeindex
\begin{document}
\chapter*{Bar}
Hi there\sindex[iof]{Bar}
\chapter*{Foo}
Hi there\sindex[iof]{Foo}
\printindex*
\end{document}
Chapters could have the same distance of the table of contents / lists of <> or vice versa. I'm stuck with this issue. Any ideas?

setspacechanges the upper margin :-(. I normally use\singlespacingfor ToC etc. but need to have larger spacing for the main content of my thesis. – Martin Scharrer♦ Jul 17 '11 at 14:50=)– Paulo Cereda Jul 17 '11 at 15:08=)– Paulo Cereda Jul 17 '11 at 15:16