<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Arial" size="3"><span style="font-size:12pt;">
<div> </div>
<div><font size="2"><span style="font-size:10pt;">Q1. When I try to use the xContext = cppu::bootstrap() in a calc extension, app terminate with throwing an exception :</span></font></div>
<div><font size="2"><span style="font-size:10pt;">        cppu::BootstrapException</span></font></div>
<div><font size="2"><span style="font-size:10pt;">     It works well in standalone exec. What is the correct way to get a handle to spreadsheet in extension code.</span></font></div>
<div><font size="2"><span style="font-size:10pt;"> </span></font></div>
<div><font size="2"><span style="font-size:10pt;">Q2. I came across an example extension code that registers 4 methods. One of the methods takes sequence of sequence </span></font></div>
<div><font size="2"><span style="font-size:10pt;">        and returns a sequence of sequence after adding 4 to it.</span></font></div>
<div><font size="2"><span style="font-size:10pt;">      When I call this example by hitting <F2> (insert function) and choosing that funcname, and giving it a range of cell, the cell is populated with the value of 1st  cell + 4</span></font></div>
<div><font size="2"><span style="font-size:10pt;">     How can I update multiple cells using a custom written function.</span></font></div>
<div><font size="2"><span style="font-size:10pt;"> </span></font></div>
<div><font size="2"><span style="font-size:10pt;">Thanks</span></font></div>
<div><font size="2"><span style="font-size:10pt;">Neeraj</span></font></div>
<div><font size="2"><span style="font-size:10pt;"> </span></font></div>
</span></font>
</body>
</html>