in OOoIDLtags_original.php [74:82]
function renderIDLMODULE( $input, $args, $parser ) {
$parser->disableCache();
$output = $parser->recursiveTagParse( $input );
$function = ereg_replace ('^.*\.','',$output);
$output = '<a href="http://api.openoffice.org/docs/common/ref/' .
ereg_replace ('\.','/',$output).'/module-ix.html"
class="external text">'.$output.'</a>';
return $output;
}